summaryrefslogtreecommitdiff
path: root/gdb/arch-utils.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-10-16gdb: replace architecture_changed with new_architecture observerAndrew Burgess
2023-10-10gdb: remove target_gdbarchSimon Marchi
2023-10-10gdb: move set_target_gdbarch to inferior::set_archSimon Marchi
2023-10-10gdb: add inferior parameter to architecture_changed observableSimon Marchi
2023-10-10gdb: add inferior::{arch, set_arch}Simon Marchi
2023-10-04corefile/bug: Add hook to control the use of target description notes from co...Luis Machado
2023-09-20Remove explanatory comments from includesTom Tromey
2023-06-03[gdb] Fix typosTom de Vries
2023-04-21Handle erroneous DW_AT_call_return_pcTom Tromey
2023-04-18PowerPC: fix _Float128 type output stringCarl Love
2023-02-13Turn some value_contents functions into methodsTom Tromey
2023-02-13Turn allocate_value into a static "constructor"Tom Tromey
2023-02-02gdb: add supports_arch_info callback to gdbarch_registerLancelot SIX
2023-01-05gdb: make gdbarch_alloc take ownership of the tdepSimon Marchi
2023-01-03Don't emit gdbarch_return_valueTom Tromey
2023-01-03Add new overload of gdbarch_return_valueTom Tromey
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-12-16[aarch64] Fix removal of non-address bits for PAuthLuis Machado
2022-11-30[gdb] Improve printing of float formatsTom de Vries
2022-11-14PowerPC, fix support for printing the function return value for non-trivial v...Carl Love
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves
2022-10-17Fix null pointer representationsTaiseiIto
2022-10-10Change GDB to use frame_info_ptrTom Tromey
2022-10-02gdb: update now gdbarch_register_name doesn't return nullptrAndrew Burgess
2022-09-20Move solib_ops into gdbarchTom Tromey
2022-08-16Remove register_gdbarch_initTom Tromey
2022-08-04Use registry in gdbarchTom Tromey
2022-08-04Use new and delete for gdbarchTom Tromey
2022-08-04Use bool in gdbarchTom Tromey
2022-07-26gdb: rename gdbarch_tdep struct to fix g++ 4.8 buildAndrew Burgess
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess
2022-03-29Unify gdb printf functionsTom Tromey
2022-01-26Fix another crash with gdb parameters in PythonTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-12-29Use filtered output in show callbacksTom Tromey
2021-12-29Send arch-utils error messages to gdb_stderrTom Tromey
2021-12-17Move ordinary gdbarch code to arch-utilsTom Tromey
2021-11-16gdb: Add aliases for read_core_file_mappings callbacksAaron Merey
2021-08-12gdb: make gdbarch_printable_names return a vectorSimon Marchi
2021-06-28gdb: remove gdbarch_info_initSimon Marchi
2021-05-27gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi
2021-04-22gdb: allow default_addressable_memory_unit_size to handle more casesAndrew Burgess
2021-04-16Print bfloat16 DWARF types correctlyLuis Machado
2021-03-24New gdbarch memory tagging hooksLuis Machado
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-11-19gdb: remove `other` parameter in read_core_file_mappings parameterSimon Marchi
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-10-29gdb: remove parameter of gdbarch_displaced_step_hw_singlestepSimon Marchi
2020-10-29Remove the exec_bfd macroTom Tromey