summaryrefslogtreecommitdiff
path: root/gdb/fbsd-tdep.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six
2023-10-03gdb/corefile: write NT_GDB_TDESC based on signalled threadAndrew Burgess
2023-03-18Unify arch_integer_type and init_integer_typeTom Tromey
2023-03-18Remove arch_typeTom Tromey
2023-01-30gdb: Replace memcpy with std::copy to avoid some g++ warnings on sparcMark Wielaard
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves
2022-10-11gdb: fix auxv cachingSimon Marchi
2022-09-23Support AT_USRSTACKBASE and AT_USRSTACKLIM.John Baldwin
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi
2022-09-21gdb: add type::target_type / type::set_target_typeSimon Marchi
2022-08-04Use registry in gdbarchTom Tromey
2022-07-28Rewrite registry.hTom Tromey
2022-04-11gdb: remove symbol value macrosSimon Marchi
2022-03-29Unify gdb printf functionsTom Tromey
2022-03-02fbsd-tdep: Implement the vsyscall_range gdbarch hook.John Baldwin
2022-02-06gdb: remove SYMBOL_TYPE macroSimon Marchi
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-12-07Support AT_FXRNG and AT_KPRELOAD on FreeBSD.John Baldwin
2021-12-03gdb: make extract_integer take an array_viewSimon Marchi
2021-07-23gdb: make inferior::m_args an std::stringSimon Marchi
2021-07-23gdb: add setter/getter for inferior argumentsSimon Marchi
2021-07-12gdb: make thread_info::suspend private, add getters / settersSimon Marchi
2021-06-03Report additional details for signals received on FreeBSD.John Baldwin
2021-03-24gdb: remove current_top_target functionSimon Marchi
2021-03-05gdb: write target description into core fileAndrew Burgess
2021-03-05gdb: unify parts of the Linux and FreeBSD core dumping codeAndrew Burgess
2021-02-09gdb: revert "gdb: unify parts of the Linux and FreeBSD core dumping code"Andrew Burgess
2021-02-01gdb: unify parts of the Linux and FreeBSD core dumping codeAndrew Burgess
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-10-21gdb: make gdbarch_make_corefile_notes return a unique ptrSimon Marchi
2020-09-14gdb: add type::target_is_stub / type::set_target_is_stubSimon Marchi
2020-07-20Implement the skip_solib_resolver gdbarch hook for FreeBSD architectures.John Baldwin
2020-07-09Support several new ELF auxiliary vector types on FreeBSD.John Baldwin
2020-05-16gdb: add type::name / type::set_nameSimon Marchi
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi
2020-03-26Support AT_BSDFLAGS on FreeBSD.John Baldwin
2020-03-05Use std::string for 'psargs'.John Baldwin
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-10Multi-target supportPedro Alves
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-12-19Rename "sun" variable to avoid conflicts on SolarisChristian Biesinger
2019-12-11Fix the build after bfd_get_signed_8 changeTom Tromey
2019-10-18[gdb] Fix more typos in commentsTom de Vries
2019-09-19bfd_section_* macrosAlan Modra
2019-06-04Introduce and use make_unique_xstrdupPedro Alves
2019-05-08Convert fbsd-tdep.c to type-safe registry APITom Tromey
2019-04-08Rename gdb exception typesTom Tromey