aboutsummaryrefslogtreecommitdiff
path: root/gdbserver
AgeCommit message (Expand)AuthorFilesLines
2024-05-16Stop 'configure --enable-threading' if std::thread doesn't workPedro Alves1-3/+11
2024-05-07gdbserver: convert have_ptrace_getregset to a triboolAndrew Burgess4-10/+10
2024-05-07gdbserver/ipa/x86: remove unneeded declarationsAndrew Burgess1-4/+0
2024-05-06Fix build issues with mingw toolchainBernd Edlinger1-0/+1
2024-05-03[gdb/build] Fix gdbserver/linux-aarch64-low.cc buildMark Wielaard1-1/+1
2024-05-02Fix regression on aarch64-linux gdbserverTom Tromey1-35/+3
2024-04-26gdbserver: Fix vAttach response when attaching is not supportedPedro Alves1-1/+4
2024-04-26Fix "attach" failure handling with GDBserverPedro Alves1-17/+24
2024-04-26Fix "run" failure handling with GDBserverPedro Alves1-1/+9
2024-04-18gdbsupport: constify some return values in print-utils.{h,cc}Simon Marchi2-2/+2
2024-04-17gdb+gdbserver/Linux: Remove USE_SIGTRAP_SIGINFO fallbackPedro Alves1-37/+2
2024-04-17gdbsupport, gdbserver, gdb: use -Wno-vla-cxx-extensionSimon Marchi1-0/+1
2024-04-10gdb, gdbserver: Add missing install-dvi Makefile targetChristophe Lyon1-0/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi56-57/+0
2024-03-26gdb, gdbserver, gdbsupport: include early header files with `-include`Simon Marchi1-2/+12
2024-03-26{gdb,gdbserver}/Makefile.in: remove unnecessary intermediary variablesSimon Marchi1-9/+3
2024-03-26gdb, gdbserver, gdbsupport: reformat some Makefile variables, one entry per lineSimon Marchi1-12/+38
2024-03-26Revert "gdbserver: convert have_ptrace_getregset to a tribool"Andrew Burgess4-10/+10
2024-03-26Revert "gdbserver/x86: move no-xml code earlier in x86_linux_read_description"Andrew Burgess1-16/+11
2024-03-26Revert "gdb/gdbserver: share I386_LINUX_XSAVE_XCR0_OFFSET definition"Andrew Burgess1-1/+21
2024-03-26Revert "gdb/gdbserver: share some code relating to target description creation"Andrew Burgess6-49/+111
2024-03-26Revert "gdbserver: update target description creation for x86/linux"Andrew Burgess5-277/+168
2024-03-26Revert "gdb/gdbserver: share x86/linux tdesc caching"Andrew Burgess7-12/+332
2024-03-26Revert "gdbserver/Makefile.in: add missing `-x c++`"Andrew Burgess1-1/+1
2024-03-25gdbserver/Makefile.in: add missing `-x c++`Simon Marchi1-1/+1
2024-03-25gdb/gdbserver: share x86/linux tdesc cachingAndrew Burgess7-332/+12
2024-03-25gdbserver: update target description creation for x86/linuxAndrew Burgess5-168/+277
2024-03-25gdb/gdbserver: share some code relating to target description creationAndrew Burgess6-111/+49
2024-03-25gdb/gdbserver: share I386_LINUX_XSAVE_XCR0_OFFSET definitionAndrew Burgess1-21/+1
2024-03-25gdbserver/x86: move no-xml code earlier in x86_linux_read_descriptionAndrew Burgess1-11/+16
2024-03-25gdbserver: convert have_ptrace_getregset to a triboolAndrew Burgess4-10/+10
2024-03-21gdbserver: Clear X86_XSTATE_MPX bits in xcr0 on x32H.J. Lu1-0/+4
2024-03-14gdbserver/linux: probe for libiconv in configureSimon Marchi6-5/+381
2024-02-29gdb/arm: Remove tpidruro register from non-FreeBSD target descriptionsThiago Jung Bauermann1-1/+1
2024-02-26gdb: Modify the output of "info breakpoints" and "delete breakpoints"Tiezhu Yang2-6/+8
2024-02-21gdb: remove some GCC version checksSimon Marchi1-5/+1
2024-02-09Fix crash in aarch64-linux gdbserverPedro Alves1-6/+15
2024-02-06gdb: LoongArch: Add LBT extension supportFeiyang Chen1-0/+43
2024-02-06gdb: LoongArch: Add vector extensions supportHui Li1-0/+52
2024-01-30Really fix Windows gdbserver segment registersTom Tromey1-9/+76
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess91-93/+93
2024-01-10gdbsupport: tighten up libiberty code a bit with dnlMike Frysinger1-3/+1
2024-01-10gdb: libiberty: switch to AC_CHECK_DECLS_ONCEMike Frysinger1-58/+69
2024-01-10gdb: move libiberty.m4 to gdbsupportMike Frysinger1-1/+1
2024-01-09Fix two bugs in gdbserver thread name handlingTom Tromey1-3/+6
2023-12-14gdb: change regcache interface to use array_viewSimon Marchi2-23/+30
2023-12-14gdb: use reg_buffer_common throughout gdbsupport/common-regcache.hSimon Marchi2-7/+14
2023-12-12gdbserver/win32: fix crash on detachStefano Moioli1-1/+1
2023-12-08gdbserver: allow for general 'monitor set debug COMPONENT VALUE' useAndrew Burgess1-32/+143
2023-12-08gdbserver: allow the --debug command line option to take a valueAndrew Burgess1-8/+150