summaryrefslogtreecommitdiff
path: root/gdb/fbsd-nat.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename the 'obfd' argument to fbsd_nat_target::find_memory_regions.John Baldwin2020-07-081-6/+6
* gdb: bool-ify follow_forkSimon Marchi2020-03-241-3/+3
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Multi-target supportPedro Alves2020-01-101-16/+17
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-2/+2
* Add include of gdbarch.h.John Baldwin2019-07-151-0/+1
* Rename common to gdbsupportTom Tromey2019-07-091-3/+3
* Revert the header-sorting patchTom Tromey2019-04-061-20/+16
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-16/+20
* Change pid_to_str to return std::stringTom Tromey2019-03-131-8/+5
* Fix 'info proc cmdline' for native FreeBSD processes.John Baldwin2019-02-061-0/+7
* Normalize includes to use common/Tom Tromey2019-01-251-3/+3
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Workaround a FreeBSD kernel bug resulting in spurious SIGTRAP events.John Baldwin2018-12-211-3/+9
* Update the conditionals in fbsd-nat.h so they are always honored.John Baldwin2018-11-301-4/+15
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-221-15/+6
* Share the code to format "info proc mappings" entries for FreeBSD.John Baldwin2018-10-171-37/+6
* Support 'info proc files' on live FreeBSD processes.John Baldwin2018-09-181-1/+31
* Remove unused "tmp" variable.John Baldwin2018-09-121-1/+0
* Generate NT_PROCSTAT_{AUXV,VMMAP,PS_STRINGS} in FreeBSD coredumpsSimon Ser2018-09-061-0/+55
* Remove ptid_equalTom Tromey2018-07-031-3/+3
* Remove ptid_matchTom Tromey2018-07-031-1/+1
* Remove ptid_lwp_pTom Tromey2018-07-031-2/+2
* Remove ptid_get_tidTom Tromey2018-07-031-1/+1
* Remove ptid_get_lwpTom Tromey2018-07-031-7/+7
* Remove ptid_get_pidTom Tromey2018-07-031-15/+15
* Remove pid_to_ptidTom Tromey2018-07-031-3/+3
* Remove ptid_buildTom Tromey2018-07-031-3/+3
* gdb: Fix build on several hosts/portsPedro Alves2018-06-251-2/+3
* target_ops: Use bool throughoutPedro Alves2018-05-031-8/+8
* Convert struct target_ops to C++Pedro Alves2018-05-031-159/+75
* Use signal information to determine SIGTRAP type for FreeBSD.John Baldwin2018-03-031-0/+107
* Add a new debug knob for the FreeBSD native target.John Baldwin2018-03-031-0/+29
* Workaround a FreeBSD ptrace() bug with clearing thread events.John Baldwin2018-02-271-0/+32
* Support 'info proc' for native FreeBSD processes.John Baldwin2018-01-091-26/+339
* Use gdb::unique_xmalloc_ptr<> instead of a deleter that invokes free().John Baldwin2018-01-091-9/+1
* Don't return stale data from fbsd_pid_to_exec_file for kernel processes.John Baldwin2018-01-091-1/+4