summaryrefslogtreecommitdiff
path: root/gdb/fbsd-nat.h
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six
2023-08-14fbsd-nat: Stop a process if it is running before killing it.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: Add a list of pending events.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-08-02fbsd-nat: Correct the return type of the have_regset method.John Baldwin
2022-07-22Change target_ops::async to accept boolTom Tromey
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-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: 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-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-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
2021-07-13fbsd-nat: Add helper functions to fetch and store register sets.John Baldwin
2021-06-14fbsd nat: Disable address space randomization when requested.John Baldwin
2021-04-07gdb: make target_ops::follow_fork return voidSimon Marchi
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-09-18Make target_wait options use enum flagsTom Tromey
2020-09-16Assume FreeBSD kernels always report exec events.John Baldwin
2020-09-16Assume that PT_LWPINFO is always defined on FreeBSD hosts.John Baldwin
2020-07-27Use SIGTRAP si_code values for all FreeBSD architectures on 11.3 and later.John Baldwin
2020-07-10Enable multi-process mode in the FreeBSD native target.John Baldwin
2020-03-24gdb: bool-ify follow_forkSimon Marchi
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-04-06Revert the header-sorting patchTom Tromey
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey
2019-03-13Change pid_to_str to return std::stringTom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-11-30Update the conditionals in fbsd-nat.h so they are always honored.John Baldwin
2018-06-27Add overrides, fix FreeBSD buildSimon Marchi
2018-05-03target_ops: Use bool throughoutPedro Alves
2018-05-03Convert struct target_ops to C++Pedro Alves
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-04-27Add fbsd_nat_add_target.John Baldwin
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-09-30Drop target method 'fbsd_make_corefile_notes'Andreas Arnez
2014-02-19Add target_ops argument to to_make_corefile_notesTom Tromey