summaryrefslogtreecommitdiff
path: root/gdb/gdbarch.sh
AgeCommit message (Expand)Author
2021-01-01Manual updates of copyright year range not covered by gdb/copyright.pyJoel Brobecker
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-12-04gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi
2020-12-04gdb: move displaced stepping types to displaced-stepping.{h,c}Simon Marchi
2020-12-04gdb: rename displaced_step_closure to displaced_step_copy_insn_closureSimon Marchi
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: fix documentation of gdbarch_displaced_step_hw_singlestepSimon Marchi
2020-10-29gdb: remove parameter of gdbarch_displaced_step_hw_singlestepSimon Marchi
2020-10-21gdb: make gdbarch_make_corefile_notes return a unique ptrSimon Marchi
2020-10-20gdb: make gdbarch_displaced_step_hw_singlestep return boolSimon Marchi
2020-10-20gdb: make gdbarch predicates return boolSimon Marchi
2020-09-14Use type_instance_flags more throughoutPedro Alves
2020-09-11Add bfloat16 support for AVX512 register view.Felix Willgerodt
2020-07-22Add new gdbarch method, read_core_file_mappingsKevin Buettner
2020-07-21Retire the now-unused gdbarch handle_segmentation_fault hook.John Baldwin
2020-07-21Add a new gdbarch hook to report additional signal information.John Baldwin
2020-07-06gdb: Remove deprecated_set_gdbarch_dataAndrew Burgess
2020-06-29gdb: fix documentation of gdbarch_displaced_step_copy_insnSimon Marchi
2020-06-25Remove obsolete gdbarch_static_transform_nameRainer Orth
2020-05-24gdb: make gdbarch.sh write gdbarch.{c,h} directlySimon Marchi
2020-04-29gdb: silence shellcheck warning SC2162 (use read -r) in gdbarch.shSimon Marchi
2020-04-29gdb: fix shellcheck warnings SC2154 (referenced but not assigned) in gdbarch.shSimon Marchi
2020-04-29gdb: fix shellcheck warnings SC2034 (unused variable) in gdbarch.shSimon Marchi
2020-04-29gdb: fix shellcheck warnings SC2166 (&& and !! instead of -a and -o) in gdbar...Simon Marchi
2020-04-29gdb: fix shellcheck warnings SC2006 (use $() instead of ``) in gdbarch.shSimon Marchi
2020-04-29gdb: fix shellcheck warnings SC2086 (missing double quotes) in gdbarch.shSimon Marchi
2020-04-29gdb: fix shellcheck warnings SC2059 (variables in printf format string) in gd...Simon Marchi
2020-03-16gdb: move enum gdb_osabi to osabi.hSimon Marchi
2020-02-14gdb: introduce displaced_step_closure_up type aliasSimon Marchi
2020-02-14gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptrSimon Marchi
2020-01-29Recognize more program breakpoint patternsLuis Machado
2020-01-21gdb: add declaration for _initialize_gdbarch in gdbarch.shSimon Marchi
2020-01-01Update copyright year in gdbarch.sh doc/gdb.texinfo and doc/refcard.texJoel Brobecker
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-12-04Remove gdbarch_bits_big_endianTom Tromey
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-17gdb: Remove a non-const reference parameterAndrew Burgess
2019-06-28Adjust i386 registers on SystemTap probes' arguments (PR breakpoints/24541)Sergio Durigan Junior
2019-04-04Make base class for parser_stateTom Tromey
2019-03-13Change pid_to_str to return std::stringTom Tromey
2019-03-12Add a new gdbarch method to resolve the address of TLS variables.John Baldwin
2019-02-27gdb: Restructure type_align and gdbarch_type_alignAndrew Burgess
2019-02-22gdb: Update copyright year range generated by gdbarch.shAndrew Burgess
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-12-19gdb: Add default frame methods to gdbarchAndrew Burgess
2018-12-13Add an optional "alias" attribute to syscall entries.John Baldwin
2018-11-16Pass return_method to _push_dummy_callAlan Hayward
2018-11-16Use enum for return method for dummy callsAlan Hayward