Remove path name from test case
[binutils-gdb.git] / gdb / fbsd-tdep.c
2023-10-03 Andrew Burgessgdb/corefile: write NT_GDB_TDESC based on signalled...
2023-03-18 Tom TromeyUnify arch_integer_type and init_integer_type
2023-03-18 Tom TromeyRemove arch_type
2023-01-30 Mark Wielaardgdb: Replace memcpy with std::copy to avoid some g...
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-19 Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-10-11 Simon Marchigdb: fix auxv caching
2022-09-23 John BaldwinSupport AT_USRSTACKBASE and AT_USRSTACKLIM.
2022-09-21 Simon Marchigdb: remove TYPE_LENGTH
2022-09-21 Simon Marchigdb: add type::target_type / type::set_target_type
2022-08-04 Tom TromeyUse registry in gdbarch
2022-07-28 Tom TromeyRewrite registry.h
2022-04-11 Simon Marchigdb: remove symbol value macros
2022-03-29 Tom TromeyUnify gdb printf functions
2022-03-02 John Baldwinfbsd-tdep: Implement the vsyscall_range gdbarch hook.
2022-02-06 Simon Marchigdb: remove SYMBOL_TYPE macro
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-07 John BaldwinSupport AT_FXRNG and AT_KPRELOAD on FreeBSD.
2021-12-03 Simon Marchigdb: make extract_integer take an array_view
2021-07-23 Simon Marchigdb: make inferior::m_args an std::string
2021-07-23 Simon Marchigdb: add setter/getter for inferior arguments
2021-07-13 Simon Marchigdb: make thread_info::suspend private, add getters...
2021-06-03 John BaldwinReport additional details for signals received on FreeBSD.
2021-03-24 Simon Marchigdb: remove current_top_target function
2021-03-05 Andrew Burgessgdb: write target description into core file
2021-03-05 Andrew Burgessgdb: unify parts of the Linux and FreeBSD core dumping...
2021-02-09 Andrew Burgessgdb: revert "gdb: unify parts of the Linux and FreeBSD...
2021-02-01 Andrew Burgessgdb: unify parts of the Linux and FreeBSD core dumping...
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-10-21 Simon Marchigdb: make gdbarch_make_corefile_notes return a unique ptr
2020-09-14 Simon Marchigdb: add type::target_is_stub / type::set_target_is_stub
2020-07-20 John BaldwinImplement the skip_solib_resolver gdbarch hook for...
2020-07-09 John BaldwinSupport several new ELF auxiliary vector types on FreeBSD.
2020-05-16 Simon Marchigdb: add type::name / type::set_name
2020-05-14 Simon Marchigdb: remove TYPE_CODE macro
2020-03-26 John BaldwinSupport AT_BSDFLAGS on FreeBSD.
2020-03-05 John BaldwinUse std::string for 'psargs'.
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-12-19 Christian BiesingerRename "sun" variable to avoid conflicts on Solaris
2019-12-11 Tom TromeyFix the build after bfd_get_signed_8 change
2019-10-18 Tom de Vries[gdb] Fix more typos in comments
2019-09-19 Alan Modrabfd_section_* macros
2019-06-04 Pedro AlvesIntroduce and use make_unique_xstrdup
2019-05-08 Tom TromeyConvert fbsd-tdep.c to type-safe registry API
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
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-03-12 John BaldwinAdd a helper function to resolve TLS variable addresses...
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-29 Rajendra SYImplement the "gdb_signal_to/from_target" gdbarch metho...
2018-11-22 Pedro AlvesPer-inferior thread list, thread ranges/iterators,...
2018-10-26 John BaldwinTreat all unknown auxv tags on FreeBSD as unknown.
2018-10-26 John BaldwinSupport AT_HWCAP2 on FreeBSD.
2018-10-17 John BaldwinShare the code to format "info proc mappings" entries...
2018-09-19 John BaldwinAdd missing spaces after inet_ntop invocations.
2018-09-18 John BaldwinAdd support for 'info proc files' on FreeBSD core dumps.
2018-09-18 John BaldwinUse KF_PATH to verify the size of a struct kinfo_file.
2018-09-06 Simon SerGenerate NT_PROCSTAT_{AUXV,VMMAP,PS_STRINGS} in FreeBSD...
2018-08-13 Alan HaywardSplit size in regset section iterators
2018-07-22 Tom TromeySimple unused variable removals
2018-07-03 Tom TromeyRemove ptid_get_lwp
2018-07-03 Tom TromeyRemove ptid_get_pid
2018-06-21 Pedro AlvesUse thread_info and inferior pointers more throughout
2018-01-12 John BaldwinUse the correct value for the offset of 'kve_protection'.
2018-01-09 John BaldwinSupport 'info proc' for FreeBSD process core dumps.
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-10-25 Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-10-09 John BaldwinUse gdbarch_long_bit to determine layout of FreeBSD...
2017-10-05 John BaldwinHandle FreeBSD-specific AT_EHDRFLAGS and AT_HWCAP auxil...
2017-09-27 Ulrich WeigandMake init_type/arch_type take a size in bits
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-07-07 John BaldwinRead signal information from FreeBSD core dumps.
2017-07-07 John BaldwinUse the thread_section_name helper class in fbsd_core_t...
2017-07-07 John BaldwinImplement the "get_siginfo_type" gdbarch method for...
2017-04-05 Pedro Alves-Wwrite-strings: Constify target_pid_to_str and target_...
2017-03-23 Simon MarchiRemove some unnecessary inferior_ptid setting/restoring...
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-09 Pedro Alvesgdb: Remove support for obsolete OSABIs and a.out
2016-06-24 John BaldwinAdd support for catching system calls to native FreeBSD...
2016-06-24 John BaldwinAdd a gdbarch 'print_auxv_entry' method for FreeBSD...
2016-01-19 John BaldwinDump register notes for each thread when generating...
2016-01-19 John BaldwinDisplay per-thread information for threads in FreeBSD...
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-10-09 Simon MarchiAdd two callback data casts
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-03-16 John BaldwinFetch all registers before writing the core register...
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-10-08 Gary BensonDo not include unnecessary files in fbsd-tdep.c
2014-09-30 Andreas ArnezAdd multi-arch capable 'fbsd_make_corefile_notes' variant