Age | Commit message (Expand) | Author | Files | Lines |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 1 | -2/+2 |
2023-08-14 | fbsd-nat: Stop a process if it is running before killing it. | John Baldwin | 1 | -0/+2 |
2023-08-14 | fbsd-nat: Fix several issues with detaching. | John Baldwin | 1 | -0/+14 |
2023-08-14 | fbsd-nat: Fix resuming and waiting with multiple processes. | John Baldwin | 1 | -11/+12 |
2023-08-14 | fbsd-nat: Add a list of pending events. | John Baldwin | 1 | -0/+45 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-11-22 | fbsd-nat: Pass an optional register base to the register set helpers. | John Baldwin | 1 | -15/+22 |
2022-08-02 | fbsd-nat: Correct the return type of the have_regset method. | John Baldwin | 1 | -1/+1 |
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-05-03 | fbsd-nat: Add helper routines for register sets using PT_[G]SETREGSET. | John Baldwin | 1 | -0/+38 |
2022-03-22 | fbsd-nat: Add a low_prepare_to_resume virtual method. | John Baldwin | 1 | -0/+4 |
2022-03-22 | fbsd-nat: Add a low_delete_thread virtual method. | John Baldwin | 1 | -0/+4 |
2022-03-22 | fbsd-nat: Add helper routine to fetch siginfo_t for a ptid. | John Baldwin | 1 | -0/+4 |
2022-03-22 | fbsd-nat: Add a low_new_fork virtual method. | John Baldwin | 1 | -0/+6 |
2022-02-22 | inf-ptrace: Add an event_pipe to be used for async mode in subclasses. | John Baldwin | 1 | -4/+0 |
2022-02-22 | Enable async mode in the target in attach_cmd. | John Baldwin | 1 | -2/+0 |
2022-02-22 | fbsd-nat: Implement async target support. | John Baldwin | 1 | -0/+12 |
2022-01-28 | fbsd-nat: Return a bool from fetch_register_set and store_register_set. | John Baldwin | 1 | -9/+12 |
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/+4 |
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-13 | fbsd-nat: Add helper functions to fetch and store register sets. | John Baldwin | 1 | -0/+43 |
2021-06-14 | fbsd nat: Disable address space randomization when requested. | John Baldwin | 1 | -0/+5 |
2021-04-07 | gdb: make target_ops::follow_fork return void | Simon Marchi | 1 | -1/+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-09-16 | Assume FreeBSD kernels always report exec events. | John Baldwin | 1 | -2/+0 |
2020-09-16 | Assume that PT_LWPINFO is always defined on FreeBSD hosts. | John Baldwin | 1 | -2/+0 |
2020-07-27 | Use SIGTRAP si_code values for all FreeBSD architectures on 11.3 and later. | John Baldwin | 1 | -3/+9 |
2020-07-10 | Enable multi-process mode in the FreeBSD native target. | John Baldwin | 1 | -0/+2 |
2020-03-24 | gdb: bool-ify follow_fork | Simon Marchi | 1 | -1/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -3/+1 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -1/+3 |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-30 | Update the conditionals in fbsd-nat.h so they are always honored. | John Baldwin | 1 | -2/+1 |
2018-06-27 | Add overrides, fix FreeBSD build | Simon Marchi | 1 | -2/+2 |
2018-05-03 | target_ops: Use bool throughout | Pedro Alves | 1 | -3/+3 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -3/+76 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 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-04-27 | Add fbsd_nat_add_target. | John Baldwin | 1 | -11/+3 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-09-30 | Drop target method 'fbsd_make_corefile_notes' | Andreas Arnez | 1 | -6/+0 |
2014-02-19 | Add target_ops argument to to_make_corefile_notes | Tom Tromey | 1 | -1/+2 |
2014-02-19 | Add target_ops argument to to_find_memory_regions | Tom Tromey | 1 | -1/+2 |