| Commit message (Expand) | Author | Age | Files | Lines |
* | gdbsupport: change xml_escape_text_append's parameter from pointer to reference | Simon Marchi | 2022-12-15 | 1 | -1/+1 |
* | [gdb/server] Emit warning for SIGINT failure | Tom de Vries | 2022-11-27 | 1 | -1/+4 |
* | gdbserver/linux: take condition out of callback in find_lwp_pid | Simon Marchi | 2022-11-18 | 1 | -2/+2 |
* | gdbserver: do not report btrace support if target does not announce it | Tankut Baris Aktemur | 2022-11-09 | 1 | -0/+6 |
* | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 2022-10-19 | 1 | -13/+7 |
* | gdb, gdbserver: extend RSP to support namespaces | Markus Metzger | 2022-10-18 | 1 | -9/+17 |
* | gdbserver: move main_lm handling into caller | Markus Metzger | 2022-10-18 | 1 | -48/+48 |
* | gdb, gdbserver: support dlmopen() | Markus Metzger | 2022-10-18 | 1 | -94/+153 |
* | gdb+gdbserver/Linux: avoid reading registers while going through shell | Pedro Alves | 2022-06-28 | 1 | -4/+12 |
* | gdbserver/linux: free process_info_private and arch_process_info when failing... | Simon Marchi | 2022-04-22 | 1 | -11/+16 |
* | gdbserver/linux: Access memory even if threads are running | Pedro Alves | 2022-04-14 | 1 | -153/+86 |
* | gdbserver: report correct status in thread stop race condition | Simon Marchi | 2022-04-04 | 1 | -32/+28 |
* | gdbserver/linux: set lwp !stopped when failing to resume | Simon Marchi | 2022-03-31 | 1 | -2/+18 |
* | Re-add zombie leader on exit, gdbserver/linux | Pedro Alves | 2022-03-10 | 1 | -38/+82 |
* | gdbserver: Reindent check_zombie_leaders | Pedro Alves | 2022-03-10 | 1 | -51/+50 |
* | gdbserver: Reorganize linux_process_target::filter_event | Pedro Alves | 2022-03-10 | 1 | -36/+40 |
* | Fix gdbserver/linux target_waitstatus logging assert | Pedro Alves | 2022-03-10 | 1 | -2/+2 |
* | Avoid conflict with gnulib open/close macros. | Roland McGrath | 2022-03-03 | 1 | -2/+2 |
* | gdbserver linux-low: Convert linux_event_pipe to the event_pipe class. | John Baldwin | 2022-02-22 | 1 | -32/+11 |
* | gdb/linux: remove ptrace support check for exec, fork, vfork, vforkdone, clon... | Simon Marchi | 2022-02-10 | 1 | -5/+4 |
* | gdb, gdbserver: update thread identifier in enable_btrace target method | Markus Metzger | 2022-01-27 | 1 | -2/+2 |
* | gdbserver: introduce threads_debug_printf, THREADS_SCOPED_DEBUG_ENTER_EXIT | Simon Marchi | 2022-01-18 | 1 | -599/+366 |
* | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 2022-01-01 | 1 | -1/+1 |
* | gdbserver/linux-low: replace direct assignment to current_thread | Tankut Baris Aktemur | 2021-12-13 | 1 | -2/+5 |
* | gdbserver: replace direct assignments to current_thread | Tankut Baris Aktemur | 2021-12-13 | 1 | -74/+39 |
* | gdb, gdbserver: detach fork child when detaching from fork parent | Simon Marchi | 2021-12-08 | 1 | -0/+11 |
* | gdbserver: hide fork child threads from GDB | Simon Marchi | 2021-12-08 | 1 | -0/+11 |
* | gdb: rename target_waitstatus_to_string to target_waitstatus::to_string | Simon Marchi | 2021-11-22 | 1 | -7/+3 |
* | gdbserver: make target_pid_to_str return std::string | Simon Marchi | 2021-10-25 | 1 | -30/+32 |
* | gdb, gdbserver: make target_waitstatus safe | Simon Marchi | 2021-10-21 | 1 | -68/+64 |
* | gdbserver: initialize the members of lwp_info in-class | Simon Marchi | 2021-10-21 | 1 | -5/+1 |
* | Remove defaulted 'tid' parameter to ptid_t constructor | Tom Tromey | 2021-09-23 | 1 | -6/+6 |
* | gdbserver: Check r_version < 1 for Linux debugger interface | H.J. Lu | 2021-08-17 | 1 | -1/+1 |
* | gdb, gdbserver: make status_to_str return std::string | Simon Marchi | 2021-05-08 | 1 | -1/+1 |
* | Don't run personality syscall at configure time; don't check it at all | Pedro Alves | 2021-05-08 | 1 | -4/+0 |
* | Don't include sys/personality.h in linux-low.cc anymore | Pedro Alves | 2021-05-08 | 1 | -7/+0 |
* | gdbserver: constify the 'pid_to_exec_file' target op | Tankut Baris Aktemur | 2021-04-12 | 1 | -1/+1 |
* | gdbserver: linux-low: make linux_process_target::filter_event return void | Simon Marchi | 2021-02-23 | 1 | -10/+10 |
* | gdbserver: spurious SIGTRAP w/ detach while step-over in progress | Pedro Alves | 2021-02-03 | 1 | -1/+28 |
* | gdb: make some variables static | Simon Marchi | 2021-01-20 | 1 | -2/+2 |
* | Update copyright year range in all GDB files | Joel Brobecker | 2021-01-01 | 1 | -1/+1 |
* | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 2020-11-02 | 1 | -1/+1 |
* | gdb: Have allocate_target_description return a unique_ptr | Andrew Burgess | 2020-10-08 | 1 | -4/+3 |
* | gdb: give names to event loop file handlers | Simon Marchi | 2020-10-02 | 1 | -1/+2 |
* | Make target_wait options use enum flags | Tom Tromey | 2020-09-18 | 1 | -2/+2 |
* | gdb, gdbserver: make stopped_pids global variables static | Simon Marchi | 2020-07-21 | 1 | -1/+1 |
* | gdbserver/linux-low: use std::list to store pending signals | Tankut Baris Aktemur | 2020-06-22 | 1 | -69/+32 |
* | gdbserver: remove support for Blackfin | Simon Marchi | 2020-06-12 | 1 | -5/+0 |
* | Use construct_inferior_arguments which handles special chars | Michael Weghorn | 2020-05-25 | 1 | -1/+1 |
* | gdbserver/linux-low: turn 'get_ipa_tdesc_idx' into a method | Tankut Baris Aktemur | 2020-04-02 | 1 | -9/+0 |