Age | Commit message (Expand) | Author | Files | Lines |
2014-01-16 | btrace: uppercase btrace_read_type | Markus Metzger | 1 | -2/+2 |
2014-01-15 | delete thread_id_to_gdb_id, unused | Doug Evans | 3 | -16/+5 |
2014-01-13 | Fix MinGW compilation errors in gdbserver/. | Eli Zaretskii | 2 | -1/+7 |
2014-01-08 | GDBserver: Discard previous queued events when GDB disconnects. | Pedro Alves | 2 | -3/+12 |
2014-01-08 | [remote/gdbserver] Don't lose signals when reconnecting. | Pedro Alves | 3 | -42/+191 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 79 | -79/+79 |
2014-01-01 | Update copyright year in gdb/gdbserver/gdbreplay version output. | Joel Brobecker | 3 | -2/+7 |
2013-12-18 | gdb/ | Yufeng Zhang | 2 | -1/+9 |
2013-12-13 | nameless LOAD_DLL_DEBUG_EVENT causes ntdll.dll to be missing | Joel Brobecker | 4 | -0/+107 |
2013-12-13 | Do the target-waiting within do_initial_child_stuff on Windows. | Pedro Alves | 3 | -15/+66 |
2013-12-11 | Fix a bug in matching notifications. | Yao Qi | 2 | -6/+14 |
2013-11-20 | * linux-low.c (linux_set_resume_request): Fix comment. | Doug Evans | 2 | -3/+9 |
2013-11-20 | * linux-low.c (resume_status_pending_p): Tweak comment. | Doug Evans | 2 | -1/+6 |
2013-11-20 | Add MPX support to gdbserver. | Walfred Tedeschi | 5 | -26/+197 |
2013-11-18 | remove gdb_stat.h | Tom Tromey | 2 | -2/+2 |
2013-11-18 | stdlib.h is universal too | Tom Tromey | 4 | -4/+7 |
2013-11-18 | remove gdb_dirent.h | Tom Tromey | 4 | -334/+6 |
2013-11-18 | don't check for string.h or strings.h | Tom Tromey | 4 | -5/+7 |
2013-11-18 | link gdbreplay against gnulib | Tom Tromey | 2 | -2/+7 |
2013-11-08 | remove unused gdbserver configury | Tom Tromey | 4 | -94/+11 |
2013-11-08 | introduce common.m4 | Tom Tromey | 5 | -0/+581 |
2013-11-06 | S390: Fix TDB regset recognition | Andreas Arnez | 2 | -18/+36 |
2013-10-16 | There were two functions who were calling "sizeof" twice. | Sergio Durigan Junior | 2 | -1/+7 |
2013-10-02 | [GDBserver]: Silence exits if GDB is connected through stdio. | Pedro Alves | 3 | -8/+27 |
2013-10-01 | [gdbserver/LynxOS]: Incomplete thread list after --attach | Joel Brobecker | 2 | -1/+43 |
2013-09-29 | gdb: btrace: fix build errors on older glibc builds | Mike Frysinger | 4 | -2/+10 |
2013-09-18 | gdb/gdbserver/ | Yao Qi | 2 | -0/+6 |
2013-09-18 | gdb/gdbserver/ | Yao Qi | 1 | -0/+2 |
2013-09-17 | gdbserver/ChangeLog | Jiong Wang | 2 | -1/+5 |
2013-09-17 | 2013-09-16 Jiong Wang <jiwang@tilera.com> | Jiong Wang | 2 | -1/+5 |
2013-09-16 | gdbserver, aarch64: Zero out regs in aarch64_linux_set_debug_regs. | Will Newton | 2 | -0/+6 |
2013-09-13 | gdb/ChangeLog: | Ulrich Weigand | 3 | -4/+33 |
2013-09-06 | [gdbserver] Garbage collect unused dependency-tracking Makefile variables. | Pedro Alves | 2 | -50/+9 |
2013-09-06 | [gdbserver] Update a couple Makefile rules. | Pedro Alves | 2 | -4/+11 |
2013-09-06 | [gdbserver] Fix IPA build. | Pedro Alves | 3 | -0/+7 |
2013-09-06 | Add support for threaded debugging for CRISv32. | Ricard Wanderlof | 2 | -0/+23 |
2013-09-06 | Fix compilation for target gdbserver on CRISv32 platform. | Ricard Wanderlof | 2 | -3/+7 |
2013-09-05 | Add missing new files from these previous commits: | Pedro Alves | 7 | -0/+462 |
2013-09-05 | [gdbserver] Split a new hostio.h file out of server.h. | Pedro Alves | 8 | -6/+14 |
2013-09-05 | [gdbserver] Split a new event-loop.h file out of server.h. | Pedro Alves | 2 | -14/+9 |
2013-09-05 | [gdbserver] Split a new dll.h file out of server.h. | Pedro Alves | 7 | -16/+14 |
2013-09-05 | [gdbserver] Split a new inferiors.h file out of server.h. | Pedro Alves | 4 | -95/+17 |
2013-09-05 | [gdbserver] Move bytecode compilation bits from server.h to ax.h. | Pedro Alves | 4 | -56/+64 |
2013-09-05 | [gdbserver] Split a new tracepoint.h file out of server.h. | Pedro Alves | 8 | -112/+30 |
2013-09-05 | [gdbserver] Split a new utils.h file out of server.h. | Pedro Alves | 2 | -11/+8 |
2013-09-05 | [gdbserver] Split a new remote-utils.h file out of server.h. | Pedro Alves | 2 | -64/+19 |
2013-09-05 | [gdbserver] Delete _ macro (gettext). | Pedro Alves | 2 | -6/+4 |
2013-09-02 | [gdbserver] Fix trace-buffer-size.exp FAILs. | Pedro Alves | 2 | -4/+20 |
2013-09-02 | * win32-low.c (child_xfer_memory): Check if ReadProcessMemory | Pierre Muller | 2 | -6/+21 |
2013-09-02 | server.c:gdb_read_memory: Fix error return. | Pedro Alves | 2 | -1/+6 |