aboutsummaryrefslogtreecommitdiff
path: root/gdbserver
AgeCommit message (Expand)AuthorFilesLines
2022-06-14gdbserver: Add LoongArch/Linux supportYouling Tang3-0/+253
2022-06-07Use subclasses of windows_process_infoTom Tromey2-56/+65
2022-06-07Allow ASLR to be disabled on WindowsTom Tromey2-0/+6
2022-06-07Introduce wrapper for CreateProcessTom Tromey1-4/+1
2022-05-18Use aarch64_features to describe register features in target descriptions.John Baldwin5-21/+20
2022-05-13Implement pid_to_exec_file for Windows in gdbserverTom Tromey2-0/+11
2022-05-13Remove windows_process_info::idTom Tromey1-6/+5
2022-05-04Fix build failure for aarch64 gdbserverLuis Machado1-1/+1
2022-05-04Fix GDBserver Aarch64 Linux regressionPedro Alves1-3/+3
2022-05-03gdbserver: Fix build after adding tls feature to arm tdesc.John Baldwin1-1/+1
2022-05-03gdbserver: Read the tpidr register from NT_ARM_TLS on Linux.John Baldwin4-11/+42
2022-05-03Add an aarch64-tls feature which includes the tpidr register.John Baldwin2-2/+2
2022-05-03gdbserver: track current process as well as current threadPedro Alves5-11/+79
2022-04-28Fix libinproctrace.so build on PPCTom Tromey1-1/+2
2022-04-27Fix gdbserver build for x86-64 WindowsTom Tromey3-28/+36
2022-04-22gdbserver/linux: free process_info_private and arch_process_info when failing...Simon Marchi2-11/+19
2022-04-18gdbsupport: make gdb_abspath return an std::stringSimon Marchi1-10/+10
2022-04-14gdbserver: Eliminate prepare_to_access_memoryPedro Alves5-235/+24
2022-04-14gdbserver/linux: Access memory even if threads are runningPedro Alves2-157/+93
2022-04-14gdbserver: special case target_write_memory len==0Pedro Alves1-2/+15
2022-04-14gdbserver/qXfer::threads, prepare_to_access_memory=>target_pause_allPedro Alves1-35/+16
2022-04-14Use GetThreadDescription on WindowsTom Tromey1-1/+1
2022-04-14Implement thread_name for gdbserverTom Tromey2-0/+11
2022-04-14Share handle_ms_vc_exception with gdbserverTom Tromey1-9/+0
2022-04-14Move target_read_string to target/target.cTom Tromey1-0/+2
2022-04-14Let std::thread check pass even without pthreadsTom Tromey1-10/+9
2022-04-04gdbserver: report correct status in thread stop race conditionSimon Marchi1-32/+28
2022-04-04Remove some globals from nat/windows-nat.cTom Tromey1-112/+133
2022-03-31gdbserver/linux: set lwp !stopped when failing to resumeSimon Marchi1-2/+18
2022-03-30Consolidate definition of current_directoryTom Tromey1-4/+0
2022-03-22nat: Split out platform-independent aarch64 debug register support.John Baldwin2-5/+9
2022-03-21gdbserver: Fixup previous patchPedro Alves1-1/+1
2022-03-21gdbserver: Fix incorrect assertionPedro Alves1-4/+5
2022-03-10Re-add zombie leader on exit, gdbserver/linuxPedro Alves1-38/+82
2022-03-10gdbserver: Reindent check_zombie_leadersPedro Alves1-51/+50
2022-03-10gdbserver: Reorganize linux_process_target::filter_eventPedro Alves1-36/+40
2022-03-10Fix gdbserver/linux target_waitstatus logging assertPedro Alves1-2/+2
2022-03-03Avoid conflict with gnulib open/close macros.Roland McGrath1-2/+2
2022-02-22gdbserver linux-low: Convert linux_event_pipe to the event_pipe class.John Baldwin1-32/+11
2022-02-10gdb/linux: remove ptrace support check for exec, fork, vfork, vforkdone, clon...Simon Marchi1-5/+4
2022-01-27gdb, gdbserver: update thread identifier in enable_btrace target methodMarkus Metzger5-10/+11
2022-01-18gdbserver: introduce remote_debug_printfSimon Marchi5-97/+48
2022-01-18gdbserver: introduce threads_debug_printf, THREADS_SCOPED_DEBUG_ENTER_EXITSimon Marchi13-798/+483
2022-01-18gdbserver: turn debug_threads into a booleanSimon Marchi5-17/+11
2022-01-13gdb: don't use -Wmissing-prototypes with g++Andrew Burgess3-1/+69
2022-01-07Do not use CC_HAS_LONG_LONGTom Tromey1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker88-88/+88
2022-01-01Update Copyright Year in gdb, gdbserver and gdbreplay version outputJoel Brobecker2-2/+2
2021-12-15New --enable-threading configure option to control use of threads in GDB/GDBs...Luis Machado1-1/+23
2021-12-14gdbserver/tracepoint.cc: use snprintf in gdb_agent_socket_initSimon Marchi1-2/+2