summaryrefslogtreecommitdiff
path: root/gdbserver/linux-low.cc
Commit message (Expand)AuthorAgeFilesLines
* gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi2023-03-091-1/+1
* Fix btrace regressionTom Tromey2023-03-011-1/+1
* gdbserver/linux-low.cc: Fix a typo in ternary operatorKhem Raj2023-02-241-1/+1
* Don't use struct buffer in handle_qxfer_btraceTom Tromey2023-02-241-36/+36
* gdbserver: Add PID parameter to linux_get_auxv and linux_get_hwcapThiago Jung Bauermann2023-02-011-9/+9
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdbsupport: change xml_escape_text_append's parameter from pointer to referenceSimon Marchi2022-12-151-1/+1
* [gdb/server] Emit warning for SIGINT failureTom de Vries2022-11-271-1/+4
* gdbserver/linux: take condition out of callback in find_lwp_pidSimon Marchi2022-11-181-2/+2
* gdbserver: do not report btrace support if target does not announce itTankut Baris Aktemur2022-11-091-0/+6
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-13/+7
* gdb, gdbserver: extend RSP to support namespacesMarkus Metzger2022-10-181-9/+17
* gdbserver: move main_lm handling into callerMarkus Metzger2022-10-181-48/+48
* gdb, gdbserver: support dlmopen()Markus Metzger2022-10-181-94/+153
* gdb+gdbserver/Linux: avoid reading registers while going through shellPedro Alves2022-06-281-4/+12
* gdbserver/linux: free process_info_private and arch_process_info when failing...Simon Marchi2022-04-221-11/+16
* gdbserver/linux: Access memory even if threads are runningPedro Alves2022-04-141-153/+86
* gdbserver: report correct status in thread stop race conditionSimon Marchi2022-04-041-32/+28
* gdbserver/linux: set lwp !stopped when failing to resumeSimon Marchi2022-03-311-2/+18
* 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-271-2/+2
* gdbserver: introduce threads_debug_printf, THREADS_SCOPED_DEBUG_ENTER_EXITSimon Marchi2022-01-181-599/+366
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* 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-131-74/+39
* gdb, gdbserver: detach fork child when detaching from fork parentSimon Marchi2021-12-081-0/+11
* gdbserver: hide fork child threads from GDBSimon Marchi2021-12-081-0/+11
* gdb: rename target_waitstatus_to_string to target_waitstatus::to_stringSimon Marchi2021-11-221-7/+3
* gdbserver: make target_pid_to_str return std::stringSimon Marchi2021-10-251-30/+32
* gdb, gdbserver: make target_waitstatus safeSimon Marchi2021-10-211-68/+64
* gdbserver: initialize the members of lwp_info in-classSimon Marchi2021-10-211-5/+1
* Remove defaulted 'tid' parameter to ptid_t constructorTom Tromey2021-09-231-6/+6
* gdbserver: Check r_version < 1 for Linux debugger interfaceH.J. Lu2021-08-171-1/+1
* gdb, gdbserver: make status_to_str return std::stringSimon Marchi2021-05-081-1/+1
* Don't run personality syscall at configure time; don't check it at allPedro Alves2021-05-081-4/+0
* Don't include sys/personality.h in linux-low.cc anymorePedro Alves2021-05-081-7/+0
* gdbserver: constify the 'pid_to_exec_file' target opTankut Baris Aktemur2021-04-121-1/+1
* gdbserver: linux-low: make linux_process_target::filter_event return voidSimon Marchi2021-02-231-10/+10
* gdbserver: spurious SIGTRAP w/ detach while step-over in progressPedro Alves2021-02-031-1/+28
* gdb: make some variables staticSimon Marchi2021-01-201-2/+2
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-1/+1
* gdb: Have allocate_target_description return a unique_ptrAndrew Burgess2020-10-081-4/+3
* gdb: give names to event loop file handlersSimon Marchi2020-10-021-1/+2