Age | Commit message (Expand) | Author | Files | Lines |
2024-05-16 | Stop 'configure --enable-threading' if std::thread doesn't work | Pedro Alves | 1 | -3/+11 |
2024-05-07 | gdbserver: convert have_ptrace_getregset to a tribool | Andrew Burgess | 4 | -10/+10 |
2024-05-07 | gdbserver/ipa/x86: remove unneeded declarations | Andrew Burgess | 1 | -4/+0 |
2024-05-06 | Fix build issues with mingw toolchain | Bernd Edlinger | 1 | -0/+1 |
2024-05-03 | [gdb/build] Fix gdbserver/linux-aarch64-low.cc build | Mark Wielaard | 1 | -1/+1 |
2024-05-02 | Fix regression on aarch64-linux gdbserver | Tom Tromey | 1 | -35/+3 |
2024-04-26 | gdbserver: Fix vAttach response when attaching is not supported | Pedro Alves | 1 | -1/+4 |
2024-04-26 | Fix "attach" failure handling with GDBserver | Pedro Alves | 1 | -17/+24 |
2024-04-26 | Fix "run" failure handling with GDBserver | Pedro Alves | 1 | -1/+9 |
2024-04-18 | gdbsupport: constify some return values in print-utils.{h,cc} | Simon Marchi | 2 | -2/+2 |
2024-04-17 | gdb+gdbserver/Linux: Remove USE_SIGTRAP_SIGINFO fallback | Pedro Alves | 1 | -37/+2 |
2024-04-17 | gdbsupport, gdbserver, gdb: use -Wno-vla-cxx-extension | Simon Marchi | 1 | -0/+1 |
2024-04-10 | gdb, gdbserver: Add missing install-dvi Makefile target | Christophe Lyon | 1 | -0/+1 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 56 | -57/+0 |
2024-03-26 | gdb, gdbserver, gdbsupport: include early header files with `-include` | Simon Marchi | 1 | -2/+12 |
2024-03-26 | {gdb,gdbserver}/Makefile.in: remove unnecessary intermediary variables | Simon Marchi | 1 | -9/+3 |
2024-03-26 | gdb, gdbserver, gdbsupport: reformat some Makefile variables, one entry per line | Simon Marchi | 1 | -12/+38 |
2024-03-26 | Revert "gdbserver: convert have_ptrace_getregset to a tribool" | Andrew Burgess | 4 | -10/+10 |
2024-03-26 | Revert "gdbserver/x86: move no-xml code earlier in x86_linux_read_description" | Andrew Burgess | 1 | -16/+11 |
2024-03-26 | Revert "gdb/gdbserver: share I386_LINUX_XSAVE_XCR0_OFFSET definition" | Andrew Burgess | 1 | -1/+21 |
2024-03-26 | Revert "gdb/gdbserver: share some code relating to target description creation" | Andrew Burgess | 6 | -49/+111 |
2024-03-26 | Revert "gdbserver: update target description creation for x86/linux" | Andrew Burgess | 5 | -277/+168 |
2024-03-26 | Revert "gdb/gdbserver: share x86/linux tdesc caching" | Andrew Burgess | 7 | -12/+332 |
2024-03-26 | Revert "gdbserver/Makefile.in: add missing `-x c++`" | Andrew Burgess | 1 | -1/+1 |
2024-03-25 | gdbserver/Makefile.in: add missing `-x c++` | Simon Marchi | 1 | -1/+1 |
2024-03-25 | gdb/gdbserver: share x86/linux tdesc caching | Andrew Burgess | 7 | -332/+12 |
2024-03-25 | gdbserver: update target description creation for x86/linux | Andrew Burgess | 5 | -168/+277 |
2024-03-25 | gdb/gdbserver: share some code relating to target description creation | Andrew Burgess | 6 | -111/+49 |
2024-03-25 | gdb/gdbserver: share I386_LINUX_XSAVE_XCR0_OFFSET definition | Andrew Burgess | 1 | -21/+1 |
2024-03-25 | gdbserver/x86: move no-xml code earlier in x86_linux_read_description | Andrew Burgess | 1 | -11/+16 |
2024-03-25 | gdbserver: convert have_ptrace_getregset to a tribool | Andrew Burgess | 4 | -10/+10 |
2024-03-21 | gdbserver: Clear X86_XSTATE_MPX bits in xcr0 on x32 | H.J. Lu | 1 | -0/+4 |
2024-03-14 | gdbserver/linux: probe for libiconv in configure | Simon Marchi | 6 | -5/+381 |
2024-02-29 | gdb/arm: Remove tpidruro register from non-FreeBSD target descriptions | Thiago Jung Bauermann | 1 | -1/+1 |
2024-02-26 | gdb: Modify the output of "info breakpoints" and "delete breakpoints" | Tiezhu Yang | 2 | -6/+8 |
2024-02-21 | gdb: remove some GCC version checks | Simon Marchi | 1 | -5/+1 |
2024-02-09 | Fix crash in aarch64-linux gdbserver | Pedro Alves | 1 | -6/+15 |
2024-02-06 | gdb: LoongArch: Add LBT extension support | Feiyang Chen | 1 | -0/+43 |
2024-02-06 | gdb: LoongArch: Add vector extensions support | Hui Li | 1 | -0/+52 |
2024-01-30 | Really fix Windows gdbserver segment registers | Tom Tromey | 1 | -9/+76 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 91 | -93/+93 |
2024-01-10 | gdbsupport: tighten up libiberty code a bit with dnl | Mike Frysinger | 1 | -3/+1 |
2024-01-10 | gdb: libiberty: switch to AC_CHECK_DECLS_ONCE | Mike Frysinger | 1 | -58/+69 |
2024-01-10 | gdb: move libiberty.m4 to gdbsupport | Mike Frysinger | 1 | -1/+1 |
2024-01-09 | Fix two bugs in gdbserver thread name handling | Tom Tromey | 1 | -3/+6 |
2023-12-14 | gdb: change regcache interface to use array_view | Simon Marchi | 2 | -23/+30 |
2023-12-14 | gdb: use reg_buffer_common throughout gdbsupport/common-regcache.h | Simon Marchi | 2 | -7/+14 |
2023-12-12 | gdbserver/win32: fix crash on detach | Stefano Moioli | 1 | -1/+1 |
2023-12-08 | gdbserver: allow for general 'monitor set debug COMPONENT VALUE' use | Andrew Burgess | 1 | -32/+143 |
2023-12-08 | gdbserver: allow the --debug command line option to take a value | Andrew Burgess | 1 | -8/+150 |