summaryrefslogtreecommitdiff
path: root/gdb/fbsd-nat.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove support for using the bsd-uthread target on FreeBSD.John Baldwin2017-04-041-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Use a real vfork done event on FreeBSD when available.John Baldwin2016-07-201-3/+27
* Enable ptrace events on new child processes.John Baldwin2016-07-201-0/+3
* Consolidate code to enable optional FreeBSD native target event reporting.John Baldwin2016-07-201-31/+28
* Use 'ptid_t' instead of 'ptid' for fbsd_next_vfork_done's return type.John Baldwin2016-07-061-1/+1
* Fake VFORK_DONE events when following only the parent after a vfork.John Baldwin2016-07-011-9/+103
* Move fbsd_resume and related functions below fork following helper code.John Baldwin2016-07-011-64/+63
* Honor detach-on-fork on FreeBSD.John Baldwin2016-07-011-1/+1
* Add support for catching system calls to native FreeBSD targets.John Baldwin2016-06-241-0/+50
* Fetch the ELF auxiliary vector from live processes on FreeBSD.John Baldwin2016-06-241-0/+76
* Handle void * conversions in FreeBSD/x86 native code to fix C++ build.John Baldwin2016-04-191-2/+2
* Reword the string description of native FreeBSD ptids.John Baldwin2016-01-221-1/+1
* Use a separate variable for the size passed to sysctl.John Baldwin2016-01-191-2/+4
* Add support for LWP-based threads on FreeBSD.John Baldwin2016-01-191-32/+391
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-3/+1
* Use "gdb_wait.h" instead of <sys/wait.h>.John Baldwin2015-04-281-1/+1
* Add support for catching exec events on FreeBSD.John Baldwin2015-04-271-0/+31
* Enable fork tracing for native FreeBSD targets.John Baldwin2015-04-271-0/+272
* Add fbsd_nat_add_target.John Baldwin2015-04-271-3/+11
* Use kinfo_getvmmap on FreeBSD to enumerate memory regions.John Baldwin2015-03-131-0/+63
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Drop target method 'fbsd_make_corefile_notes'Andreas Arnez2014-09-301-76/+0
* Include string.h in common-defs.hGary Benson2014-08-071-2/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* make_corefile_notes: have caller free returned memoryMarkus Metzger2014-06-251-1/+0
* Fix internal warning when "gdb -p xxx"Hui Zhu2014-03-211-9/+9
* Add target_ops argument to to_make_corefile_notesTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_find_memory_regionsTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_pid_to_exec_fileTom Tromey2014-02-191-1/+1