Age | Commit message (Expand) | Author | Files | Lines |
2021-06-14 | gnulib: define the path to gnulib's parent dir | Mike Frysinger | 2 | -4/+8 |
2021-05-27 | gdb: fix some indentation issues | Simon Marchi | 2 | -21/+19 |
2021-05-17 | gdb: additional settings for emacs in .dir-locals.el | Andrew Burgess | 2 | -1/+9 |
2021-05-08 | gdb, gdbserver: make status_to_str return std::string | Simon Marchi | 2 | -1/+6 |
2021-05-08 | Don't run personality syscall at configure time; don't check it at all | Pedro Alves | 4 | -85/+7 |
2021-05-08 | Don't include sys/personality.h in linux-low.cc anymore | Pedro Alves | 2 | -7/+5 |
2021-05-06 | gdbserver/server: make some functions void | Tankut Baris Aktemur | 2 | -24/+16 |
2021-05-03 | Fix x86_64 mingw build | Tom Tromey | 2 | -1/+7 |
2021-04-30 | Share DLL code between gdb and gdbserver | Tom Tromey | 2 | -162/+17 |
2021-04-30 | Use nat/windows-nat function indirection code | Tom Tromey | 2 | -142/+58 |
2021-04-14 | Remove use of _WIN32_WCE | Tom Tromey | 2 | -2/+5 |
2021-04-13 | Remove WinCE code from gdbreplay | Pedro Alves | 2 | -51/+4 |
2021-04-13 | Remove some unused typedefs from gdbserver | Tom Tromey | 2 | -4/+5 |
2021-04-13 | Remove process_stratum_target::hostio_last_error abstraction | Pedro Alves | 10 | -61/+22 |
2021-04-12 | gdb, gdbserver: remove WinCE support code | Simon Marchi | 3 | -175/+10 |
2021-04-12 | gdbserver: constify the 'pid_to_exec_file' target op | Tankut Baris Aktemur | 8 | -9/+19 |
2021-04-11 | Improve support for loading DLLs at run time in gdbserver. | Eli Zaretskii | 2 | -12/+52 |
2021-03-30 | Fix inverted logic bug | Luis Machado | 2 | -5/+10 |
2021-03-24 | AArch64: Add gdbserver MTE support | Luis Machado | 4 | -0/+76 |
2021-03-24 | AArch64: Add MTE register set support for GDB and gdbserver | Luis Machado | 2 | -0/+36 |
2021-03-24 | AArch64: Add target description/feature for MTE registers | Luis Machado | 5 | -11/+30 |
2021-03-24 | AArch64: Add MTE CPU feature check support | Luis Machado | 2 | -0/+5 |
2021-03-24 | Unit tests for gdbserver memory tagging remote packets | Luis Machado | 2 | -0/+83 |
2021-03-24 | GDBserver remote packet support for memory tagging | Luis Machado | 7 | -25/+240 |
2021-03-22 | gdbserver: convert the global dll list into a process_info field | Tankut Baris Aktemur | 6 | -20/+70 |
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 |