Age | Commit message (Expand) | Author | Files | Lines |
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 | -0/+2 |
2021-10-21 | gdb, gdbserver: make target_waitstatus safe | Simon Marchi | 1 | -5/+4 |
2021-08-03 | gdb: follow-fork: push target and add thread in target_follow_fork | Simon Marchi | 1 | -3/+6 |
2021-07-29 | obsd-nat: Report both thread and PID in ::pid_to_str. | John Baldwin | 1 | -1/+1 |
2021-07-29 | obsd-nat: Various fixes for fork following. | John Baldwin | 1 | -28/+25 |
2021-07-29 | obsd-nat: Various fixes to obsd_nat_target::wait. | John Baldwin | 1 | -49/+12 |
2021-07-14 | gdb: pass child_ptid and fork kind to target_ops::follow_fork | Simon Marchi | 1 | -5/+3 |
2021-04-07 | gdb: make target_ops::follow_fork return void | Simon Marchi | 1 | -3/+1 |
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-04-24 | Move OpenBSD-only functions from inf-ptrace to obsd-nat | Kamil Rytarowski | 1 | -0/+63 |
2020-04-15 | Fix OpenBSD build error. | Kamil Rytarowski | 1 | -6/+6 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-07-26 | Fix return type typo in obsd-nat.c that breaks build on OpenBSD | Brian Callahan | 1 | -1/+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 | -7/+2 |
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_get_lwp | Tom Tromey | 1 | -4/+4 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -4/+4 |
2018-07-03 | Remove pid_to_ptid | Tom Tromey | 1 | -5/+5 |
2018-07-03 | Remove ptid_build | Tom Tromey | 1 | -2/+2 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -25/+7 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-04-05 | -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info | Pedro Alves | 1 | -1/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-10-15 | Push pruning old threads down to the target | Pedro Alves | 1 | -2/+4 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-03-01 | Silence ARI warning. | Mark Kettenis | 1 | -1/+1 |
2014-02-28 | Stupid git never fucking does what I want! | Mark Kettenis | 1 | -3/+3 |
2014-02-28 | Support rthreads on OpenBSD 5.2 and later. | Mark Kettenis | 1 | -0/+185 |