summaryrefslogtreecommitdiff
path: root/gdb/fbsd-nat.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* target_set_syscall_catchpoint, use gdb::array_view and boolPedro Alves2017-12-061-2/+3
* Use gdbarch_long_bit to determine layout of FreeBSD siginfo_t.John Baldwin2017-10-091-2/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Use an array type (lwpid_t[]) for the array of lwp IDs.John Baldwin2017-08-211-5/+4
* Fix compile on big-endian platforms in siginfo_t converter.John Baldwin2017-08-151-1/+1
* Replace home-grown linked-lists in FreeBSD's native target with STL lists.John Baldwin2017-08-091-50/+21
* Replace remaining cleanups in fbsd-nat.c.John Baldwin2017-08-091-31/+27
* Fix compile in the !HAVE_KINFO_GETVMMAP case.John Baldwin2017-08-091-2/+4
* Use gdb_file_up in fbsd-nat.cTom Tromey2017-08-031-4/+2
* Fetch signal information for native FreeBSD processes.John Baldwin2017-07-071-0/+162
* PR threads/20743: Don't attempt to suspend or resume exited threads.John Baldwin2017-04-181-34/+26
* -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves2017-04-051-1/+1