summaryrefslogtreecommitdiff
path: root/gdbserver
AgeCommit message (Expand)Author
2022-01-18gdbserver: introduce remote_debug_printfSimon Marchi
2022-01-18gdbserver: introduce threads_debug_printf, THREADS_SCOPED_DEBUG_ENTER_EXITSimon Marchi
2022-01-18gdbserver: turn debug_threads into a booleanSimon Marchi
2022-01-13gdb: don't use -Wmissing-prototypes with g++Andrew Burgess
2022-01-07Do not use CC_HAS_LONG_LONGTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2022-01-01Update Copyright Year in gdb, gdbserver and gdbreplay version outputJoel Brobecker
2021-12-15New --enable-threading configure option to control use of threads in GDB/GDBs...Luis Machado
2021-12-14gdbserver/tracepoint.cc: use snprintf in gdb_agent_socket_initSimon Marchi
2021-12-14gdbserver/tracepoint.cc: work around -Wstringop-truncation errorSimon Marchi
2021-12-13gdbserver/linux-low: replace direct assignment to current_threadTankut Baris Aktemur
2021-12-13gdbserver: replace direct assignments to current_threadTankut Baris Aktemur
2021-12-13gdbserver: introduce scoped_restore_current_thread and switch_to_threadTankut Baris Aktemur
2021-12-08gdb, gdbserver: detach fork child when detaching from fork parentSimon Marchi
2021-12-08gdbserver: hide fork child threads from GDBSimon Marchi
2021-12-02[gdb/tdep] Fix avx512 -m32 support in gdbserverTom de Vries
2021-11-22gdb: pass more const target_waitstatus by referenceSimon Marchi
2021-11-22gdb: rename target_waitstatus_to_string to target_waitstatus::to_stringSimon Marchi
2021-11-16Remove config.cache in gdbserver's "distclean"Tom Tromey
2021-11-09Fix build on rhES5Tom Tromey
2021-11-04gdbserver: re-generate configureSimon Marchi
2021-11-03[AArch64] Make gdbserver register set selection dynamicLuis Machado
2021-10-29gdb: or1k: implement gdb serverStafford Horne
2021-10-25gdbserver: make target_pid_to_str return std::stringSimon Marchi
2021-10-22Fix 'uninstall' targetTom Tromey
2021-10-22Remove unused variables from gdbserver's MakefileTom Tromey
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi
2021-10-21gdbserver: initialize the members of lwp_info in-classSimon Marchi
2021-10-21gdbserver: make thread_info non-PODSimon Marchi
2021-10-04[gdb/build] Add CXX_DIALECT to CXXTom de Vries
2021-09-23Change ptid_t::tid to ULONGESTTom Tromey
2021-09-23Remove defaulted 'tid' parameter to ptid_t constructorTom Tromey
2021-09-07Remove unused declaration from gdbserver/win32-low.hTom Tromey
2021-08-17gdbserver: Check r_version < 1 for Linux debugger interfaceH.J. Lu
2021-07-26Fix the Windows buildTom Tromey
2021-07-26gdb: move remaining ChangeLogs to legacy filesAndrew Burgess
2021-07-23gdb: make inferior::m_cwd an std::stringSimon Marchi
2021-07-23gdb: un-share set_inferior_cwd declarationSimon Marchi
2021-07-05gdbsupport/common.m4: check for sigtimedwaitSimon Marchi
2021-06-19gdb/gdbserver: switch to AC_CONFIG_MACRO_DIRSMike Frysinger
2021-06-14gnulib: define the path to gnulib's parent dirMike Frysinger
2021-05-27gdb: fix some indentation issuesSimon Marchi
2021-05-17gdb: additional settings for emacs in .dir-locals.elAndrew Burgess
2021-05-08gdb, gdbserver: make status_to_str return std::stringSimon Marchi
2021-05-08Don't run personality syscall at configure time; don't check it at allPedro Alves
2021-05-08Don't include sys/personality.h in linux-low.cc anymorePedro Alves
2021-05-06gdbserver/server: make some functions voidTankut Baris Aktemur
2021-05-03Fix x86_64 mingw buildTom Tromey
2021-04-30Share DLL code between gdb and gdbserverTom Tromey
2021-04-30Use nat/windows-nat function indirection codeTom Tromey