aboutsummaryrefslogtreecommitdiff
path: root/gdb/fbsd-nat.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-2/+2
2023-08-14fbsd-nat: Stop a process if it is running before killing it.John Baldwin1-0/+2
2023-08-14fbsd-nat: Fix several issues with detaching.John Baldwin1-0/+14
2023-08-14fbsd-nat: Fix resuming and waiting with multiple processes.John Baldwin1-11/+12
2023-08-14fbsd-nat: Add a list of pending events.John Baldwin1-0/+45
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-11-22fbsd-nat: Pass an optional register base to the register set helpers.John Baldwin1-15/+22
2022-08-02fbsd-nat: Correct the return type of the have_regset method.John Baldwin1-1/+1
2022-07-22Change target_ops::async to accept boolTom Tromey1-1/+1
2022-05-13Constify target_pid_to_exec_fileTom Tromey1-1/+1
2022-05-03fbsd-nat: Add helper routines for register sets using PT_[G]SETREGSET.John Baldwin1-0/+38
2022-03-22fbsd-nat: Add a low_prepare_to_resume virtual method.John Baldwin1-0/+4
2022-03-22fbsd-nat: Add a low_delete_thread virtual method.John Baldwin1-0/+4
2022-03-22fbsd-nat: Add helper routine to fetch siginfo_t for a ptid.John Baldwin1-0/+4
2022-03-22fbsd-nat: Add a low_new_fork virtual method.John Baldwin1-0/+6
2022-02-22inf-ptrace: Add an event_pipe to be used for async mode in subclasses.John Baldwin1-4/+0
2022-02-22Enable async mode in the target in attach_cmd.John Baldwin1-2/+0
2022-02-22fbsd-nat: Implement async target support.John Baldwin1-0/+12
2022-01-28fbsd-nat: Return a bool from fetch_register_set and store_register_set.John Baldwin1-9/+12
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-13gdb: make post_startup_inferior a virtual method on inf_ptrace_targetAndrew Burgess1-1/+4
2021-08-03gdb: follow-fork: push target and add thread in target_follow_forkSimon Marchi1-1/+1
2021-07-14gdb: pass child_ptid and fork kind to target_ops::follow_forkSimon Marchi1-1/+1
2021-07-13fbsd-nat: Add helper functions to fetch and store register sets.John Baldwin1-0/+43
2021-06-14fbsd nat: Disable address space randomization when requested.John Baldwin1-0/+5
2021-04-07gdb: make target_ops::follow_fork return voidSimon Marchi1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-09-18Make target_wait options use enum flagsTom Tromey1-1/+1
2020-09-16Assume FreeBSD kernels always report exec events.John Baldwin1-2/+0
2020-09-16Assume that PT_LWPINFO is always defined on FreeBSD hosts.John Baldwin1-2/+0
2020-07-27Use SIGTRAP si_code values for all FreeBSD architectures on 11.3 and later.John Baldwin1-3/+9
2020-07-10Enable multi-process mode in the FreeBSD native target.John Baldwin1-0/+2
2020-03-24gdb: bool-ify follow_forkSimon Marchi1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-04-06Revert the header-sorting patchTom Tromey1-3/+1
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-1/+3
2019-03-13Change pid_to_str to return std::stringTom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-30Update the conditionals in fbsd-nat.h so they are always honored.John Baldwin1-2/+1
2018-06-27Add overrides, fix FreeBSD buildSimon Marchi1-2/+2
2018-05-03target_ops: Use bool throughoutPedro Alves1-3/+3
2018-05-03Convert struct target_ops to C++Pedro Alves1-3/+76
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-04-27Add fbsd_nat_add_target.John Baldwin1-11/+3
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-09-30Drop target method 'fbsd_make_corefile_notes'Andreas Arnez1-6/+0
2014-02-19Add target_ops argument to to_make_corefile_notesTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_find_memory_regionsTom Tromey1-1/+2