aboutsummaryrefslogtreecommitdiff
path: root/gdb/fbsd-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-22gdb: move store/extract integer functions to extract-store-integer.{c,h}Simon Marchi1-0/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-02-06gdb: remove core_bfd macroSimon Marchi1-78/+82
2024-01-28Use domain_search_flags in lookup_symbol et alTom Tromey1-2/+3
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-4/+4
2023-10-03gdb/corefile: write NT_GDB_TDESC based on signalled threadAndrew Burgess1-2/+6
2023-03-18Unify arch_integer_type and init_integer_typeTom Tromey1-5/+5
2023-03-18Remove arch_typeTom Tromey1-5/+7
2023-01-30gdb: Replace memcpy with std::copy to avoid some g++ warnings on sparcMark Wielaard1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-1/+1
2022-10-11gdb: fix auxv cachingSimon Marchi1-4/+3
2022-09-23Support AT_USRSTACKBASE and AT_USRSTACKLIM.John Baldwin1-0/+2
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-3/+3
2022-09-21gdb: add type::target_type / type::set_target_typeSimon Marchi1-2/+2
2022-08-04Use registry in gdbarchTom Tromey1-18/+7
2022-07-28Rewrite registry.hTom Tromey1-1/+1
2022-04-11gdb: remove symbol value macrosSimon Marchi1-2/+2
2022-03-29Unify gdb printf functionsTom Tromey1-110/+110
2022-03-02fbsd-tdep: Implement the vsyscall_range gdbarch hook.John Baldwin1-0/+110
2022-02-06gdb: remove SYMBOL_TYPE macroSimon Marchi1-2/+2
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-07Support AT_FXRNG and AT_KPRELOAD on FreeBSD.John Baldwin1-0/+2
2021-12-03gdb: make extract_integer take an array_viewSimon Marchi1-3/+3
2021-07-23gdb: make inferior::m_args an std::stringSimon Marchi1-3/+3
2021-07-23gdb: add setter/getter for inferior argumentsSimon Marchi1-1/+1
2021-07-12gdb: make thread_info::suspend private, add getters / settersSimon Marchi1-3/+3
2021-06-03Report additional details for signals received on FreeBSD.John Baldwin1-0/+272
2021-03-24gdb: remove current_top_target functionSimon Marchi1-1/+1
2021-03-05gdb: write target description into core fileAndrew Burgess1-0/+3
2021-03-05gdb: unify parts of the Linux and FreeBSD core dumping codeAndrew Burgess1-128/+6
2021-02-09gdb: revert "gdb: unify parts of the Linux and FreeBSD core dumping code"Andrew Burgess1-7/+128
2021-02-01gdb: unify parts of the Linux and FreeBSD core dumping codeAndrew Burgess1-128/+7
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-1/+1
2020-10-21gdb: make gdbarch_make_corefile_notes return a unique ptrSimon Marchi1-49/+72
2020-09-14gdb: add type::target_is_stub / type::set_target_is_stubSimon Marchi1-2/+2
2020-07-20Implement the skip_solib_resolver gdbarch hook for FreeBSD architectures.John Baldwin1-0/+14
2020-07-09Support several new ELF auxiliary vector types on FreeBSD.John Baldwin1-0/+5
2020-05-16gdb: add type::name / type::set_nameSimon Marchi1-2/+2
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-2/+2
2020-03-26Support AT_BSDFLAGS on FreeBSD.John Baldwin1-0/+1
2020-03-05Use std::string for 'psargs'.John Baldwin1-5/+5
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-10Multi-target supportPedro Alves1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-19Rename "sun" variable to avoid conflicts on SolarisChristian Biesinger1-4/+4
2019-12-11Fix the build after bfd_get_signed_8 changeTom Tromey1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1