Age | Commit message (Expand) | Author | Files | Lines |
2021-02-23 | gdbserver: linux-low: make linux_process_target::filter_event return void | Simon Marchi | 3 | -14/+21 |
2021-02-12 | Add stdio support to gdbreplay | Tom Tromey | 2 | -21/+45 |
2021-02-12 | Minor constification in gdbreplay | Tom Tromey | 2 | -2/+6 |
2021-02-05 | gnulib: update to 776af40e0 | Paul E. Murphy | 3 | -1/+12 |
2021-02-03 | gdbserver: spurious SIGTRAP w/ detach while step-over in progress | Pedro Alves | 2 | -1/+33 |
2021-02-03 | Fix a couple vStopped pending ack bugs | Pedro Alves | 2 | -0/+14 |
2021-01-20 | gdb: make some variables static | Simon Marchi | 6 | -15/+27 |
2021-01-20 | [gdb/server] Don't overwrite fs/gs_base with -m32 | Tom de Vries | 2 | -22/+38 |
2021-01-07 | [gdb/build] Fix gdbserver build with -fsanitize=address | Tom de Vries | 2 | -2/+18 |
2021-01-04 | gdb: introduce scoped debug prints | Simon Marchi | 2 | -0/+8 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 88 | -88/+88 |
2021-01-01 | Update copyright year in version message for gdb, gdbserver and gdbreplay | Joel Brobecker | 3 | -2/+7 |
2020-12-16 | Fix TBI handling for watchpoints | Luis Machado | 2 | -1/+28 |
2020-12-11 | gdbsupport: make use of safe-ctype functions from libiberty | Andrew Burgess | 2 | -1/+5 |
2020-11-11 | gdbserver: add missing --disable-packet options to help text | Andrew Burgess | 2 | -2/+8 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 13 | -32/+47 |
2020-10-31 | gdbserver: replace AC_TRY_COMPILE in acinclude.m4 | Simon Marchi | 3 | -25/+33 |
2020-10-31 | gdbsupport: replace AC_TRY_COMPILE in common.m4 | Simon Marchi | 2 | -4/+11 |
2020-10-31 | gdbsupport: replace AC_TRY_COMPILE in warning.m4 | Simon Marchi | 2 | -3/+8 |
2020-10-31 | gdbsupport: replace AC_TRY_COMPILE in ptrace.m4 | Simon Marchi | 2 | -1/+10 |
2020-10-31 | gdbsupport: re-indent ptrace.m4 | Simon Marchi | 2 | -27/+32 |
2020-10-31 | gdbserver: modernize configure.ac | Simon Marchi | 3 | -43/+94 |
2020-10-31 | gdb, gdbserver, gdbsupport: use AC_CANONICAL_{BUILD,HOST,TARGET} instead of A... | Simon Marchi | 3 | -2/+19 |
2020-10-26 | gdb::handle_eintr, remove need to specify return type | Pedro Alves | 2 | -5/+11 |
2020-10-25 | gdb: move ptrace.m4 to gdbsupport | Simon Marchi | 2 | -1/+5 |
2020-10-24 | gdbserver: re-generate configure | Simon Marchi | 3 | -2/+21 |
2020-10-21 | gdbserver: fix overlap in sprintf argument and buffer | Simon Marchi | 2 | -2/+9 |
2020-10-20 | Fix undefined behavior in gdbserver | Tom Tromey | 2 | -1/+7 |
2020-10-13 | Remove unneeded netbsd_add_process() | Kamil Rytarowski | 2 | -14/+7 |
2020-10-09 | gdb: Delay releasing target_desc_up in more cases | Andrew Burgess | 2 | -3/+8 |
2020-10-09 | gnulib: Ensure all libraries are used when building gdb/gdbserver | Andrew Burgess | 2 | -6/+10 |
2020-10-08 | gdb: Have allocate_target_description return a unique_ptr | Andrew Burgess | 5 | -16/+28 |
2020-10-07 | Remove some dead code from handle_search_memory | Tom Tromey | 2 | -7/+6 |
2020-10-07 | Use simple_search_memory in gdbserver | Tom Tromey | 2 | -107/+11 |
2020-10-07 | gdb: put user-supplied CFLAGS at the end | Simon Marchi | 2 | -3/+20 |
2020-10-07 | Add Makefile.in entry for "Add NetBSD/aarch64 gdbserver support" | Kamil Rytarowski | 1 | -0/+1 |
2020-10-07 | gdb: Correct the ChageLog entry | Shahab Vahedi | 1 | -1/+1 |
2020-10-07 | gdbserver: Add GNU/Linux support for ARC | Anton Kolesov | 4 | -0/+437 |
2020-10-07 | Stop passing netbsd_process_target to local functions | Kamil Rytarowski | 2 | -22/+29 |
2020-10-07 | Fix whitespace formatting | Kamil Rytarowski | 3 | -7/+12 |
2020-10-07 | Add common write_memory and read_memory NetBSD routines | Kamil Rytarowski | 2 | -59/+7 |
2020-10-07 | Add ChangeLog for "Add NetBSD/aarch64 gdbserver support" | Kamil Rytarowski | 1 | -0/+6 |
2020-10-07 | Add NetBSD/aarch64 gdbserver support | Kamil Rytarowski | 2 | -0/+119 |
2020-10-06 | gdbserver: Remove unused argument in register_data() | Shahab Vahedi | 2 | -7/+11 |
2020-10-02 | gdb: add debug prints in event loop | Simon Marchi | 2 | -0/+23 |
2020-10-02 | gdb: give names to event loop file handlers | Simon Marchi | 3 | -5/+15 |
2020-10-02 | Add NetBSD/i386 gdbserver support | Kamil Rytarowski | 4 | -0/+170 |
2020-10-02 | Refactor the NetBSD amd64 gdbserver support | Kamil Rytarowski | 4 | -46/+67 |
2020-09-24 | Handle 64bit breakpoints of WOW64 processes as SIGINT | Hannes Domani | 3 | -6/+5 |
2020-09-18 | Make target_wait options use enum flags | Tom Tromey | 9 | -16/+34 |