aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/linux-low.cc
AgeCommit message (Expand)AuthorFilesLines
2024-06-14gdb: move have_ptrace_getregset declaration into gdb/nat directoryAndrew Burgess1-1/+1
2024-05-07gdbserver: convert have_ptrace_getregset to a triboolAndrew Burgess1-1/+1
2024-04-17gdb+gdbserver/Linux: Remove USE_SIGTRAP_SIGINFO fallbackPedro Alves1-37/+2
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-03-26Revert "gdbserver: convert have_ptrace_getregset to a tribool"Andrew Burgess1-1/+1
2024-03-25gdbserver: convert have_ptrace_getregset to a triboolAndrew Burgess1-1/+1
2024-02-09Fix crash in aarch64-linux gdbserverPedro Alves1-6/+15
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2024-01-09Fix two bugs in gdbserver thread name handlingTom Tromey1-3/+6
2023-12-01Bail out of "attach" if a thread cannot be tracedTom Tromey1-2/+13
2023-11-14Filter invalid encodings from Linux thread namesTom Tromey1-2/+57
2023-11-13Report thread exit event for leader if reporting thread exit eventsPedro Alves1-10/+65
2023-11-13gdbserver: Queue no-resumed event after thread exitPedro Alves1-19/+28
2023-11-13Implement GDB_THREAD_OPTION_EXIT support for Linux GDBserverPedro Alves1-13/+25
2023-11-13gdbserver/linux-low.cc: Ignore event_ptid if TARGET_WAITKIND_IGNOREPedro Alves1-1/+0
2023-11-13gdbserver: Hide and don't detach pending clone childrenPedro Alves1-2/+3
2023-11-13Thread options & clone events (Linux GDBserver)Pedro Alves1-118/+135
2023-08-30gdbserver, linux-low: add a couple of nullptr assertions.Willgerodt, Felix1-0/+4
2023-08-11gdbserver: Reinstall software single-step breakpoints in resume_stopped_resum...Kevin Buettner1-1/+6
2023-07-06Linux: Avoid pread64/pwrite64 for high memory addresses (PR gdb/30525)Pedro Alves1-12/+17
2023-06-05[gdb] Fix more typosTom de Vries1-1/+1
2023-03-09gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi1-1/+1
2023-03-01Fix btrace regressionTom Tromey1-1/+1
2023-02-24gdbserver/linux-low.cc: Fix a typo in ternary operatorKhem Raj1-1/+1
2023-02-24Don't use struct buffer in handle_qxfer_btraceTom Tromey1-36/+36
2023-02-01gdbserver: Add PID parameter to linux_get_auxv and linux_get_hwcapThiago Jung Bauermann1-9/+9
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-15gdbsupport: change xml_escape_text_append's parameter from pointer to referenceSimon Marchi1-1/+1
2022-11-27[gdb/server] Emit warning for SIGINT failureTom de Vries1-1/+4
2022-11-18gdbserver/linux: take condition out of callback in find_lwp_pidSimon Marchi1-2/+2
2022-11-09gdbserver: do not report btrace support if target does not announce itTankut Baris Aktemur1-0/+6
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-13/+7
2022-10-18gdb, gdbserver: extend RSP to support namespacesMarkus Metzger1-9/+17
2022-10-18gdbserver: move main_lm handling into callerMarkus Metzger1-48/+48
2022-10-18gdb, gdbserver: support dlmopen()Markus Metzger1-94/+153
2022-06-28gdb+gdbserver/Linux: avoid reading registers while going through shellPedro Alves1-4/+12
2022-04-22gdbserver/linux: free process_info_private and arch_process_info when failing...Simon Marchi1-11/+16
2022-04-14gdbserver/linux: Access memory even if threads are runningPedro Alves1-153/+86
2022-04-04gdbserver: report correct status in thread stop race conditionSimon Marchi1-32/+28
2022-03-31gdbserver/linux: set lwp !stopped when failing to resumeSimon Marchi1-2/+18
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 Metzger1-2/+2
2022-01-18gdbserver: introduce threads_debug_printf, THREADS_SCOPED_DEBUG_ENTER_EXITSimon Marchi1-599/+366
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1