aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbarch.h
AgeCommit message (Expand)AuthorFilesLines
2022-08-18Fix thread's gdbarch when SVE vector length changesThiago Jung Bauermann1-11/+2
2022-08-16Remove register_gdbarch_initTom Tromey1-5/+2
2022-08-04Use registry in gdbarchTom Tromey1-26/+8
2022-07-26gdb: rename gdbarch_tdep struct to fix g++ 4.8 buildAndrew Burgess1-11/+14
2022-07-21gdb: ensure the cast in gdbarch_tdep is validAndrew Burgess1-2/+10
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess1-1/+16
2022-05-05gdb: use gdb::function_view for gdbarch_iterate_over_objfiles_in_search_order...Simon Marchi1-2/+2
2022-01-18Move gdb obstack code to gdbsupportTom Tromey1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-17Split gdbarch.h into two filesTom Tromey1-1587/+1
2021-11-16gdb: Add aliases for read_core_file_mappings callbacksAaron Merey1-2/+14
2021-11-15gdb: fix gdbarch_tdep ODR violationSimon Marchi1-0/+2
2021-08-12gdb: make gdbarch_printable_names return a vectorSimon Marchi1-5/+4
2021-07-20Fix printing of non-address types when memory tagging is enabledLuis Machado1-1/+2
2021-06-28gdb: remove gdbarch_info_initSimon Marchi1-14/+14
2021-06-28gdb: remove gdbarch_info::tdep_infoSimon Marchi1-4/+0
2021-03-24New gdbarch memory tagging hooksLuis Machado1-0/+54
2021-03-08Convert stap probes to create operationsTom Tromey1-2/+2
2021-03-08Convert dtrace probes to use operationsTom Tromey1-2/+2
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-9/+29
2020-12-04gdb: move displaced stepping types to displaced-stepping.{h,c}Simon Marchi1-0/+1
2020-12-04gdb: rename displaced_step_closure to displaced_step_copy_insn_closureSimon Marchi1-4/+4
2020-11-19gdb: remove `other` parameter in read_core_file_mappings parameterSimon Marchi1-2/+2
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-2/+2
2020-10-29gdb: fix documentation of gdbarch_displaced_step_hw_singlestepSimon Marchi1-8/+7
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-2/+2
2020-10-20gdb: make gdbarch_displaced_step_hw_singlestep return boolSimon Marchi1-2/+2
2020-10-20gdb: make gdbarch predicates return boolSimon Marchi1-61/+61
2020-09-14Use type_instance_flags more throughoutPedro Alves1-8/+8
2020-09-11Add bfloat16 support for AVX512 register view.Felix Willgerodt1-1/+7
2020-07-22Add new gdbarch method, read_core_file_mappingsKevin Buettner1-0/+6
2020-07-21Retire the now-unused gdbarch handle_segmentation_fault hook.John Baldwin1-11/+0
2020-07-21Add a new gdbarch hook to report additional signal information.John Baldwin1-0/+10
2020-07-06gdb: Remove deprecated_set_gdbarch_dataAndrew Burgess1-3/+0
2020-06-29gdb: fix documentation of gdbarch_displaced_step_copy_insnSimon Marchi1-3/+1
2020-06-25Remove obsolete gdbarch_static_transform_nameRainer Orth1-8/+0
2020-05-24gdb: make gdbarch.sh write gdbarch.{c,h} directlySimon Marchi1-11/+1
2020-03-16gdb: move enum gdb_osabi to osabi.hSimon Marchi1-0/+1
2020-02-14gdb: introduce displaced_step_closure_up type aliasSimon Marchi1-3/+3
2020-02-14gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptrSimon Marchi1-2/+2
2020-01-29Recognize more program breakpoint patternsLuis Machado1-0/+7
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-04Remove gdbarch_bits_big_endianTom Tromey1-6/+0
2019-10-15Change gcc_target_options to return std::stringTom Tromey1-3/+3
2019-08-16Move [PAC] into a new MI field addr_flagsAlan Hayward1-0/+6
2019-07-17gdb: Remove a non-const reference parameterAndrew Burgess1-2/+2
2019-06-28Adjust i386 registers on SystemTap probes' arguments (PR breakpoints/24541)Sergio Durigan Junior1-0/+30
2019-04-04Make base class for parser_stateTom Tromey1-3/+3