Age | Commit message (Expand) | Author | Files | Lines |
2021-02-22 | gdb: push target earlier in procfs_target::attach (PR 27435) | Simon Marchi | 1 | -16/+0 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-09-18 | Make target_wait options use enum flags | Tom Tromey | 1 | -1/+1 |
2020-07-09 | Don't compare the pid returned from 'wait' against inferior_ptid. | John Baldwin | 1 | -1/+1 |
2020-06-18 | Don't write to inferior_ptid in inf-ptrace.c | Pedro Alves | 1 | -10/+9 |
2020-04-25 | Remove unused code block in inf_ptrace_target::wait | Kamil Rytarowski | 1 | -38/+0 |
2020-04-24 | Move OpenBSD-only functions from inf-ptrace to obsd-nat | Kamil Rytarowski | 1 | -70/+0 |
2020-04-17 | Remove obsolete and unused inf_ptrace_target::auxv_parse | Kamil Rytarowski | 1 | -36/+0 |
2020-03-24 | gdb: bool-ify follow_fork | Simon Marchi | 1 | -3/+3 |
2020-03-19 | Disable get_ptrace_pid for NetBSD | Kamil Rytarowski | 1 | -18/+29 |
2020-01-14 | Fix/Update misc comments | Luis Machado | 1 | -4/+4 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -3/+3 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-16 | Constify get_exec_file | Tom Tromey | 1 | -2/+1 |
2019-09-26 | Revert "Improve ptrace-error detection on Linux targets" | Sergio Durigan Junior | 1 | -16/+1 |
2019-09-26 | Improve ptrace-error detection on Linux targets | Sergio Durigan Junior | 1 | -1/+16 |
2019-07-10 | Don't include gdbarch.h from defs.h | Tom Tromey | 1 | -0/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -4/+4 |
2019-03-05 | Remove excess calls to gdb_flush | Tom Tromey | 1 | -2/+0 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-07-03 | Remove ptid_equal | Tom Tromey | 1 | -1/+1 |
2018-07-03 | Remove ptid_get_lwp | Tom Tromey | 1 | -1/+1 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -11/+11 |
2018-07-03 | Remove pid_to_ptid | Tom Tromey | 1 | -9/+9 |
2018-05-03 | target_ops: Use bool throughout | Pedro Alves | 1 | -1/+1 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -87/+55 |
2018-05-03 | Make inf_ptrace_trad Linux-only, move to separate file | Pedro Alves | 1 | -135/+0 |
2018-04-21 | FreeBSD: Fix 'Couldn't get registers: Device busy' error (PR gdb/23077) | Pedro Alves | 1 | -1/+4 |
2018-03-30 | Remove make_cleanup_unpush_target | Tom Tromey | 1 | -6/+22 |
2018-01-30 | Per-inferior target_terminal state, fix PR gdb/13211, more | Pedro Alves | 1 | -14/+0 |
2018-01-19 | Make linux_nat_detach/thread_db_detach use the inferior parameter | Simon Marchi | 1 | -5/+3 |
2018-01-19 | Pass inferior down to target_detach and to_detach | Simon Marchi | 1 | -1/+1 |
2018-01-19 | Remove args from target detach | Simon Marchi | 1 | -7/+3 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -4/+4 |
2017-06-07 | Share fork_inferior et al with gdbserver | Sergio Durigan Junior | 1 | -3/+12 |
2017-04-12 | C++-fy and prepare for sharing fork_inferior | Sergio Durigan Junior | 1 | -2/+2 |
2017-04-05 | -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info | Pedro Alves | 1 | -1/+1 |
2017-03-22 | Remove lwp -> pid conversion in linux_nat_xfer_partial | Simon Marchi | 1 | -1/+1 |
2017-03-20 | Use ptid from regcache in almost all remaining nat files | Simon Marchi | 1 | -12/+6 |
2017-03-16 | [Patch] Fix variable type glitch in inf-ptrace.c | Jiong Wang | 1 | -1/+1 |
2017-03-14 | inf-ptrace: Do not stop memory transfers after a single word | Andreas Arnez | 1 | -73/+69 |
2017-02-20 | PR gdb/16188: Verify PTRACE_TRACEME succeeded | Sergio Durigan Junior | 1 | -1/+2 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-09-19 | Consolidate target_mourn_inferior between GDB and gdbserver | Sergio Durigan Junior | 1 | -1/+1 |
2016-07-01 | Fix failure to detach if process exits while detaching on Linux | Pedro Alves | 1 | -0/+10 |
2016-07-01 | Factor out "Detaching from program" message printing | Pedro Alves | 1 | -9/+1 |
2016-01-19 | Use LWP IDs with ptrace register requests on FreeBSD. | John Baldwin | 1 | -1/+1 |