Remove path name from test case
[binutils-gdb.git] / gdb / fbsd-nat.c
2023-10-10 Simon Marchigdb: remove target_gdbarch
2023-09-26 Enze Lifbsd-nat: Fix build failure with GCC 12
2023-09-22 Enze Lifbsd-nat: Pacify gcc with no functional changes
2023-08-23 Pedro Alvesgdb: centralize "[Thread ...exited]" notifications
2023-08-14 John Baldwinfbsd-nat: Stop a process if it is running before killin...
2023-08-14 John Baldwinfbsd-nat: Fix thread_alive against a running thread.
2023-08-14 John Baldwinfbsd-nat: Fix several issues with detaching.
2023-08-14 John Baldwinfbsd-nat: Fix resuming and waiting with multiple processes.
2023-08-14 John Baldwinfbsd-nat: Defer any ineligible events reported by wait.
2023-08-14 John Baldwinfbsd-nat: Add a list of pending events.
2023-04-05 Simon Marchigdb: make find_thread_ptid a process_stratum_target...
2023-03-27 John Baldwinfbsd-nat: Use correct constant for target_waitstatus...
2023-03-27 John Baldwinfbsd-nat: Avoid a direct write to target_waitstatus...
2023-03-27 John Baldwinfbsd-nat: Add missing spaces.
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-11-22 John Baldwinfbsd-nat: Pass an optional register base to the registe...
2022-11-22 John Baldwinfbsd-nat: Use regset supply/collect methods.
2022-10-19 Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-08-02 John Baldwinfbsd-nat: Correct the return type of the have_regset...
2022-07-26 Enze Ligdb/hurd: pass memory_tagged as false to find_memory_re...
2022-07-22 Tom TromeyChange target_ops::async to accept bool
2022-06-08 Andrew Burgessgdb: remove trailing '.' from perror_with_name calls
2022-05-13 Tom TromeyConstify target_pid_to_exec_file
2022-05-03 John Baldwinfbsd-nat: Add helper routines for register sets using...
2022-03-29 Tom TromeyUnify gdb printf functions
2022-03-29 Tom TromeyRemove some uses of printf_unfiltered
2022-03-22 John Baldwinfbsd-nat: Add a low_prepare_to_resume virtual method.
2022-03-22 John Baldwinfbsd-nat: Add a low_delete_thread virtual method.
2022-03-22 John Baldwinfbsd-nat: Add helper routine to fetch siginfo_t for...
2022-03-22 John Baldwinfbsd-nat: Add a low_new_fork virtual method.
2022-02-22 John Baldwininf-ptrace: Add an event_pipe to be used for async...
2022-02-22 John BaldwinEnable async mode in the target in attach_cmd.
2022-02-22 John Baldwinfbsd-nat: Return nullptr rather than failing ::thread_name.
2022-02-22 John Baldwinfbsd-nat: Various cleanups to the ::resume entry debug...
2022-02-22 John Baldwinfbsd-nat: Include ptrace operation in error messages.
2022-02-22 John Baldwinfbsd-nat: Implement async target support.
2022-01-28 John Baldwinfbsd-nat: Return a bool from fetch_register_set and...
2022-01-25 Tom TromeyReduce explicit use of gdb_stdout
2022-01-19 John Baldwinfbsd-nat: Add include for gdb_argv.
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-13 Andrew Burgessgdb: make post_startup_inferior a virtual method on...
2021-10-21 Simon Marchigdb, gdbserver: make target_waitstatus safe
2021-09-23 Tom TromeyChange get_ada_task_ptid parameter type
2021-09-23 Tom TromeyRemove defaulted 'tid' parameter to ptid_t constructor
2021-08-30 John Baldwinfbsd-nat: Don't use '%jd' and '%ju' with printf_filtered.
2021-08-04 Simon Marchigdb: follow-fork: push target and add thread in target_...
2021-07-15 Simon Marchigdb: pass child_ptid and fork kind to target_ops::follo...
2021-07-13 John Baldwinfbsd-nat: Add helper functions to fetch and store regis...
2021-06-14 John Baldwinfbsd nat: Disable address space randomization when...
2021-04-15 John Baldwingdb fbsd-nat: Use new-style debug macros
2021-04-07 Simon Marchigdb: make target_ops::follow_fork return void
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-09-18 Tom TromeyMake target_wait options use enum flags
2020-09-16 John BaldwinAssume FreeBSD kernels always report exec events.
2020-09-16 John BaldwinRequire kinfo_get_file and kinfo_get_vmmap for FreeBSD...
2020-09-16 John BaldwinAssume FreeBSD hosts include support for fetching signa...
2020-09-16 John BaldwinAssume KERN_PROC_PATHNAME is present on FreeBSD hosts.
2020-09-16 John BaldwinAssume that PT_LWPINFO is always defined on FreeBSD...
2020-07-10 John BaldwinEnable multi-process mode in the FreeBSD native target.
2020-07-08 John BaldwinRename the 'obfd' argument to fbsd_nat_target::find_mem...
2020-03-24 Simon Marchigdb: bool-ify follow_fork
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-10 Pedro AlvesMulti-target support
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-09-18 Christian BiesingerChange boolean options to bool instead of int
2019-07-16 John BaldwinAdd include of gdbarch.h.
2019-07-09 Tom TromeyRename common to gdbsupport
2019-04-06 Tom TromeyRevert the header-sorting patch
2019-04-06 Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-03-13 Tom TromeyChange pid_to_str to return std::string
2019-02-06 John BaldwinFix 'info proc cmdline' for native FreeBSD processes.
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-21 John BaldwinWorkaround a FreeBSD kernel bug resulting in spurious...
2018-11-30 John BaldwinUpdate the conditionals in fbsd-nat.h so they are alway...
2018-11-22 Pedro AlvesPer-inferior thread list, thread ranges/iterators,...
2018-10-17 John BaldwinShare the code to format "info proc mappings" entries...
2018-09-18 John BaldwinSupport 'info proc files' on live FreeBSD processes.
2018-09-12 John BaldwinRemove unused "tmp" variable.
2018-09-06 Simon SerGenerate NT_PROCSTAT_{AUXV,VMMAP,PS_STRINGS} in FreeBSD...
2018-07-03 Tom TromeyRemove ptid_equal
2018-07-03 Tom TromeyRemove ptid_match
2018-07-03 Tom TromeyRemove ptid_lwp_p
2018-07-03 Tom TromeyRemove ptid_get_tid
2018-07-03 Tom TromeyRemove ptid_get_lwp
2018-07-03 Tom TromeyRemove ptid_get_pid
2018-07-03 Tom TromeyRemove pid_to_ptid
2018-07-03 Tom TromeyRemove ptid_build
2018-06-25 Pedro Alvesgdb: Fix build on several hosts/ports
2018-05-02 Pedro Alvestarget_ops: Use bool throughout
2018-05-02 Pedro AlvesConvert struct target_ops to C++
2018-03-04 John BaldwinUse signal information to determine SIGTRAP type for...
2018-03-04 John BaldwinAdd a new debug knob for the FreeBSD native target.
2018-02-28 John BaldwinWorkaround a FreeBSD ptrace() bug with clearing thread...
2018-01-09 John BaldwinSupport 'info proc' for native FreeBSD processes.
2018-01-09 John BaldwinUse gdb::unique_xmalloc_ptr<> instead of a deleter...
2018-01-09 John BaldwinDon't return stale data from fbsd_pid_to_exec_file...
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-06 Pedro Alvestarget_set_syscall_catchpoint, use gdb::array_view...
next