summaryrefslogtreecommitdiff
path: root/gdbserver
Commit message (Expand)AuthorAgeFilesLines
* gdbserver: report correct status in thread stop race conditionSimon Marchi2022-04-041-32/+28
* Remove some globals from nat/windows-nat.cTom Tromey2022-04-041-112/+133
* gdbserver/linux: set lwp !stopped when failing to resumeSimon Marchi2022-03-311-2/+18
* Consolidate definition of current_directoryTom Tromey2022-03-301-4/+0
* nat: Split out platform-independent aarch64 debug register support.John Baldwin2022-03-222-5/+9
* gdbserver: Fixup previous patchPedro Alves2022-03-211-1/+1
* gdbserver: Fix incorrect assertionPedro Alves2022-03-211-4/+5
* Re-add zombie leader on exit, gdbserver/linuxPedro Alves2022-03-101-38/+82
* gdbserver: Reindent check_zombie_leadersPedro Alves2022-03-101-51/+50
* gdbserver: Reorganize linux_process_target::filter_eventPedro Alves2022-03-101-36/+40
* Fix gdbserver/linux target_waitstatus logging assertPedro Alves2022-03-101-2/+2
* Avoid conflict with gnulib open/close macros.Roland McGrath2022-03-031-2/+2
* gdbserver linux-low: Convert linux_event_pipe to the event_pipe class.John Baldwin2022-02-221-32/+11
* gdb/linux: remove ptrace support check for exec, fork, vfork, vforkdone, clon...Simon Marchi2022-02-101-5/+4
* gdb, gdbserver: update thread identifier in enable_btrace target methodMarkus Metzger2022-01-275-10/+11
* gdbserver: introduce remote_debug_printfSimon Marchi2022-01-185-97/+48
* gdbserver: introduce threads_debug_printf, THREADS_SCOPED_DEBUG_ENTER_EXITSimon Marchi2022-01-1813-798/+483
* gdbserver: turn debug_threads into a booleanSimon Marchi2022-01-185-17/+11
* gdb: don't use -Wmissing-prototypes with g++Andrew Burgess2022-01-133-1/+69
* Do not use CC_HAS_LONG_LONGTom Tromey2022-01-071-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-0188-88/+88
* Update Copyright Year in gdb, gdbserver and gdbreplay version outputJoel Brobecker2022-01-012-2/+2
* New --enable-threading configure option to control use of threads in GDB/GDBs...Luis Machado2021-12-151-1/+23
* gdbserver/tracepoint.cc: use snprintf in gdb_agent_socket_initSimon Marchi2021-12-141-2/+2
* gdbserver/tracepoint.cc: work around -Wstringop-truncation errorSimon Marchi2021-12-141-2/+7
* gdbserver/linux-low: replace direct assignment to current_threadTankut Baris Aktemur2021-12-131-2/+5
* gdbserver: replace direct assignments to current_threadTankut Baris Aktemur2021-12-1313-136/+77
* gdbserver: introduce scoped_restore_current_thread and switch_to_threadTankut Baris Aktemur2021-12-132-0/+43
* gdb, gdbserver: detach fork child when detaching from fork parentSimon Marchi2021-12-085-0/+83
* gdbserver: hide fork child threads from GDBSimon Marchi2021-12-085-0/+62
* [gdb/tdep] Fix avx512 -m32 support in gdbserverTom de Vries2021-12-021-13/+37
* gdb: pass more const target_waitstatus by referenceSimon Marchi2021-11-223-37/+36
* gdb: rename target_waitstatus_to_string to target_waitstatus::to_stringSimon Marchi2021-11-222-15/+6
* Remove config.cache in gdbserver's "distclean"Tom Tromey2021-11-161-2/+1
* Fix build on rhES5Tom Tromey2021-11-092-0/+20
* gdbserver: re-generate configureSimon Marchi2021-11-042-0/+49
* [AArch64] Make gdbserver register set selection dynamicLuis Machado2021-11-031-85/+101
* gdb: or1k: implement gdb serverStafford Horne2021-10-293-0/+275
* gdbserver: make target_pid_to_str return std::stringSimon Marchi2021-10-256-51/+50
* Fix 'uninstall' targetTom Tromey2021-10-221-1/+4
* Remove unused variables from gdbserver's MakefileTom Tromey2021-10-221-26/+1
* gdb, gdbserver: make target_waitstatus safeSimon Marchi2021-10-218-208/+171
* gdbserver: initialize the members of lwp_info in-classSimon Marchi2021-10-212-29/+31
* gdbserver: make thread_info non-PODSimon Marchi2021-10-212-14/+18
* [gdb/build] Add CXX_DIALECT to CXXTom de Vries2021-10-041-0/+8
* Change ptid_t::tid to ULONGESTTom Tromey2021-09-231-2/+2
* Remove defaulted 'tid' parameter to ptid_t constructorTom Tromey2021-09-233-9/+9
* Remove unused declaration from gdbserver/win32-low.hTom Tromey2021-09-071-3/+0
* gdbserver: Check r_version < 1 for Linux debugger interfaceH.J. Lu2021-08-171-1/+1
* Fix the Windows buildTom Tromey2021-07-261-3/+3