summaryrefslogtreecommitdiff
path: root/gdb/fbsd-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Unify arch_integer_type and init_integer_typeTom Tromey2023-03-181-5/+5
* Remove arch_typeTom Tromey2023-03-181-5/+7
* gdb: Replace memcpy with std::copy to avoid some g++ warnings on sparcMark Wielaard2023-01-301-1/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-1/+1
* gdb: fix auxv cachingSimon Marchi2022-10-111-4/+3
* Support AT_USRSTACKBASE and AT_USRSTACKLIM.John Baldwin2022-09-231-0/+2
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-3/+3
* gdb: add type::target_type / type::set_target_typeSimon Marchi2022-09-211-2/+2
* Use registry in gdbarchTom Tromey2022-08-041-18/+7
* Rewrite registry.hTom Tromey2022-07-281-1/+1
* gdb: remove symbol value macrosSimon Marchi2022-04-111-2/+2
* Unify gdb printf functionsTom Tromey2022-03-291-110/+110
* fbsd-tdep: Implement the vsyscall_range gdbarch hook.John Baldwin2022-03-021-0/+110
* gdb: remove SYMBOL_TYPE macroSimon Marchi2022-02-061-2/+2
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Support AT_FXRNG and AT_KPRELOAD on FreeBSD.John Baldwin2021-12-071-0/+2
* gdb: make extract_integer take an array_viewSimon Marchi2021-12-031-3/+3
* gdb: make inferior::m_args an std::stringSimon Marchi2021-07-231-3/+3
* gdb: add setter/getter for inferior argumentsSimon Marchi2021-07-231-1/+1
* gdb: make thread_info::suspend private, add getters / settersSimon Marchi2021-07-121-3/+3
* Report additional details for signals received on FreeBSD.John Baldwin2021-06-031-0/+272
* gdb: remove current_top_target functionSimon Marchi2021-03-241-1/+1
* gdb: write target description into core fileAndrew Burgess2021-03-051-0/+3
* gdb: unify parts of the Linux and FreeBSD core dumping codeAndrew Burgess2021-03-051-128/+6
* gdb: revert "gdb: unify parts of the Linux and FreeBSD core dumping code"Andrew Burgess2021-02-091-7/+128
* gdb: unify parts of the Linux and FreeBSD core dumping codeAndrew Burgess2021-02-011-128/+7
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-1/+1
* gdb: make gdbarch_make_corefile_notes return a unique ptrSimon Marchi2020-10-211-49/+72
* gdb: add type::target_is_stub / type::set_target_is_stubSimon Marchi2020-09-141-2/+2
* Implement the skip_solib_resolver gdbarch hook for FreeBSD architectures.John Baldwin2020-07-201-0/+14
* Support several new ELF auxiliary vector types on FreeBSD.John Baldwin2020-07-091-0/+5
* gdb: add type::name / type::set_nameSimon Marchi2020-05-161-2/+2
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-2/+2
* Support AT_BSDFLAGS on FreeBSD.John Baldwin2020-03-261-0/+1
* Use std::string for 'psargs'.John Baldwin2020-03-051-5/+5
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Multi-target supportPedro Alves2020-01-101-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Rename "sun" variable to avoid conflicts on SolarisChristian Biesinger2019-12-191-4/+4
* Fix the build after bfd_get_signed_8 changeTom Tromey2019-12-111-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-6/+6
* Introduce and use make_unique_xstrdupPedro Alves2019-06-041-1/+1
* Convert fbsd-tdep.c to type-safe registry APITom Tromey2019-05-081-22/+9
* Rename gdb exception typesTom Tromey2019-04-081-3/+3
* Rewrite TRY/CATCHTom Tromey2019-04-081-9/+6
* Revert the header-sorting patchTom Tromey2019-04-061-10/+7
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-7/+10