summaryrefslogtreecommitdiff
path: root/gdb/fbsd-nat.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six
2023-10-10gdb: remove target_gdbarchSimon Marchi
2023-09-26fbsd-nat: Fix build failure with GCC 12Enze Li
2023-09-22fbsd-nat: Pacify gcc with no functional changesEnze Li
2023-08-23gdb: centralize "[Thread ...exited]" notificationsPedro Alves
2023-08-14fbsd-nat: Stop a process if it is running before killing it.John Baldwin
2023-08-14fbsd-nat: Fix thread_alive against a running thread.John Baldwin
2023-08-14fbsd-nat: Fix several issues with detaching.John Baldwin
2023-08-14fbsd-nat: Fix resuming and waiting with multiple processes.John Baldwin
2023-08-14fbsd-nat: Defer any ineligible events reported by wait.John Baldwin
2023-08-14fbsd-nat: Add a list of pending events.John Baldwin
2023-04-04gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi
2023-03-27fbsd-nat: Use correct constant for target_waitstatus::sig.John Baldwin
2023-03-27fbsd-nat: Avoid a direct write to target_waitstatus::kind.John Baldwin
2023-03-27fbsd-nat: Add missing spaces.John Baldwin
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-11-22fbsd-nat: Pass an optional register base to the register set helpers.John Baldwin
2022-11-22fbsd-nat: Use regset supply/collect methods.John Baldwin
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves
2022-08-02fbsd-nat: Correct the return type of the have_regset method.John Baldwin
2022-07-26gdb/hurd: pass memory_tagged as false to find_memory_region_ftypeEnze Li
2022-07-22Change target_ops::async to accept boolTom Tromey
2022-06-08gdb: remove trailing '.' from perror_with_name callsAndrew Burgess
2022-05-13Constify target_pid_to_exec_fileTom Tromey
2022-05-03fbsd-nat: Add helper routines for register sets using PT_[G]SETREGSET.John Baldwin
2022-03-29Unify gdb printf functionsTom Tromey
2022-03-29Remove some uses of printf_unfilteredTom Tromey
2022-03-22fbsd-nat: Add a low_prepare_to_resume virtual method.John Baldwin
2022-03-22fbsd-nat: Add a low_delete_thread virtual method.John Baldwin
2022-03-22fbsd-nat: Add helper routine to fetch siginfo_t for a ptid.John Baldwin
2022-03-22fbsd-nat: Add a low_new_fork virtual method.John Baldwin
2022-02-22inf-ptrace: Add an event_pipe to be used for async mode in subclasses.John Baldwin
2022-02-22Enable async mode in the target in attach_cmd.John Baldwin
2022-02-22fbsd-nat: Return nullptr rather than failing ::thread_name.John Baldwin
2022-02-22fbsd-nat: Various cleanups to the ::resume entry debug message.John Baldwin
2022-02-22fbsd-nat: Include ptrace operation in error messages.John Baldwin
2022-02-22fbsd-nat: Implement async target support.John Baldwin
2022-01-28fbsd-nat: Return a bool from fetch_register_set and store_register_set.John Baldwin
2022-01-25Reduce explicit use of gdb_stdoutTom Tromey
2022-01-19fbsd-nat: Add include for gdb_argv.John Baldwin
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-12-13gdb: make post_startup_inferior a virtual method on inf_ptrace_targetAndrew Burgess
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi
2021-09-23Change get_ada_task_ptid parameter typeTom Tromey
2021-09-23Remove defaulted 'tid' parameter to ptid_t constructorTom Tromey
2021-08-30fbsd-nat: Don't use '%jd' and '%ju' with printf_filtered.John Baldwin
2021-08-03gdb: follow-fork: push target and add thread in target_follow_forkSimon Marchi
2021-07-14gdb: pass child_ptid and fork kind to target_ops::follow_forkSimon Marchi