aboutsummaryrefslogtreecommitdiff
path: root/gdb/arch-utils.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-24Remove cleanups from check_fast_tracepoint_salsTom Tromey1-2/+2
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-07Constify add_setshow_*Tom Tromey1-2/+3
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-1/+1
2017-10-12Remove simple_displaced_step_copy_insnSimon Marchi1-21/+0
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-08-07GDB/opcodes: Remove arch/mach/endian disassembler assertionsMaciej W. Rozycki1-7/+0
2017-07-25Catch exceptions thrown from gdbarch_skip_prologueYao Qi1-0/+18
2017-06-10gdbarch: Remove displaced_step_free_closureSimon Marchi1-8/+0
2017-05-24Delegate opcodes to select disassembler in GDBYao Qi1-0/+20
2017-04-26[gdbarch] New method "execute_dwarf_cfa_vendor_op" and migrate SPARC to itJiong Wang1-0/+9
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-03Determine the kind of single step breakpointYao Qi1-0/+8
2016-11-03Add default_breakpoint_from_pcYao Qi1-0/+9
2016-11-03Remove gdbarch_remote_breakpoint_from_pcYao Qi1-7/+0
2016-09-06Add gdbarch callback to provide formats for debug info float typesUlrich Weigand1-0/+28
2016-07-14Remove some variables but call functions for side effectsTom Tromey1-2/+1
2016-05-23Skip unwritable frames in command "finish"Yao Qi1-0/+7
2016-02-18gdb: Add guess_tracepoint_registers hook to gdbarch.Marcin Koƛcielnicki1-0/+23
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-2/+2
2015-07-31Mostly trivial enum fixesSimon Marchi1-2/+2
2015-07-30Remove isize output argument from fast_tracepoint_valid_atPierre Langlois1-2/+2
2015-06-12gdbarch: add addressable_memory_unit_size methodSimon Marchi1-0/+9
2015-06-03compile: Use also inferior munmapJan Kratochvil1-0/+6
2015-05-26Rename in_function_epilogue_p to stack_frame_destroyed_pMartin Galvan1-1/+1
2015-03-06New common function "startswith"Gary Benson1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-12add gnu_triplet_regexp gdbarch methodTom Tromey1-0/+8
2014-12-12add infcall_mmap and gcc_target_options gdbarch methodsJan Kratochvil1-0/+16