Age | Commit message (Expand) | Author | Files | Lines |
2022-06-28 | gdb+gdbserver/Linux: avoid reading registers while going through shell | Pedro Alves | 1 | -0/+4 |
2022-05-26 | gdb/linux-nat: xfer_memory_partial return E_IO on error | Lancelot SIX | 1 | -1/+1 |
2022-05-13 | Constify target_pid_to_exec_file | Tom Tromey | 1 | -1/+1 |
2022-04-29 | Slightly tweak and clarify target_resume's interface | Pedro Alves | 1 | -19/+10 |
2022-03-31 | gdb/linux-nat: remove check based on current_inferior in linux_handle_extende... | Simon Marchi | 1 | -13/+4 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -4/+4 |
2022-03-29 | Remove some uses of printf_unfiltered | Tom Tromey | 1 | -2/+2 |
2022-03-10 | Re-add zombie leader on exit, gdb/linux | Pedro Alves | 1 | -27/+80 |
2022-03-10 | gdb: Reorganize linux_nat_filter_event | Pedro Alves | 1 | -35/+40 |
2022-02-22 | inf-ptrace: Add an event_pipe to be used for async mode in subclasses. | John Baldwin | 1 | -99/+24 |
2022-02-22 | Enable async mode in the target in attach_cmd. | John Baldwin | 1 | -3/+0 |
2022-02-22 | Don't enable async mode at the end of target ::resume methods. | John Baldwin | 1 | -3/+0 |
2022-02-22 | gdb linux-nat: Convert linux_nat_event_pipe to the event_pipe class. | John Baldwin | 1 | -43/+16 |
2022-02-18 | gdb: remove newlines from some linux_nat_debug_printf calls | Simon Marchi | 1 | -3/+3 |
2022-02-10 | gdb/linux: remove ptrace support check for exec, fork, vfork, vforkdone, clon... | Simon Marchi | 1 | -69/+8 |
2022-01-18 | gdb: use ptid_t::to_string instead of target_pid_to_str in debug statements | Simon Marchi | 1 | -46/+46 |
2022-01-12 | gdb: rename lin-lwp to linux-nat in set/show debug | Andrew Burgess | 1 | -3/+3 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-22 | gdb: convert 'set debug lin-lwp' to a boolean command | Andrew Burgess | 1 | -9/+20 |
2021-12-13 | gdb: make post_startup_inferior a virtual method on inf_ptrace_target | Andrew Burgess | 1 | -0/+2 |
2021-12-08 | gdb, gdbserver: detach fork child when detaching from fork parent | Simon Marchi | 1 | -1/+52 |
2021-12-08 | gdb/linux-nat: factor ptrace-detach code to new detach_one_pid function | Simon Marchi | 1 | -36/+40 |
2021-12-03 | gdb: change store_waitstatus to return a target_waitstatus by value | Simon Marchi | 1 | -3/+3 |
2021-11-25 | gdb: hoist target_async_permitted checks into target.c | Andrew Burgess | 1 | -3/+5 |
2021-11-05 | Avoid /proc/pid/mem races (PR 28065) | Pedro Alves | 1 | -185/+139 |
2021-10-21 | gdb, gdbserver: make target_waitstatus safe | Simon Marchi | 1 | -33/+36 |
2021-09-30 | gdbsupport: make gdb_open_cloexec return scoped_fd | Simon Marchi | 1 | -1/+1 |
2021-09-27 | gdb: use intrusive_list for linux-nat lwp_list | Simon Marchi | 1 | -22/+24 |
2021-09-27 | gdb: add destructor to lwp_info | Simon Marchi | 1 | -7/+4 |
2021-09-27 | gdb: make lwp_info non-POD | Simon Marchi | 1 | -21/+6 |
2021-09-23 | Remove defaulted 'tid' parameter to ptid_t constructor | Tom Tromey | 1 | -8/+7 |
2021-09-07 | gdb: make thread_info::executing private | Andrew Burgess | 1 | -1/+1 |
2021-08-26 | gdb: remove some stray newlines in debug output | Andrew Burgess | 1 | -2/+2 |
2021-08-03 | gdb: follow-fork: push target and add thread in target_follow_fork | Simon Marchi | 1 | -7/+8 |
2021-07-14 | gdb: pass child_ptid and fork kind to target_ops::follow_fork | Simon Marchi | 1 | -12/+7 |
2021-07-14 | gdb: call post_create_inferior at end of follow_fork_inferior | Simon Marchi | 1 | -15/+0 |
2021-07-12 | gdb: make thread_info::suspend private, add getters / setters | Simon Marchi | 1 | -6/+6 |
2021-07-01 | Linux: Access memory even if threads are running | Pedro Alves | 1 | -47/+218 |
2021-05-08 | gdb, gdbserver: make status_to_str return std::string | Simon Marchi | 1 | -9/+11 |
2021-05-08 | Don't run personality syscall at configure time; don't check it at all | Pedro Alves | 1 | -4/+0 |
2021-04-07 | gdb: make target_ops::follow_fork return void | Simon Marchi | 1 | -3/+1 |
2021-02-23 | gdb: linux-nat: make linux_nat_filter_event return void | Simon Marchi | 1 | -12/+12 |
2021-02-12 | [gdb/threads] Fix lin_thread_get_thread_signals for glibc 2.28 | Tom de Vries | 1 | -9/+17 |
2021-02-03 | detach and breakpoint removal | Pedro Alves | 1 | -0/+5 |
2021-01-20 | gdb: make some variables static | Simon Marchi | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-11 | gdb: factor out debug_prefixed_printf_cond | Simon Marchi | 1 | -6/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -3/+3 |
2020-10-31 | gdb: restore some checks of debug flags | Andrew Burgess | 1 | -1/+6 |
2020-10-31 | gdb, gdbsupport: add debug_prefixed_printf, remove boilerplate functions | Simon Marchi | 1 | -16/+2 |