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