aboutsummaryrefslogtreecommitdiff
path: root/gdb/fbsd-nat.c
AgeCommit message (Expand)AuthorFilesLines
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/+19
2022-11-22fbsd-nat: Use regset supply/collect methods.John Baldwin1-4/+4
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-1/+1
2022-08-02fbsd-nat: Correct the return type of the have_regset method.John Baldwin1-1/+1
2022-07-26gdb/hurd: pass memory_tagged as false to find_memory_region_ftypeEnze Li1-1/+1
2022-07-22Change target_ops::async to accept boolTom Tromey1-2/+2
2022-06-08gdb: remove trailing '.' from perror_with_name callsAndrew Burgess1-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/+75
2022-03-29Unify gdb printf functionsTom Tromey1-74/+74
2022-03-29Remove some uses of printf_unfilteredTom Tromey1-2/+2
2022-03-22fbsd-nat: Add a low_prepare_to_resume virtual method.John Baldwin1-2/+7
2022-03-22fbsd-nat: Add a low_delete_thread virtual method.John Baldwin1-0/+1
2022-03-22fbsd-nat: Add helper routine to fetch siginfo_t for a ptid.John Baldwin1-0/+16
2022-03-22fbsd-nat: Add a low_new_fork virtual method.John Baldwin1-0/+2
2022-02-22inf-ptrace: Add an event_pipe to be used for async mode in subclasses.John Baldwin1-41/+9
2022-02-22Enable async mode in the target in attach_cmd.John Baldwin1-13/+0
2022-02-22fbsd-nat: Return nullptr rather than failing ::thread_name.John Baldwin1-2/+2
2022-02-22fbsd-nat: Various cleanups to the ::resume entry debug message.John Baldwin1-2/+3
2022-02-22fbsd-nat: Include ptrace operation in error messages.John Baldwin1-16/+18
2022-02-22fbsd-nat: Implement async target support.John Baldwin1-2/+152
2022-01-28fbsd-nat: Return a bool from fetch_register_set and store_register_set.John Baldwin1-2/+6
2022-01-25Reduce explicit use of gdb_stdoutTom Tromey1-7/+6
2022-01-19fbsd-nat: Add include for gdb_argv.John Baldwin1-0/+1
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/+1
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi1-15/+18
2021-09-23Change get_ada_task_ptid parameter typeTom Tromey1-2/+2
2021-09-23Remove defaulted 'tid' parameter to ptid_t constructorTom Tromey1-3/+3
2021-08-30fbsd-nat: Don't use '%jd' and '%ju' with printf_filtered.John Baldwin1-22/+23
2021-08-03gdb: follow-fork: push target and add thread in target_follow_forkSimon Marchi1-2/+6
2021-07-14gdb: pass child_ptid and fork kind to target_ops::follow_forkSimon Marchi1-4/+4
2021-07-13fbsd-nat: Add helper functions to fetch and store register sets.John Baldwin1-0/+46
2021-06-14fbsd nat: Disable address space randomization when requested.John Baldwin1-0/+75
2021-04-15gdb fbsd-nat: Use new-style debug macrosJohn Baldwin1-35/+23
2021-04-07gdb: make target_ops::follow_fork return voidSimon Marchi1-3/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-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-6/+1
2020-09-16Require kinfo_get_file and kinfo_get_vmmap for FreeBSD hosts.John Baldwin1-101/+0
2020-09-16Assume FreeBSD hosts include support for fetching signal information.John Baldwin1-14/+0
2020-09-16Assume KERN_PROC_PATHNAME is present on FreeBSD hosts.John Baldwin1-13/+0
2020-09-16Assume that PT_LWPINFO is always defined on FreeBSD hosts.John Baldwin1-4/+0
2020-07-10Enable multi-process mode in the FreeBSD native target.John Baldwin1-0/+6
2020-07-08Rename the 'obfd' argument to fbsd_nat_target::find_memory_regions.John Baldwin1-6/+6
2020-03-24gdb: bool-ify follow_forkSimon Marchi1-3/+3
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-10Multi-target supportPedro Alves1-16/+17