Age | Commit message (Expand) | Author | Files | Lines |
2024-06-21 | [gdb/tdep] Fix gdb.base/watchpoint-running.exp on {arm,ppc64le}-linux | Pedro Alves | 1 | -0/+6 |
2024-06-14 | gdb: move have_ptrace_getregset declaration into gdb/nat directory | Andrew Burgess | 1 | -3/+0 |
2024-05-28 | Use bool in thread_events | Tom Tromey | 1 | -1/+1 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 1 | -1/+1 |
2023-11-17 | gdb: remove regcache's address space | Simon Marchi | 1 | -2/+0 |
2023-11-13 | Thread options & clone events (native Linux) | Pedro Alves | 1 | -0/+2 |
2023-11-13 | Step over clone syscall w/ breakpoint, TARGET_WAITKIND_THREAD_CLONED | Pedro Alves | 1 | -0/+2 |
2023-03-27 | linux-nat: introduce pending_status_str | Pedro Alves | 1 | -4/+7 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-05 | gdb/linux-nat: bool-ify linux_nat_get_siginfo | Simon Marchi | 1 | -2/+2 |
2022-09-21 | gdbsupport: convert FILEIO_* macros to an enum | Simon Marchi | 1 | -3/+3 |
2022-07-22 | Change target_ops::async to accept bool | Tom Tromey | 1 | -1/+1 |
2022-05-13 | Constify target_pid_to_exec_file | Tom Tromey | 1 | -1/+1 |
2022-02-22 | inf-ptrace: Add an event_pipe to be used for async mode in subclasses. | John Baldwin | 1 | -4/+0 |
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 | -2/+4 |
2021-10-21 | gdb, gdbserver: make target_waitstatus safe | Simon Marchi | 1 | -4/+2 |
2021-09-27 | gdb: use intrusive_list for linux-nat lwp_list | Simon Marchi | 1 | -19/+16 |
2021-09-27 | gdb: add destructor to lwp_info | Simon Marchi | 1 | -0/+4 |
2021-09-27 | gdb: make lwp_info non-POD | Simon Marchi | 1 | -16/+22 |
2021-08-03 | gdb: follow-fork: push target and add thread in target_follow_fork | Simon Marchi | 1 | -1/+1 |
2021-07-14 | gdb: pass child_ptid and fork kind to target_ops::follow_fork | Simon Marchi | 1 | -1/+1 |
2021-07-14 | gdb: call post_create_inferior at end of follow_fork_inferior | Simon Marchi | 1 | -3/+0 |
2021-04-07 | gdb: make target_ops::follow_fork return void | Simon Marchi | 1 | -1/+1 |
2021-02-12 | [gdb/threads] Fix lin_thread_get_thread_signals for glibc 2.28 | Tom de Vries | 1 | -2/+5 |
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-03-30 | Add low_new_clone method to linux_nat_target. | Pedro Franco de Carvalho | 1 | -0/+4 |
2020-03-24 | gdb: bool-ify follow_fork | Simon Marchi | 1 | -1/+1 |
2020-01-14 | Fix/Update misc comments | Luis Machado | 1 | -2/+2 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -0/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -1/+1 |
2019-02-07 | Normalize include guards in gdb | Tom Tromey | 1 | -0/+5 |
2019-01-24 | target_pass_signals/target_program_signals: Use gdb::array_view | Pedro Alves | 1 | -1/+1 |
2019-01-14 | Constify target_pass_signals and target_program_signals | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-05-03 | linux_nat_target: More low methods | Pedro Alves | 1 | -40/+36 |
2018-05-03 | target_ops: Use bool throughout | Pedro Alves | 1 | -18/+18 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -12/+129 |
2018-05-03 | Make inf_ptrace_trad Linux-only, move to separate file | Pedro Alves | 1 | -4/+3 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-10-12 | lwp_info: Make the arch code free arch_lwp_info | Simon Marchi | 1 | -0/+3 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-05-24 | [Linux] Optimize PID -> struct lwp_info lookup | Pedro Alves | 1 | -1/+3 |
2016-01-12 | Implement 'catch syscall' for gdbserver | Josh Stone | 1 | -1/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-12-17 | Remove support for LinuxThreads and vendor 2.4 kernels w/ backported NPTL | Pedro Alves | 1 | -5/+0 |
2015-12-10 | Remove support for thread events without PTRACE_EVENT_CLONE in GDB | Antoine Tremblay | 1 | -2/+0 |