Change int to bool for the relocate_* functions
[external/binutils.git] / gdb / fbsd-nat.c
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...
2017-10-09 John BaldwinUse gdbarch_long_bit to determine layout of FreeBSD...
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-08-21 John BaldwinUse an array type (lwpid_t[]) for the array of lwp...
2017-08-15 John BaldwinFix compile on big-endian platforms in siginfo_t converter.
2017-08-09 John BaldwinReplace home-grown linked-lists in FreeBSD's native...
2017-08-09 John BaldwinReplace remaining cleanups in fbsd-nat.c.
2017-08-09 John BaldwinFix compile in the !HAVE_KINFO_GETVMMAP case.
2017-08-03 Tom TromeyUse gdb_file_up in fbsd-nat.c
2017-07-07 John BaldwinFetch signal information for native FreeBSD processes.
2017-04-18 John BaldwinPR threads/20743: Don't attempt to suspend or resume...
2017-04-05 Pedro Alves-Wwrite-strings: Constify target_pid_to_str and target_...
2017-04-04 John BaldwinRemove support for using the bsd-uthread target on...
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-07-20 John BaldwinUse a real vfork done event on FreeBSD when available.
2016-07-20 John BaldwinEnable ptrace events on new child processes.
2016-07-20 John BaldwinConsolidate code to enable optional FreeBSD native...
2016-07-06 John BaldwinUse 'ptid_t' instead of 'ptid' for fbsd_next_vfork_done...
2016-07-01 John BaldwinFake VFORK_DONE events when following only the parent...
2016-07-01 John BaldwinMove fbsd_resume and related functions below fork follo...
2016-07-01 John BaldwinHonor detach-on-fork on FreeBSD.
2016-06-24 John BaldwinAdd support for catching system calls to native FreeBSD...
2016-06-24 John BaldwinFetch the ELF auxiliary vector from live processes...
2016-04-19 John BaldwinHandle void * conversions in FreeBSD/x86 native code...
2016-01-22 John BaldwinReword the string description of native FreeBSD ptids.
2016-01-19 John BaldwinUse a separate variable for the size passed to sysctl.
2016-01-19 John BaldwinAdd support for LWP-based threads on FreeBSD.
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-04-28 John BaldwinUse "gdb_wait.h" instead of <sys/wait.h>.
2015-04-27 John BaldwinAdd support for catching exec events on FreeBSD.
2015-04-27 John BaldwinEnable fork tracing for native FreeBSD targets.
2015-04-27 John BaldwinAdd fbsd_nat_add_target.
2015-03-13 John BaldwinUse kinfo_getvmmap on FreeBSD to enumerate memory regions.
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-09-30 Andreas ArnezDrop target method 'fbsd_make_corefile_notes'
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-08-07 Gary BensonInclude gdb_assert.h in common-defs.h
2014-06-25 Markus Metzgermake_corefile_notes: have caller free returned memory
2014-03-21 Hui ZhuFix internal warning when "gdb -p xxx"
2014-02-19 Tom TromeyAdd target_ops argument to to_make_corefile_notes
2014-02-19 Tom TromeyAdd target_ops argument to to_find_memory_regions
2014-02-19 Tom TromeyAdd target_ops argument to to_pid_to_exec_file
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18 Tom Tromeyremove gdb_string.h
2013-07-01 Pedro AlvesNormalize on PATH_MAX instead of MAXPATHLEN throughout.
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-11-26 Pedro Alvesgdb/
2012-11-09 Tom Tromey * gdbarch.sh (target_gdbarch): Remove macro.
2012-08-07 Jan Kratochvilgdb/
2012-05-24 Pedro Alvesgdb/
2012-05-24 Pedro Alvesgdb/
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-03-10 Jan Kratochvilgdb/
2011-03-09 Pedro Alves * cli/cli-cmds.c (shell_escape): Use lbasename.
2011-02-27 Michael Snyder2011-02-27 Michael Snyder <msnyder@vmware.com>
2011-01-08 Joel BrobeckerFix typo in fbsd-nat.c.
2011-01-07 Michael Snyder2011-01-07 Michael Snyder <msnyder@vmware.com>
2011-01-01 Joel Brobeckerrun copyright.sh for 2011.
2010-11-28 Jan Kratochvilgdb/
2010-08-31 Jan Kratochvilgdb/
2010-05-07 Jan Kratochvilgdb/
2010-01-01 Joel BrobeckerUpdate copyright year in most headers.
2009-07-02 Ulrich Weigand * defs.h (strlen_paddr, paddr, paddr_nz): Remove.
2009-01-03 Joel Brobecker Updated copyright notices for most files.
2008-10-28 Tom Tromey * cli/cli-script.c (do_fclose_cleanup): Remove.
2008-09-08 Pedro Alves Remove the global stop_signal in favour of a per-thread
next