aboutsummaryrefslogtreecommitdiff
path: root/gdb/fbsd-nat.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-09Support 'info proc' for native FreeBSD processes.John Baldwin1-26/+339
2018-01-09Use gdb::unique_xmalloc_ptr<> instead of a deleter that invokes free().John Baldwin1-9/+1
2018-01-09Don't return stale data from fbsd_pid_to_exec_file for kernel processes.John Baldwin1-1/+4
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-06target_set_syscall_catchpoint, use gdb::array_view and boolPedro Alves1-2/+3
2017-10-09Use gdbarch_long_bit to determine layout of FreeBSD siginfo_t.John Baldwin1-2/+2
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-08-21Use an array type (lwpid_t[]) for the array of lwp IDs.John Baldwin1-5/+4
2017-08-15Fix compile on big-endian platforms in siginfo_t converter.John Baldwin1-1/+1
2017-08-09Replace home-grown linked-lists in FreeBSD's native target with STL lists.John Baldwin1-50/+21
2017-08-09Replace remaining cleanups in fbsd-nat.c.John Baldwin1-31/+27
2017-08-09Fix compile in the !HAVE_KINFO_GETVMMAP case.John Baldwin1-2/+4
2017-08-03Use gdb_file_up in fbsd-nat.cTom Tromey1-4/+2
2017-07-07Fetch signal information for native FreeBSD processes.John Baldwin1-0/+162
2017-04-18PR threads/20743: Don't attempt to suspend or resume exited threads.John Baldwin1-34/+26
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves1-1/+1
2017-04-04Remove support for using the bsd-uthread target on FreeBSD.John Baldwin1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-07-20Use a real vfork done event on FreeBSD when available.John Baldwin1-3/+27
2016-07-20Enable ptrace events on new child processes.John Baldwin1-0/+3
2016-07-20Consolidate code to enable optional FreeBSD native target event reporting.John Baldwin1-31/+28
2016-07-06Use 'ptid_t' instead of 'ptid' for fbsd_next_vfork_done's return type.John Baldwin1-1/+1
2016-07-01Fake VFORK_DONE events when following only the parent after a vfork.John Baldwin1-9/+103
2016-07-01Move fbsd_resume and related functions below fork following helper code.John Baldwin1-64/+63
2016-07-01Honor detach-on-fork on FreeBSD.John Baldwin1-1/+1
2016-06-24Add support for catching system calls to native FreeBSD targets.John Baldwin1-0/+50
2016-06-24Fetch the ELF auxiliary vector from live processes on FreeBSD.John Baldwin1-0/+76
2016-04-19Handle void * conversions in FreeBSD/x86 native code to fix C++ build.John Baldwin1-2/+2
2016-01-22Reword the string description of native FreeBSD ptids.John Baldwin1-1/+1
2016-01-19Use a separate variable for the size passed to sysctl.John Baldwin1-2/+4
2016-01-19Add support for LWP-based threads on FreeBSD.John Baldwin1-32/+391
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1