aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-17gdb/testsuite: Fix left shift of negative value.Dominik Vogt3-2/+7
2015-11-17gdb: Fix left shift of negative value.Dominik Vogt3-5/+12
2015-11-16Fix stack buffer overflow in aarch64_extract_return_valueYao Qi2-1/+6
2015-11-16Pass value * instead of bfd_byte * to pass_* functions in aarch64-tdep.cYao Qi2-22/+27
2015-11-16Use value_contents instead of value_contents_writeableYao Qi3-2/+8
2015-11-16Fix bug in arm_push_dummy_call by -fsanitize=addressYao Qi2-3/+13
2015-11-13PR 19051: support of inferior call with gnu vector support on ARMYao Qi2-14/+63
2015-11-13Refactor arm_return_in_memoryYao Qi2-78/+90
2015-11-13Remove d10v from testsuiteYao Qi5-210/+15
2015-11-13gdb.base/gnu_vector.exp: Don't test output from the inferiorYao Qi3-17/+17