summaryrefslogtreecommitdiff
path: root/gdb/fbsd-nat.c
AgeCommit message (Expand)Author
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-09-18Make target_wait options use enum flagsTom Tromey
2020-09-16Assume FreeBSD kernels always report exec events.John Baldwin
2020-09-16Require kinfo_get_file and kinfo_get_vmmap for FreeBSD hosts.John Baldwin
2020-09-16Assume FreeBSD hosts include support for fetching signal information.John Baldwin
2020-09-16Assume KERN_PROC_PATHNAME is present on FreeBSD hosts.John Baldwin
2020-09-16Assume that PT_LWPINFO is always defined on FreeBSD hosts.John Baldwin
2020-07-10Enable multi-process mode in the FreeBSD native target.John Baldwin
2020-07-08Rename the 'obfd' argument to fbsd_nat_target::find_memory_regions.John Baldwin
2020-03-24gdb: bool-ify follow_forkSimon Marchi
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-10Multi-target supportPedro Alves
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-09-18Change boolean options to bool instead of intChristian Biesinger
2019-07-15Add include of gdbarch.h.John Baldwin
2019-07-09Rename common to gdbsupportTom Tromey
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-02-06Fix 'info proc cmdline' for native FreeBSD processes.John Baldwin
2019-01-25Normalize includes to use common/Tom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-12-21Workaround a FreeBSD kernel bug resulting in spurious SIGTRAP events.John Baldwin
2018-11-30Update the conditionals in fbsd-nat.h so they are always honored.John Baldwin
2018-11-22Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves
2018-10-17Share the code to format "info proc mappings" entries for FreeBSD.John Baldwin
2018-09-18Support 'info proc files' on live FreeBSD processes.John Baldwin
2018-09-12Remove unused "tmp" variable.John Baldwin
2018-09-06Generate NT_PROCSTAT_{AUXV,VMMAP,PS_STRINGS} in FreeBSD coredumpsSimon Ser
2018-07-03Remove ptid_equalTom Tromey
2018-07-03Remove ptid_matchTom Tromey
2018-07-03Remove ptid_lwp_pTom Tromey
2018-07-03Remove ptid_get_tidTom Tromey
2018-07-03Remove ptid_get_lwpTom Tromey
2018-07-03Remove ptid_get_pidTom Tromey
2018-07-03Remove pid_to_ptidTom Tromey
2018-07-03Remove ptid_buildTom Tromey
2018-06-25gdb: Fix build on several hosts/portsPedro Alves
2018-05-03target_ops: Use bool throughoutPedro Alves
2018-05-03Convert struct target_ops to C++Pedro Alves
2018-03-03Use signal information to determine SIGTRAP type for FreeBSD.John Baldwin
2018-03-03Add a new debug knob for the FreeBSD native target.John Baldwin
2018-02-27Workaround a FreeBSD ptrace() bug with clearing thread events.John Baldwin
2018-01-09Support 'info proc' for native FreeBSD processes.John Baldwin
2018-01-09Use gdb::unique_xmalloc_ptr<> instead of a deleter that invokes free().John Baldwin
2018-01-09Don't return stale data from fbsd_pid_to_exec_file for kernel processes.John Baldwin
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-06target_set_syscall_catchpoint, use gdb::array_view and boolPedro Alves
2017-10-09Use gdbarch_long_bit to determine layout of FreeBSD siginfo_t.John Baldwin