aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-30Remove too simple breakpoint_reinsert_addr implementations.Antoine Tremblay7-88/+21
2015-11-30Remove support for thread events without PTRACE_EVENT_CLONE in GDBServer.Antoine Tremblay4-154/+25
2015-11-30Refactor queries for hardware and software single stepping support in GDBServer.Antoine Tremblay16-6/+355
2015-11-30Fix instruction skipping when using software single step in GDBServerAntoine Tremblay4-7/+41
2015-11-30Fix breakpoint size when stepping over a permanent breakpoint in GDBServer.Antoine Tremblay5-2/+83
2015-11-30gdbserver: don't exit until GDB disconnectsPedro Alves2-27/+18
2015-11-30gdbserver/linux: Always wake up event loop after resumePedro Alves2-0/+10
2015-11-30gdbserver:prepare_access_memory: pick another threadPedro Alves4-20/+131
2015-11-30Implement TARGET_WAITKIND_NO_RESUMED in the remote protocolPedro Alves11-23/+143
2015-11-30infrun: Fix TARGET_WAITKIND_NO_RESUMED handling in non-stop modePedro Alves2-13/+105
2015-11-30testsuite: Range stepping and non-stop modePedro Alves2-2/+10
2015-11-30gdbserver: fix killed-outside.expPedro Alves2-6/+31
2015-11-30Remote thread create/exit eventsPedro Alves16-40/+402
2015-11-30Make dprintf-non-stop.exp cope with remote testingPedro Alves2-3/+13
2015-11-30gdbserver resume_stop handling bugPedro Alves2-1/+5
2015-11-30gdbserver crash if gdb attaches too fastPedro Alves2-12/+46
2015-11-30New vCtrlC packet, non-stop mode equivalent of \003Pedro Alves7-11/+122
2015-11-30remote: stop reason and watchpoint data address per threadPedro Alves2-25/+61
2015-11-30gdbserver crash running gdb.threads/non-ldr-exc-1.expPedro Alves4-0/+59
2015-11-30attach + target always in non-stop mode: stop all threadsPedro Alves2-1/+30
2015-11-30Remote all-stop-on-top-of-non-stopPedro Alves9-73/+321
2015-11-30Fix mi-nonstop.exp with extended-remotePedro Alves4-10/+41
2015-11-30Fix ChangeLog entryPedro Alves1-1/+1
2015-11-28Adjust GDB to demangler API changePedro Alves2-1/+6
2015-11-27remote.c: Add missing castSimon Marchi2-1/+5
2015-11-27[AArch64] Only check breakpoint alignment on insertingYao Qi2-7/+21