Age | Commit message (Expand) | Author | Files | Lines |
2022-07-22 | Change target_ops::async to accept bool | Tom Tromey | 1 | -1/+1 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -6/+6 |
2022-02-22 | inf-ptrace: Add an event_pipe to be used for async mode in subclasses. | John Baldwin | 1 | -0/+15 |
2022-02-22 | inf-ptrace: Support async targets in inf_ptrace_target::wait. | John Baldwin | 1 | -3/+24 |
2022-02-22 | inf-ptrace: Return an IGNORE event if waitpid() fails. | John Baldwin | 1 | -3/+2 |
2022-01-06 | Introduce target_announce_attach | Tom Tromey | 1 | -11/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-13 | gdb: make post_startup_inferior a virtual method on inf_ptrace_target | Andrew Burgess | 1 | -1/+1 |
2021-12-03 | gdb: change store_waitstatus to return a target_waitstatus by value | Simon Marchi | 1 | -1/+2 |
2021-10-21 | gdb, gdbserver: make target_waitstatus safe | Simon Marchi | 1 | -2/+1 |
2021-06-17 | Move scoped_ignore_sigttou to gdbsupport/ | Pedro Alves | 1 | -1/+0 |
2021-03-23 | gdb: remove target_is_pushed free function | Simon Marchi | 1 | -8/+7 |
2021-03-23 | gdb: remove push_target free functions | Simon Marchi | 1 | -3/+4 |
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 |