aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbarch.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-11Add bfloat16 support for AVX512 register view.Felix Willgerodt1-0/+45
2020-07-22Add new gdbarch method, read_core_file_mappingsKevin Buettner1-0/+23
2020-07-21Retire the now-unused gdbarch handle_segmentation_fault hook.John Baldwin1-32/+0
2020-07-21Add a new gdbarch hook to report additional signal information.John Baldwin1-0/+32
2020-07-06gdb: Remove deprecated_set_gdbarch_dataAndrew Burgess1-19/+3
2020-06-25Remove obsolete gdbarch_static_transform_nameRainer Orth1-32/+0
2020-05-24gdb: make gdbarch.sh write gdbarch.{c,h} directlySimon Marchi1-11/+1
2020-02-14gdb: introduce displaced_step_closure_up type aliasSimon Marchi1-1/+1
2020-02-14gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptrSimon Marchi1-1/+1
2020-01-29Recognize more program breakpoint patternsLuis Machado1-0/+23
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-04Remove gdbarch_bits_big_endianTom Tromey1-23/+0
2019-10-15Change gcc_target_options to return std::stringTom Tromey1-1/+1
2019-08-16Move [PAC] into a new MI field addr_flagsAlan Hayward1-0/+23
2019-07-17gdb: Remove a non-const reference parameterAndrew Burgess1-3/+3
2019-06-28Adjust i386 registers on SystemTap probes' arguments (PR breakpoints/24541)Sergio Durigan Junior1-0/+32
2019-04-04Make base class for parser_stateTom Tromey1-2/+2
2019-03-13Change pid_to_str to return std::stringTom Tromey1-1/+1
2019-03-12Add a new gdbarch method to resolve the address of TLS variables.John Baldwin1-0/+32
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-19gdb: Add default frame methods to gdbarchAndrew Burgess1-33/+8
2018-11-16Pass return_method to _push_dummy_callAlan Hayward1-2/+2
2018-07-02GDB PR tdep/8282: MIPS: Wire in `set disassembler-options'Maciej W. Rozycki1-3/+25
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-2/+2
2018-05-31Unset gdbarch significant_addr_bit by defaultOmair Javaid1-2/+2
2018-05-20Introduce obstack_new, poison other "typed" obstack functionsSimon Marchi1-7/+2
2018-04-30Remove long_long_align_bit gdbarch attributeTom Tromey1-23/+0
2018-04-30Add initial type alignment supportTom Tromey1-0/+23
2018-04-13infrun: step through indirect branch thunksMarkus Metzger1-0/+23
2018-03-19Convert observers to C++Tom Tromey1-2/+2
2018-02-24Remove cleanups from check_fast_tracepoint_salsTom Tromey1-1/+1
2018-02-21Pass readable_regcache to gdbarch method read_pcYao Qi1-1/+1
2018-02-21class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi1-2/+2
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-08Clear non-significant bits of address on memory accessYao Qi1-0/+22
2017-10-11GDB: Remove Linux core PRPSINFO note writer overrideMaciej W. Rozycki1-32/+0
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-07-07Add a new gdbarch method to fetch signal information from core files.John Baldwin1-0/+32
2017-06-10gdbarch: Remove displaced_step_free_closureSimon Marchi1-24/+0