aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-27New test gdb.arch/arm-neon.expYao Qi3-0/+169
2015-11-27[AArch64] Handle HFA and HVA togetherYao Qi2-17/+29
2015-11-27[AArch64] Support gnu vector in inferior callYao Qi2-0/+48
2015-11-27Use multi_line to make pattern more human readableYao Qi2-5/+97
2015-11-27Allow multiple occurrences of the frames-invalid annotation in gdb.cp/annota2...Yao Qi2-1/+6
2015-11-27Use ${frames_invalid} in gdb.cp/annota2.expYao Qi2-1/+5
2015-11-26Adjust ChangeLog entrySimon Marchi1-1/+1
2015-11-26Add test for thread namesSimon Marchi4-0/+144
2015-11-26Display names of remote threadsSimon Marchi13-46/+142
2015-11-26Constify thread name return pathSimon Marchi7-12/+23
2015-11-26btrace: diagnose "record btrace pt" without libiptMarkus Metzger4-0/+19
2015-11-24NEWS: "info" commands now list in ascending orderPedro Alves2-0/+9
2015-11-24List displays in ascending orderPedro Alves5-10/+71
2015-11-24List checkpoints in ascending orderPedro Alves4-7/+45
2015-11-24List inferiors/threads/pspaces in ascending orderPedro Alves30-265/+171
2015-11-24Linux: dump the signalled thread firstPedro Alves2-63/+75
2015-11-24Make gdb.python/py-inferior.exp test names uniquePedro Alves2-100/+122
2015-11-23Fix internal error when saving fast tracepoint definitionsSimon Marchi5-2/+23
2015-11-23Refactor gdb.trace/save-trace.expSimon Marchi2-43/+54
2015-11-23minsyms.c: Scan backwards over all zero sized symbols.Kevin Buettner5-3/+107
2015-11-23error/internal-error printing local variable during "bt full".Joel Brobecker6-3/+144
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