aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2015-12-18Share some ARM target dependent code from GDB with GDBServerAntoine Tremblay7-86/+109
2015-12-18Replace breakpoint_reinsert_addr by get_next_pcs operation in GDBServerAntoine Tremblay11-13/+53
2015-12-17Fix PR threads/19354: "info threads" error with multiple inferiorsPedro Alves5-34/+81
2015-12-17Remove support for LinuxThreads and vendor 2.4 kernels w/ backported NPTLPedro Alves12-541/+171
2015-12-17Fix one heap buffer overflow in aarch64_push_dummy_callYao Qi2-3/+12
2015-12-16Fix -Wno-unknown-warning support detectionPedro Alves6-8/+56
2015-12-16[C++] Fix -Winvalid-offsetof warnings with g++ 4.4Pedro Alves2-10/+40
2015-12-15Tweak gdb.trace/ftrace.exp for aarch64Yao Qi2-0/+7
2015-12-14Check for readline support in gdb.base/history-duplicates.exp.Sandra Loosemore2-1/+12
2015-12-14Skip gdb.base/gdbinit-history.exp on remote hosts.Sandra Loosemore2-0/+12
2015-12-14Skip gdb.base/gdbhistsize-history.exp on remote hosts.Sandra Loosemore2-0/+12
2015-12-14Skip tests that send ctrl-c to GDB if nointerrupts target property is set.Sandra Loosemore17-57/+137
2015-12-14Target remote mode fork and exec event documentationDon Breazeal4-77/+213
2015-12-14Target remote mode fork and exec event supportDon Breazeal6-114/+161
2015-12-14Target remote mode fork and exec test updatesDon Breazeal18-65/+49
2015-12-14gdb: Use TYPE_LENGTH macroAndrew Burgess3-8/+16
2015-12-11gdb: Extend help text for 'list' command.Andrew Burgess2-2/+11
2015-12-11gdb: Add an error when 'list -' reaches the start of a file.Andrew Burgess4-4/+33
2015-12-11gdb: 'list' command, tweak handling of +/- arguments.Andrew Burgess4-3/+32
2015-12-11gdb: Make test names unique in list.exp.Andrew Burgess2-2/+10
2015-12-11gdb: Small code restructure for list_command.Andrew Burgess2-17/+16
2015-12-11gdb: Use NULL instead of 0 for pointer comparison.Andrew Burgess2-2/+7
2015-12-11gdb: Make lines_to_list variable static.Andrew Burgess2-1/+5
2015-12-11Remove gdb.base/coremaker2.cYao Qi2-75/+4
2015-12-11Understand arm breakpoints in aarch64_breakpoint_atYao Qi2-6/+16
2015-12-11Use arm_eabi_breakpoint on aarch32Yao Qi2-3/+8
2015-12-10Fix regression revealed by corethreads.expAntoine Tremblay2-1/+5
2015-12-10[gdb/doc] Explain that there's always a threadPedro Alves2-18/+9
2015-12-10[gdb/doc] Remove references to no-longer-supported systemsPedro Alves2-40/+33
2015-12-10Remove "spaces" references from gdb.multi/base.expPedro Alves2-4/+8
2015-12-10Stop using nowarnings in gdb/testsuite/gdb.multi/Pedro Alves8-8/+23
2015-12-10Remove support for thread events without PTRACE_EVENT_CLONE in GDBAntoine Tremblay6-587/+46
2015-12-10[gdb/doc] Stack, Examining the Stack: Reorder menuPedro Alves2-1/+5
2015-12-10gdb: Handle multiple base address in debug_ranges data.Andrew Burgess6-26/+362
2015-12-09dwarf2loc.c: Perform a pointer to address conversion for DWARF_VALUE_MEMORY.Kevin Buettner2-0/+26
2015-12-09gdb.base/async.exp: Handle "asynchronous execution not supported"Kevin Buettner2-1/+13
2015-12-09varobj zero-padded hexadecimal formatLuis Machado9-7/+65
2015-12-09Fix wrong output of x87 registers due to truncation to double on amd64Ruslan Kabatsayev5-5/+37
2015-12-08DOCO: Enhance the menu to select function overloads with signaturesPierre-Marie de Rodat4-7/+68
2015-12-07Support Z0 packet in AArch64 multi-arch debuggingYao Qi8-181/+243
2015-12-07Enhance the menu to select function overloads with signaturesPierre-Marie de Rodat5-23/+212
2015-12-07Add myself as a write-after-approval GDB maintainerAndreas Arnez2-0/+5
2015-12-06Replace remaining references to i386-nat with x86-nat instead.Joel Brobecker3-3/+10
2015-12-05Document the GDB 7.10.1 release in gdb/ChangeLogJoel Brobecker1-0/+4
2015-12-04gdbserver: set ptrace flags after creating inferiorsJosh Stone10-15/+106
2015-12-03Remove duplicate arch/arm.h include in linux-arm-low.c.Antoine Tremblay2-2/+4
2015-12-03Run gdb.base/sizeof.exp with board having gdb,noinferiorioYao Qi3-39/+31
2015-12-01Avoid "operation may be undefined" warning in remote.cUlrich Weigand2-1/+6
2015-12-01Fix uninitialized variable warnings in remote.cUlrich Weigand2-0/+7
2015-12-01Run gdb.base/disp-step-syscall.exp for aarch64-linuxYao Qi2-1/+6