aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbarch.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-05gdb: make gdbarch_alloc take ownership of the tdepSimon Marchi1-3/+3
2023-01-03Don't emit gdbarch_return_valueTom Tromey1-10/+0
2023-01-03Add new overload of gdbarch_return_valueTom Tromey1-11/+24
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-12/+12
2022-12-05gdbarch.py: Fix indentation in the generated set_gdbarch_* definitionsThiago Jung Bauermann1-203/+203
2022-12-05gdbarch.py: Fix indentation in the generated gdbarch_dump functionThiago Jung Bauermann1-548/+548
2022-11-30[gdb] Improve printing of float formatsTom de Vries1-5/+5
2022-11-14PowerPC, fix support for printing the function return value for non-trivial v...Carl Love1-0/+22
2022-10-31Use enum for gdbarch's call_dummy_locationTom Tromey1-3/+3
2022-10-31Inline initialization of gdbarch membersTom Tromey1-193/+97
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-2/+1
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-15/+15
2022-10-02gdb: add asserts to gdbarch_register_nameAndrew Burgess1-1/+5
2022-09-29gdb: constify auxv parse functionsSimon Marchi1-1/+1
2022-09-20Move solib_ops into gdbarchTom Tromey1-0/+22
2022-08-04Use registry in gdbarchTom Tromey1-2/+2
2022-08-04Use new and delete for gdbarchTom Tromey1-215/+209
2022-08-04Use bool in gdbarchTom Tromey1-1/+1
2022-07-26gdb: rename gdbarch_tdep struct to fix g++ 4.8 buildAndrew Burgess1-2/+2
2022-07-19[AArch64] MTE corefile supportLuis Machado1-0/+96
2022-05-05gdb: use gdb::function_view for gdbarch_iterate_over_objfiles_in_search_order...Simon Marchi1-2/+2
2022-04-07gdb: make gdbarch_register_reggroup_p take a const reggroup *Andrew Burgess1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-469/+469
2022-03-14gdb/gdbarch: compare some fields against 0 verify_gdbarchAndrew Burgess1-0/+11
2022-03-14gdb/gdbarch: remove the predicate function for gdbarch_register_typeAndrew Burgess1-11/+0
2022-03-02Move copyright code from gdbarch.py to new fileTom Tromey1-1/+3
2022-01-05Use filtered output for gdbarch dumpTom Tromey1-267/+267
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-17Remove gdbarch.shTom Tromey1-25/+2
2021-12-17Do not sort the fields in gdbarch_dumpTom Tromey1-520/+520
2021-12-17Move ordinary gdbarch code to arch-utilsTom Tromey1-508/+0
2021-11-16gdb: Add aliases for read_core_file_mappings callbacksAaron Merey1-1/+1
2021-08-12gdb: make gdbarch_printable_names return a vectorSimon Marchi1-20/+10
2021-06-28gdb: remove gdbarch_info::tdep_infoSimon Marchi1-3/+0
2021-03-24gdb: make gdbarch_data_registry staticSimon Marchi1-1/+1
2021-03-24New gdbarch memory tagging hooksLuis Machado1-1/+138
2021-03-08Convert stap probes to create operationsTom Tromey1-1/+1
2021-03-08Convert dtrace probes to use operationsTom Tromey1-3/+3
2021-01-20gdb: make some variables staticSimon Marchi1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-04gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi1-14/+99
2020-12-04gdb: rename displaced_step_closure to displaced_step_copy_insn_closureSimon Marchi1-2/+2
2020-11-19gdb: remove `other` parameter in read_core_file_mappings parameterSimon Marchi1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-21/+21
2020-10-29gdb: remove parameter of gdbarch_displaced_step_hw_singlestepSimon Marchi1-2/+2
2020-10-21gdb: make gdbarch_make_corefile_notes return a unique ptrSimon Marchi1-1/+1
2020-10-20gdb: make gdbarch_displaced_step_hw_singlestep return boolSimon Marchi1-1/+1
2020-10-20gdb: make gdbarch predicates return boolSimon Marchi1-61/+61
2020-09-14Use type_instance_flags more throughoutPedro Alves1-4/+4