summaryrefslogtreecommitdiff
path: root/gdb/arch-utils.c
AgeCommit message (Expand)Author
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
2020-10-20gdb: make gdbarch_displaced_step_hw_singlestep return boolSimon Marchi
2020-07-22Add new gdbarch method, read_core_file_mappingsKevin Buettner
2020-07-14gdb: Improve formatting of 'show endian' messagesAndrew Burgess
2020-07-14gdb: Improve formatting of 'show architecture' messagesAndrew Burgess
2020-01-29Recognize more program breakpoint patternsLuis Machado
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-12-20infcall, c++: allow more info to be computed for pass-by-reference valuesTankut Baris Aktemur
2019-10-18[gdb] Fix more typos in commentsTom de Vries
2019-10-15Change gcc_target_options to return std::stringTom Tromey
2019-08-16Move [PAC] into a new MI field addr_flagsAlan Hayward
2019-07-09Rename common to gdbsupportTom Tromey
2019-04-08Rename gdb exception typesTom Tromey
2019-04-08Rewrite TRY/CATCHTom Tromey
2019-04-06Revert the header-sorting patchTom Tromey
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey
2019-02-27gdb: Restructure type_align and gdbarch_type_alignAndrew Burgess
2019-01-25Normalize includes to use common/Tom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-07-20Do not use buildsym.h in some filesTom Tromey
2018-06-14type alignment: Use type_length_unitsSimon Marchi
2018-05-31arch-utils: Make the last endianness actually chosen stickyMaciej W. Rozycki
2018-05-30Remove regcache_raw_supplySimon Marchi
2018-04-30Add initial type alignment supportTom Tromey
2018-04-13infrun: step through indirect branch thunksMarkus Metzger
2018-04-07Make "set osabi none" really work (PR 22980)Simon Marchi
2018-02-24Remove cleanups from check_fast_tracepoint_salsTom Tromey
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-07Constify add_setshow_*Tom Tromey
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi
2017-10-12Remove simple_displaced_step_copy_insnSimon Marchi
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-08-07GDB/opcodes: Remove arch/mach/endian disassembler assertionsMaciej W. Rozycki
2017-07-25Catch exceptions thrown from gdbarch_skip_prologueYao Qi
2017-06-10gdbarch: Remove displaced_step_free_closureSimon Marchi
2017-05-24Delegate opcodes to select disassembler in GDBYao Qi
2017-04-26[gdbarch] New method "execute_dwarf_cfa_vendor_op" and migrate SPARC to itJiong Wang
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-03Determine the kind of single step breakpointYao Qi
2016-11-03Add default_breakpoint_from_pcYao Qi
2016-11-03Remove gdbarch_remote_breakpoint_from_pcYao Qi
2016-09-06Add gdbarch callback to provide formats for debug info float typesUlrich Weigand
2016-07-14Remove some variables but call functions for side effectsTom Tromey
2016-05-23Skip unwritable frames in command "finish"Yao Qi
2016-02-18gdb: Add guess_tracepoint_registers hook to gdbarch.Marcin Koƛcielnicki