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