aboutsummaryrefslogtreecommitdiff
path: root/gdb/fbsd-nat.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-2/+2
2019-07-15Add include of gdbarch.h.John Baldwin1-0/+1
2019-07-09Rename common to gdbsupportTom Tromey1-3/+3
2019-04-06Revert the header-sorting patchTom Tromey1-20/+16
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-16/+20
2019-03-13Change pid_to_str to return std::stringTom Tromey1-8/+5
2019-02-06Fix 'info proc cmdline' for native FreeBSD processes.John Baldwin1-0/+7
2019-01-25Normalize includes to use common/Tom Tromey1-3/+3
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-21Workaround a FreeBSD kernel bug resulting in spurious SIGTRAP events.John Baldwin1-3/+9
2018-11-30Update the conditionals in fbsd-nat.h so they are always honored.John Baldwin1-4/+15
2018-11-22Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves1-15/+6
2018-10-17Share the code to format "info proc mappings" entries for FreeBSD.John Baldwin1-37/+6
2018-09-18Support 'info proc files' on live FreeBSD processes.John Baldwin1-1/+31
2018-09-12Remove unused "tmp" variable.John Baldwin1-1/+0
2018-09-06Generate NT_PROCSTAT_{AUXV,VMMAP,PS_STRINGS} in FreeBSD coredumpsSimon Ser1-0/+55
2018-07-03Remove ptid_equalTom Tromey1-3/+3
2018-07-03Remove ptid_matchTom Tromey1-1/+1
2018-07-03Remove ptid_lwp_pTom Tromey1-2/+2
2018-07-03Remove ptid_get_tidTom Tromey1-1/+1
2018-07-03Remove ptid_get_lwpTom Tromey1-7/+7
2018-07-03Remove ptid_get_pidTom Tromey1-15/+15
2018-07-03Remove pid_to_ptidTom Tromey1-3/+3
2018-07-03Remove ptid_buildTom Tromey1-3/+3
2018-06-25gdb: Fix build on several hosts/portsPedro Alves1-2/+3
2018-05-03target_ops: Use bool throughoutPedro Alves1-8/+8
2018-05-03Convert struct target_ops to C++Pedro Alves1-159/+75
2018-03-03Use signal information to determine SIGTRAP type for FreeBSD.John Baldwin1-0/+107
2018-03-03Add a new debug knob for the FreeBSD native target.John Baldwin1-0/+29
2018-02-27Workaround a FreeBSD ptrace() bug with clearing thread events.John Baldwin1-0/+32