aboutsummaryrefslogtreecommitdiff
path: root/gdb/arch-utils.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-07-22Add new gdbarch method, read_core_file_mappingsKevin Buettner1-0/+16
2020-07-14gdb: Improve formatting of 'show endian' messagesAndrew Burgess1-4/+4
2020-07-14gdb: Improve formatting of 'show architecture' messagesAndrew Burgess1-3/+3
2020-01-29Recognize more program breakpoint patternsLuis Machado1-0/+32
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-20infcall, c++: allow more info to be computed for pass-by-reference valuesTankut Baris Aktemur1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-2/+2
2019-10-15Change gcc_target_options to return std::stringTom Tromey1-3/+4
2019-08-16Move [PAC] into a new MI field addr_flagsAlan Hayward1-0/+8
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-04-06Revert the header-sorting patchTom Tromey1-10/+12
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-12/+10
2019-02-27gdb: Restructure type_align and gdbarch_type_alignAndrew Burgess1-1/+1
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-07-20Do not use buildsym.h in some filesTom Tromey1-1/+0
2018-06-14type alignment: Use type_length_unitsSimon Marchi1-1/+1
2018-05-31arch-utils: Make the last endianness actually chosen stickyMaciej W. Rozycki1-0/+2
2018-05-30Remove regcache_raw_supplySimon Marchi1-1/+1
2018-04-30Add initial type alignment supportTom Tromey1-0/+8
2018-04-13infrun: step through indirect branch thunksMarkus Metzger1-0/+8
2018-04-07Make "set osabi none" really work (PR 22980)Simon Marchi1-2/+5