summaryrefslogtreecommitdiff
path: root/gdbserver
Commit message (Expand)AuthorAgeFilesLines
* gdb: additional settings for emacs in .dir-locals.elAndrew Burgess2021-05-172-1/+9
* gdb, gdbserver: make status_to_str return std::stringSimon Marchi2021-05-082-1/+6
* Don't run personality syscall at configure time; don't check it at allPedro Alves2021-05-084-85/+7
* Don't include sys/personality.h in linux-low.cc anymorePedro Alves2021-05-082-7/+5
* gdbserver/server: make some functions voidTankut Baris Aktemur2021-05-062-24/+16
* Fix x86_64 mingw buildTom Tromey2021-05-032-1/+7
* Share DLL code between gdb and gdbserverTom Tromey2021-04-302-162/+17
* Use nat/windows-nat function indirection codeTom Tromey2021-04-302-142/+58
* Remove use of _WIN32_WCETom Tromey2021-04-142-2/+5
* Remove WinCE code from gdbreplayPedro Alves2021-04-132-51/+4
* Remove some unused typedefs from gdbserverTom Tromey2021-04-132-4/+5
* Remove process_stratum_target::hostio_last_error abstractionPedro Alves2021-04-1310-61/+22
* gdb, gdbserver: remove WinCE support codeSimon Marchi2021-04-123-175/+10
* gdbserver: constify the 'pid_to_exec_file' target opTankut Baris Aktemur2021-04-128-9/+19
* Improve support for loading DLLs at run time in gdbserver.Eli Zaretskii2021-04-112-12/+52
* Fix inverted logic bugLuis Machado2021-03-302-5/+10
* AArch64: Add gdbserver MTE supportLuis Machado2021-03-244-0/+76
* AArch64: Add MTE register set support for GDB and gdbserverLuis Machado2021-03-242-0/+36
* AArch64: Add target description/feature for MTE registersLuis Machado2021-03-245-11/+30
* AArch64: Add MTE CPU feature check supportLuis Machado2021-03-242-0/+5
* Unit tests for gdbserver memory tagging remote packetsLuis Machado2021-03-242-0/+83
* GDBserver remote packet support for memory taggingLuis Machado2021-03-247-25/+240
* gdbserver: convert the global dll list into a process_info fieldTankut Baris Aktemur2021-03-226-20/+70
* gdbserver: linux-low: make linux_process_target::filter_event return voidSimon Marchi2021-02-233-14/+21
* Add stdio support to gdbreplayTom Tromey2021-02-122-21/+45
* Minor constification in gdbreplayTom Tromey2021-02-122-2/+6
* gnulib: update to 776af40e0Paul E. Murphy2021-02-053-1/+12
* gdbserver: spurious SIGTRAP w/ detach while step-over in progressPedro Alves2021-02-032-1/+33
* Fix a couple vStopped pending ack bugsPedro Alves2021-02-032-0/+14
* gdb: make some variables staticSimon Marchi2021-01-206-15/+27
* [gdb/server] Don't overwrite fs/gs_base with -m32Tom de Vries2021-01-202-22/+38
* [gdb/build] Fix gdbserver build with -fsanitize=addressTom de Vries2021-01-072-2/+18
* gdb: introduce scoped debug printsSimon Marchi2021-01-042-0/+8
* Update copyright year range in all GDB filesJoel Brobecker2021-01-0188-88/+88
* Update copyright year in version message for gdb, gdbserver and gdbreplayJoel Brobecker2021-01-013-2/+7
* Fix TBI handling for watchpointsLuis Machado2020-12-162-1/+28
* gdbsupport: make use of safe-ctype functions from libibertyAndrew Burgess2020-12-112-1/+5
* gdbserver: add missing --disable-packet options to help textAndrew Burgess2020-11-112-2/+8
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-0213-32/+47
* gdbserver: replace AC_TRY_COMPILE in acinclude.m4Simon Marchi2020-10-313-25/+33
* gdbsupport: replace AC_TRY_COMPILE in common.m4Simon Marchi2020-10-312-4/+11
* gdbsupport: replace AC_TRY_COMPILE in warning.m4Simon Marchi2020-10-312-3/+8
* gdbsupport: replace AC_TRY_COMPILE in ptrace.m4Simon Marchi2020-10-312-1/+10
* gdbsupport: re-indent ptrace.m4Simon Marchi2020-10-312-27/+32
* gdbserver: modernize configure.acSimon Marchi2020-10-313-43/+94
* gdb, gdbserver, gdbsupport: use AC_CANONICAL_{BUILD,HOST,TARGET} instead of A...Simon Marchi2020-10-313-2/+19
* gdb::handle_eintr, remove need to specify return typePedro Alves2020-10-262-5/+11
* gdb: move ptrace.m4 to gdbsupportSimon Marchi2020-10-252-1/+5
* gdbserver: re-generate configureSimon Marchi2020-10-243-2/+21
* gdbserver: fix overlap in sprintf argument and bufferSimon Marchi2020-10-212-2/+9