summaryrefslogtreecommitdiff
path: root/gdb/fbsd-nat.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi2023-04-041-1/+1
* fbsd-nat: Use correct constant for target_waitstatus::sig.John Baldwin2023-03-271-1/+1
* fbsd-nat: Avoid a direct write to target_waitstatus::kind.John Baldwin2023-03-271-1/+1
* fbsd-nat: Add missing spaces.John Baldwin2023-03-271-11/+11
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* fbsd-nat: Pass an optional register base to the register set helpers.John Baldwin2022-11-221-15/+19
* fbsd-nat: Use regset supply/collect methods.John Baldwin2022-11-221-4/+4
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-1/+1
* fbsd-nat: Correct the return type of the have_regset method.John Baldwin2022-08-021-1/+1
* gdb/hurd: pass memory_tagged as false to find_memory_region_ftypeEnze Li2022-07-261-1/+1
* Change target_ops::async to accept boolTom Tromey2022-07-221-2/+2
* gdb: remove trailing '.' from perror_with_name callsAndrew Burgess2022-06-081-1/+1
* Constify target_pid_to_exec_fileTom Tromey2022-05-131-1/+1
* fbsd-nat: Add helper routines for register sets using PT_[G]SETREGSET.John Baldwin2022-05-031-0/+75
* Unify gdb printf functionsTom Tromey2022-03-291-74/+74
* Remove some uses of printf_unfilteredTom Tromey2022-03-291-2/+2
* fbsd-nat: Add a low_prepare_to_resume virtual method.John Baldwin2022-03-221-2/+7
* fbsd-nat: Add a low_delete_thread virtual method.John Baldwin2022-03-221-0/+1
* fbsd-nat: Add helper routine to fetch siginfo_t for a ptid.John Baldwin2022-03-221-0/+16
* fbsd-nat: Add a low_new_fork virtual method.John Baldwin2022-03-221-0/+2
* inf-ptrace: Add an event_pipe to be used for async mode in subclasses.John Baldwin2022-02-221-41/+9
* Enable async mode in the target in attach_cmd.John Baldwin2022-02-221-13/+0
* fbsd-nat: Return nullptr rather than failing ::thread_name.John Baldwin2022-02-221-2/+2
* fbsd-nat: Various cleanups to the ::resume entry debug message.John Baldwin2022-02-221-2/+3
* fbsd-nat: Include ptrace operation in error messages.John Baldwin2022-02-221-16/+18
* fbsd-nat: Implement async target support.John Baldwin2022-02-221-2/+152
* fbsd-nat: Return a bool from fetch_register_set and store_register_set.John Baldwin2022-01-281-2/+6
* Reduce explicit use of gdb_stdoutTom Tromey2022-01-251-7/+6
* fbsd-nat: Add include for gdb_argv.John Baldwin2022-01-191-0/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: make post_startup_inferior a virtual method on inf_ptrace_targetAndrew Burgess2021-12-131-1/+1
* gdb, gdbserver: make target_waitstatus safeSimon Marchi2021-10-211-15/+18
* Change get_ada_task_ptid parameter typeTom Tromey2021-09-231-2/+2
* Remove defaulted 'tid' parameter to ptid_t constructorTom Tromey2021-09-231-3/+3
* fbsd-nat: Don't use '%jd' and '%ju' with printf_filtered.John Baldwin2021-08-301-22/+23
* gdb: follow-fork: push target and add thread in target_follow_forkSimon Marchi2021-08-031-2/+6
* gdb: pass child_ptid and fork kind to target_ops::follow_forkSimon Marchi2021-07-141-4/+4
* fbsd-nat: Add helper functions to fetch and store register sets.John Baldwin2021-07-131-0/+46
* fbsd nat: Disable address space randomization when requested.John Baldwin2021-06-141-0/+75
* gdb fbsd-nat: Use new-style debug macrosJohn Baldwin2021-04-151-35/+23
* gdb: make target_ops::follow_fork return voidSimon Marchi2021-04-071-3/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-1/+1
* Make target_wait options use enum flagsTom Tromey2020-09-181-1/+1
* Assume FreeBSD kernels always report exec events.John Baldwin2020-09-161-6/+1
* Require kinfo_get_file and kinfo_get_vmmap for FreeBSD hosts.John Baldwin2020-09-161-101/+0
* Assume FreeBSD hosts include support for fetching signal information.John Baldwin2020-09-161-14/+0
* Assume KERN_PROC_PATHNAME is present on FreeBSD hosts.John Baldwin2020-09-161-13/+0
* Assume that PT_LWPINFO is always defined on FreeBSD hosts.John Baldwin2020-09-161-4/+0
* Enable multi-process mode in the FreeBSD native target.John Baldwin2020-07-101-0/+6