aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2015-11-23[LynxOS] GDBserver crash debugging threaded programJoel Brobecker4-2/+26
2015-11-23infinite loop stopping at "pop" insn on x64-windowsJoel Brobecker2-0/+6
2015-11-23[ARM] "svc" insn check at irrelevant address in ARM unwind info snifferJoel Brobecker2-16/+32
2015-11-23[gdbserver] disable Elf32_auxv_t/Elf64_auxv_t AC_CHECK_TYPES check on AndroidJoel Brobecker3-4/+37
2015-11-23Fix space-vs-tab issues in gdb/testsuite/ChangeLog.Joel Brobecker1-3/+3
2015-11-23gdb/dwarf2read: Minimal handling of non-constant struct sizes.Joel Brobecker4-1/+30
2015-11-23darwin-nat: disable sstep cache.Tristan Gingold2-10/+13
2015-11-23solib-darwin: support PIE for spawned processes.Tristan Gingold3-34/+112
2015-11-23darwin-nat: rewrite darwin_read_write_inferiorTristan Gingold2-61/+93
2015-11-22target.h: #include <sys/types.h>.Doug Evans2-0/+5
2015-11-20Fix '-data-read-memory-bytes' typo/assertionDon Breazeal2-2/+8
2015-11-20callfuncs.exp: avoid spurious register differences in sparc64 targets.Jose E. Marchesi2-0/+16
2015-11-20sparc: fix build of gdb/testsuite/gdb.arch/sparc-sysstep.cJose E. Marchesi2-0/+5
2015-11-19Fix think-o in calls to gdb_compile.Sandra Loosemore4-3/+10
2015-11-19gdbserver: Fix qSupported:xmlRegisters=i386;UnknownFeature+ handlingPedro Alves6-24/+53
2015-11-19gdb: Workaround bad gdbserver qSupported:xmlRegisters=i386;UnknwnFeat+ handlingPedro Alves2-3/+10
2015-11-19Fix iov_len calculation in aarch64_linux_set_debug_regsSimon Marchi2-2/+7
2015-11-19[C++] Default to -Werror in C++ mode tooPedro Alves6-14/+18
2015-11-19[C++] Drop -fpermissive hackPedro Alves5-6/+12
2015-11-19[C++] breakpoint.c: "no memory" software watchpoints and enum castsPedro Alves2-13/+44
2015-11-19[C++] s390: Fix enum gdb_syscall conversionSimon Marchi2-17/+30
2015-11-19[C++] linux-thread-db.c: dladdr castPedro Alves2-1/+5
2015-11-19[C++] remote.c: Avoid enum arithmeticPedro Alves4-12/+40
2015-11-19Change argument opcode type from enum aarch64_opcodes to uint32_tYao Qi2-1/+6
2015-11-19Define enum out of the scope of structYao Qi2-5/+13
2015-11-19Cast void * to user_fpsimd_state *.Yao Qi2-2/+9
2015-11-19Cast void * to struct user_pt_regs *Yao Qi2-2/+8
2015-11-18Constify value_stringSimon Marchi3-2/+7
2015-11-18[C++] Add casts to obstack_base callsSimon Marchi8-12/+24
2015-11-18Constify value_cstringSimon Marchi3-2/+7
2015-11-18[gdbserver/ipa] Fix build dependenciesPedro Alves2-1/+5
2015-11-18Fix out of boundary access in pass_in_vYao Qi2-4/+18
2015-11-17Fix gdb.threads/multiple-step-overs.exp fails on armYao Qi2-6/+14
2015-11-17Introduce null_block_symbolPedro Alves5-12/+31
2015-11-17[C++] Always use setjmp/longjmp for exceptionsPedro Alves3-16/+41
2015-11-17MinGW and attribute format(printf/gnu_printf)Pedro Alves2-0/+14
2015-11-17[C++] Define __STDC_CONSTANT_MACROS / __STDC_LIMIT_MACROS for stdint.hPedro Alves2-0/+21
2015-11-17[C++/mingw] Simplify first chance exception handlingPedro Alves2-18/+12
2015-11-17[C++/mingw] gdbserver: gdb/host signal mixupPedro Alves2-4/+11
2015-11-17[C++/mingw] Fix windows-nat.c::xlatePedro Alves2-1/+6
2015-11-17[C++/mingw] handle_output_debug_stringPedro Alves2-6/+11
2015-11-17[C++/mingw] ser-tcp.c castsPedro Alves2-6/+17
2015-11-17[C++/mingw] gdbserver castsPedro Alves3-11/+23
2015-11-17[C++/mingw] windows-nat.c castsPedro Alves2-38/+74
2015-11-17[C++/mingw] gdb-dlfcn.c castsPedro Alves2-2/+7
2015-11-17[C++/mingw] Misc alloca castsPedro Alves5-8/+15
2015-11-17[C++/mingw] ser-mingw.c castsPedro Alves2-25/+42
2015-11-17Convert c_string_type to an enum flags typeSimon Marchi4-13/+31
2015-11-17Type-safe wrapper for enum flagsPedro Alves14-37/+349
2015-11-17guile disassembly hardcode TARGET_XFER_E_IOPedro Alves2-4/+10