Age | Commit message (Expand) | Author | Files | Lines |
2023-10-10 | gdb: remove target_gdbarch | Simon Marchi | 1 | -1/+1 |
2023-09-26 | fbsd-nat: Fix build failure with GCC 12 | Enze Li | 1 | -1/+1 |
2023-09-22 | fbsd-nat: Pacify gcc with no functional changes | Enze Li | 1 | -5/+6 |
2023-08-23 | gdb: centralize "[Thread ...exited]" notifications | Pedro Alves | 1 | -3/+0 |
2023-08-14 | fbsd-nat: Stop a process if it is running before killing it. | John Baldwin | 1 | -17/+76 |
2023-08-14 | fbsd-nat: Fix thread_alive against a running thread. | John Baldwin | 1 | -1/+7 |
2023-08-14 | fbsd-nat: Fix several issues with detaching. | John Baldwin | 1 | -0/+262 |
2023-08-14 | fbsd-nat: Fix resuming and waiting with multiple processes. | John Baldwin | 1 | -84/+311 |
2023-08-14 | fbsd-nat: Defer any ineligible events reported by wait. | John Baldwin | 1 | -1/+34 |
2023-08-14 | fbsd-nat: Add a list of pending events. | John Baldwin | 1 | -55/+73 |
2023-04-04 | gdb: make find_thread_ptid a process_stratum_target method | Simon Marchi | 1 | -1/+1 |
2023-03-27 | fbsd-nat: Use correct constant for target_waitstatus::sig. | John Baldwin | 1 | -1/+1 |
2023-03-27 | fbsd-nat: Avoid a direct write to target_waitstatus::kind. | John Baldwin | 1 | -1/+1 |
2023-03-27 | fbsd-nat: Add missing spaces. | John Baldwin | 1 | -11/+11 |
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/+19 |
2022-11-22 | fbsd-nat: Use regset supply/collect methods. | John Baldwin | 1 | -4/+4 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -1/+1 |
2022-08-02 | fbsd-nat: Correct the return type of the have_regset method. | John Baldwin | 1 | -1/+1 |
2022-07-26 | gdb/hurd: pass memory_tagged as false to find_memory_region_ftype | Enze Li | 1 | -1/+1 |
2022-07-22 | Change target_ops::async to accept bool | Tom Tromey | 1 | -2/+2 |
2022-06-08 | gdb: remove trailing '.' from perror_with_name calls | Andrew Burgess | 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/+75 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -74/+74 |
2022-03-29 | Remove some uses of printf_unfiltered | Tom Tromey | 1 | -2/+2 |
2022-03-22 | fbsd-nat: Add a low_prepare_to_resume virtual method. | John Baldwin | 1 | -2/+7 |
2022-03-22 | fbsd-nat: Add a low_delete_thread virtual method. | John Baldwin | 1 | -0/+1 |
2022-03-22 | fbsd-nat: Add helper routine to fetch siginfo_t for a ptid. | John Baldwin | 1 | -0/+16 |
2022-03-22 | fbsd-nat: Add a low_new_fork virtual method. | John Baldwin | 1 | -0/+2 |
2022-02-22 | inf-ptrace: Add an event_pipe to be used for async mode in subclasses. | John Baldwin | 1 | -41/+9 |
2022-02-22 | Enable async mode in the target in attach_cmd. | John Baldwin | 1 | -13/+0 |
2022-02-22 | fbsd-nat: Return nullptr rather than failing ::thread_name. | John Baldwin | 1 | -2/+2 |
2022-02-22 | fbsd-nat: Various cleanups to the ::resume entry debug message. | John Baldwin | 1 | -2/+3 |
2022-02-22 | fbsd-nat: Include ptrace operation in error messages. | John Baldwin | 1 | -16/+18 |
2022-02-22 | fbsd-nat: Implement async target support. | John Baldwin | 1 | -2/+152 |
2022-01-28 | fbsd-nat: Return a bool from fetch_register_set and store_register_set. | John Baldwin | 1 | -2/+6 |
2022-01-25 | Reduce explicit use of gdb_stdout | Tom Tromey | 1 | -7/+6 |
2022-01-19 | fbsd-nat: Add include for gdb_argv. | John Baldwin | 1 | -0/+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-10-21 | gdb, gdbserver: make target_waitstatus safe | Simon Marchi | 1 | -15/+18 |
2021-09-23 | Change get_ada_task_ptid parameter type | Tom Tromey | 1 | -2/+2 |
2021-09-23 | Remove defaulted 'tid' parameter to ptid_t constructor | Tom Tromey | 1 | -3/+3 |
2021-08-30 | fbsd-nat: Don't use '%jd' and '%ju' with printf_filtered. | John Baldwin | 1 | -22/+23 |
2021-08-03 | gdb: follow-fork: push target and add thread in target_follow_fork | Simon Marchi | 1 | -2/+6 |
2021-07-14 | gdb: pass child_ptid and fork kind to target_ops::follow_fork | Simon Marchi | 1 | -4/+4 |
2021-07-13 | fbsd-nat: Add helper functions to fetch and store register sets. | John Baldwin | 1 | -0/+46 |
2021-06-14 | fbsd nat: Disable address space randomization when requested. | John Baldwin | 1 | -0/+75 |
2021-04-15 | gdb fbsd-nat: Use new-style debug macros | John Baldwin | 1 | -35/+23 |