summaryrefslogtreecommitdiff
path: root/gdbserver
Commit message (Expand)AuthorAgeFilesLines
* 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
* gdb: move remaining ChangeLogs to legacy filesAndrew Burgess2021-07-261-0/+0
* gdb: make inferior::m_cwd an std::stringSimon Marchi2021-07-233-14/+12
* gdb: un-share set_inferior_cwd declarationSimon Marchi2021-07-232-1/+5
* gdbsupport/common.m4: check for sigtimedwaitSimon Marchi2021-07-052-1/+4
* gdb/gdbserver: switch to AC_CONFIG_MACRO_DIRSMike Frysinger2021-06-195-19/+24
* gnulib: define the path to gnulib's parent dirMike Frysinger2021-06-142-4/+8
* gdb: fix some indentation issuesSimon Marchi2021-05-272-21/+19
* 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