summaryrefslogtreecommitdiff
path: root/gdb/arch-utils.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove gdbarch_info_initSimon Marchi2021-06-281-25/+1
* gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi2021-05-271-7/+9
* gdb: allow default_addressable_memory_unit_size to handle more casesAndrew Burgess2021-04-221-3/+5
* Print bfloat16 DWARF types correctlyLuis Machado2021-04-161-1/+7
* New gdbarch memory tagging hooksLuis Machado2021-03-241-0/+49
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: remove `other` parameter in read_core_file_mappings parameterSimon Marchi2020-11-191-2/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-3/+3
* gdb: remove parameter of gdbarch_displaced_step_hw_singlestepSimon Marchi2020-10-291-2/+1
* Remove the exec_bfd macroTom Tromey2020-10-291-2/+2
* gdb: make gdbarch_displaced_step_hw_singlestep return boolSimon Marchi2020-10-201-1/+1
* Add new gdbarch method, read_core_file_mappingsKevin Buettner2020-07-221-0/+16
* gdb: Improve formatting of 'show endian' messagesAndrew Burgess2020-07-141-4/+4
* gdb: Improve formatting of 'show architecture' messagesAndrew Burgess2020-07-141-3/+3
* Recognize more program breakpoint patternsLuis Machado2020-01-291-0/+32
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* infcall, c++: allow more info to be computed for pass-by-reference valuesTankut Baris Aktemur2019-12-201-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-2/+2
* Change gcc_target_options to return std::stringTom Tromey2019-10-151-3/+4
* Move [PAC] into a new MI field addr_flagsAlan Hayward2019-08-161-0/+8
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Revert the header-sorting patchTom Tromey2019-04-061-10/+12
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-12/+10
* gdb: Restructure type_align and gdbarch_type_alignAndrew Burgess2019-02-271-1/+1
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Do not use buildsym.h in some filesTom Tromey2018-07-201-1/+0
* type alignment: Use type_length_unitsSimon Marchi2018-06-141-1/+1
* arch-utils: Make the last endianness actually chosen stickyMaciej W. Rozycki2018-05-311-0/+2
* Remove regcache_raw_supplySimon Marchi2018-05-301-1/+1
* Add initial type alignment supportTom Tromey2018-04-301-0/+8
* infrun: step through indirect branch thunksMarkus Metzger2018-04-131-0/+8
* Make "set osabi none" really work (PR 22980)Simon Marchi2018-04-071-2/+5
* Remove cleanups from check_fast_tracepoint_salsTom Tromey2018-02-241-2/+2
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Constify add_setshow_*Tom Tromey2017-11-071-2/+3
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-1/+1
* Remove simple_displaced_step_copy_insnSimon Marchi2017-10-121-21/+0
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* GDB/opcodes: Remove arch/mach/endian disassembler assertionsMaciej W. Rozycki2017-08-071-7/+0
* Catch exceptions thrown from gdbarch_skip_prologueYao Qi2017-07-251-0/+18
* gdbarch: Remove displaced_step_free_closureSimon Marchi2017-06-101-8/+0
* Delegate opcodes to select disassembler in GDBYao Qi2017-05-241-0/+20
* [gdbarch] New method "execute_dwarf_cfa_vendor_op" and migrate SPARC to itJiong Wang2017-04-261-0/+9
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Determine the kind of single step breakpointYao Qi2016-11-031-0/+8
* Add default_breakpoint_from_pcYao Qi2016-11-031-0/+9