| Commit message (Expand) | Author | Age | Files | Lines |
* | gdb: fix some indentation issues | Simon Marchi | 2021-05-27 | 2 | -21/+19 |
* | gdb: additional settings for emacs in .dir-locals.el | Andrew Burgess | 2021-05-17 | 2 | -1/+9 |
* | gdb, gdbserver: make status_to_str return std::string | Simon Marchi | 2021-05-08 | 2 | -1/+6 |
* | Don't run personality syscall at configure time; don't check it at all | Pedro Alves | 2021-05-08 | 4 | -85/+7 |
* | Don't include sys/personality.h in linux-low.cc anymore | Pedro Alves | 2021-05-08 | 2 | -7/+5 |
* | gdbserver/server: make some functions void | Tankut Baris Aktemur | 2021-05-06 | 2 | -24/+16 |
* | Fix x86_64 mingw build | Tom Tromey | 2021-05-03 | 2 | -1/+7 |
* | Share DLL code between gdb and gdbserver | Tom Tromey | 2021-04-30 | 2 | -162/+17 |
* | Use nat/windows-nat function indirection code | Tom Tromey | 2021-04-30 | 2 | -142/+58 |
* | Remove use of _WIN32_WCE | Tom Tromey | 2021-04-14 | 2 | -2/+5 |
* | Remove WinCE code from gdbreplay | Pedro Alves | 2021-04-13 | 2 | -51/+4 |
* | Remove some unused typedefs from gdbserver | Tom Tromey | 2021-04-13 | 2 | -4/+5 |
* | Remove process_stratum_target::hostio_last_error abstraction | Pedro Alves | 2021-04-13 | 10 | -61/+22 |
* | gdb, gdbserver: remove WinCE support code | Simon Marchi | 2021-04-12 | 3 | -175/+10 |
* | gdbserver: constify the 'pid_to_exec_file' target op | Tankut Baris Aktemur | 2021-04-12 | 8 | -9/+19 |
* | Improve support for loading DLLs at run time in gdbserver. | Eli Zaretskii | 2021-04-11 | 2 | -12/+52 |
* | Fix inverted logic bug | Luis Machado | 2021-03-30 | 2 | -5/+10 |
* | AArch64: Add gdbserver MTE support | Luis Machado | 2021-03-24 | 4 | -0/+76 |
* | AArch64: Add MTE register set support for GDB and gdbserver | Luis Machado | 2021-03-24 | 2 | -0/+36 |
* | AArch64: Add target description/feature for MTE registers | Luis Machado | 2021-03-24 | 5 | -11/+30 |
* | AArch64: Add MTE CPU feature check support | Luis Machado | 2021-03-24 | 2 | -0/+5 |
* | Unit tests for gdbserver memory tagging remote packets | Luis Machado | 2021-03-24 | 2 | -0/+83 |
* | GDBserver remote packet support for memory tagging | Luis Machado | 2021-03-24 | 7 | -25/+240 |
* | gdbserver: convert the global dll list into a process_info field | Tankut Baris Aktemur | 2021-03-22 | 6 | -20/+70 |
* | gdbserver: linux-low: make linux_process_target::filter_event return void | Simon Marchi | 2021-02-23 | 3 | -14/+21 |
* | Add stdio support to gdbreplay | Tom Tromey | 2021-02-12 | 2 | -21/+45 |
* | Minor constification in gdbreplay | Tom Tromey | 2021-02-12 | 2 | -2/+6 |
* | gnulib: update to 776af40e0 | Paul E. Murphy | 2021-02-05 | 3 | -1/+12 |
* | gdbserver: spurious SIGTRAP w/ detach while step-over in progress | Pedro Alves | 2021-02-03 | 2 | -1/+33 |
* | Fix a couple vStopped pending ack bugs | Pedro Alves | 2021-02-03 | 2 | -0/+14 |
* | gdb: make some variables static | Simon Marchi | 2021-01-20 | 6 | -15/+27 |
* | [gdb/server] Don't overwrite fs/gs_base with -m32 | Tom de Vries | 2021-01-20 | 2 | -22/+38 |
* | [gdb/build] Fix gdbserver build with -fsanitize=address | Tom de Vries | 2021-01-07 | 2 | -2/+18 |
* | gdb: introduce scoped debug prints | Simon Marchi | 2021-01-04 | 2 | -0/+8 |
* | Update copyright year range in all GDB files | Joel Brobecker | 2021-01-01 | 88 | -88/+88 |
* | Update copyright year in version message for gdb, gdbserver and gdbreplay | Joel Brobecker | 2021-01-01 | 3 | -2/+7 |
* | Fix TBI handling for watchpoints | Luis Machado | 2020-12-16 | 2 | -1/+28 |
* | gdbsupport: make use of safe-ctype functions from libiberty | Andrew Burgess | 2020-12-11 | 2 | -1/+5 |
* | gdbserver: add missing --disable-packet options to help text | Andrew Burgess | 2020-11-11 | 2 | -2/+8 |
* | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 2020-11-02 | 13 | -32/+47 |
* | gdbserver: replace AC_TRY_COMPILE in acinclude.m4 | Simon Marchi | 2020-10-31 | 3 | -25/+33 |
* | gdbsupport: replace AC_TRY_COMPILE in common.m4 | Simon Marchi | 2020-10-31 | 2 | -4/+11 |
* | gdbsupport: replace AC_TRY_COMPILE in warning.m4 | Simon Marchi | 2020-10-31 | 2 | -3/+8 |
* | gdbsupport: replace AC_TRY_COMPILE in ptrace.m4 | Simon Marchi | 2020-10-31 | 2 | -1/+10 |
* | gdbsupport: re-indent ptrace.m4 | Simon Marchi | 2020-10-31 | 2 | -27/+32 |
* | gdbserver: modernize configure.ac | Simon Marchi | 2020-10-31 | 3 | -43/+94 |
* | gdb, gdbserver, gdbsupport: use AC_CANONICAL_{BUILD,HOST,TARGET} instead of A... | Simon Marchi | 2020-10-31 | 3 | -2/+19 |
* | gdb::handle_eintr, remove need to specify return type | Pedro Alves | 2020-10-26 | 2 | -5/+11 |
* | gdb: move ptrace.m4 to gdbsupport | Simon Marchi | 2020-10-25 | 2 | -1/+5 |
* | gdbserver: re-generate configure | Simon Marchi | 2020-10-24 | 3 | -2/+21 |