summaryrefslogtreecommitdiff
path: root/gdb/gdbarch.sh
Commit message (Expand)AuthorAgeFilesLines
* Remove gdbarch.shTom Tromey2021-12-171-1790/+0
* Generate new gdbarch-components.py from gdbarch.shTom Tromey2021-12-171-0/+73
* Do not sort the fields in gdbarch_dumpTom Tromey2021-12-171-1/+1
* Do not generate gdbarch.hTom Tromey2021-12-171-377/+0
* Split gdbarch.h into two filesTom Tromey2021-12-171-63/+72
* Move ordinary gdbarch code to arch-utilsTom Tromey2021-12-171-519/+0
* gdb: Add aliases for read_core_file_mappings callbacksAaron Merey2021-11-161-1/+13
* gdb: fix gdbarch_tdep ODR violationSimon Marchi2021-11-151-0/+2
* gdb: make gdbarch_printable_names return a vectorSimon Marchi2021-08-121-25/+14
* Fix printing of non-address types when memory tagging is enabledLuis Machado2021-07-201-1/+2
* gdb: remove gdbarch_info_initSimon Marchi2021-06-281-14/+14
* gdb: remove gdbarch_info::tdep_infoSimon Marchi2021-06-281-7/+0
* gdb: make gdbarch_data_registry staticSimon Marchi2021-03-241-1/+1
* New gdbarch memory tagging hooksLuis Machado2021-03-241-0/+37
* Convert stap probes to create operationsTom Tromey2021-03-081-1/+1
* Convert dtrace probes to use operationsTom Tromey2021-03-081-1/+1
* Manual updates of copyright year range not covered by gdb/copyright.pyJoel Brobecker2021-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi2020-12-041-7/+14
* gdb: move displaced stepping types to displaced-stepping.{h,c}Simon Marchi2020-12-041-0/+1
* gdb: rename displaced_step_closure to displaced_step_copy_insn_closureSimon Marchi2020-12-041-2/+2
* gdb: remove `other` parameter in read_core_file_mappings parameterSimon Marchi2020-11-191-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-32/+32
* gdb: fix documentation of gdbarch_displaced_step_hw_singlestepSimon Marchi2020-10-291-9/+8
* gdb: remove parameter of gdbarch_displaced_step_hw_singlestepSimon Marchi2020-10-291-1/+1
* gdb: make gdbarch_make_corefile_notes return a unique ptrSimon Marchi2020-10-211-1/+1
* gdb: make gdbarch_displaced_step_hw_singlestep return boolSimon Marchi2020-10-201-1/+1
* gdb: make gdbarch predicates return boolSimon Marchi2020-10-201-2/+2
* Use type_instance_flags more throughoutPedro Alves2020-09-141-5/+5
* Add bfloat16 support for AVX512 register view.Felix Willgerodt2020-09-111-1/+3
* Add new gdbarch method, read_core_file_mappingsKevin Buettner2020-07-221-0/+3
* Retire the now-unused gdbarch handle_segmentation_fault hook.John Baldwin2020-07-211-6/+0
* Add a new gdbarch hook to report additional signal information.John Baldwin2020-07-211-0/+5
* gdb: Remove deprecated_set_gdbarch_dataAndrew Burgess2020-07-061-22/+3
* gdb: fix documentation of gdbarch_displaced_step_copy_insnSimon Marchi2020-06-291-3/+1
* Remove obsolete gdbarch_static_transform_nameRainer Orth2020-06-251-2/+0
* gdb: make gdbarch.sh write gdbarch.{c,h} directlySimon Marchi2020-05-241-33/+6
* gdb: silence shellcheck warning SC2162 (use read -r) in gdbarch.shSimon Marchi2020-04-291-0/+1
* gdb: fix shellcheck warnings SC2154 (referenced but not assigned) in gdbarch.shSimon Marchi2020-04-291-7/+7
* gdb: fix shellcheck warnings SC2034 (unused variable) in gdbarch.shSimon Marchi2020-04-291-19/+2
* gdb: fix shellcheck warnings SC2166 (&& and !! instead of -a and -o) in gdbar...Simon Marchi2020-04-291-7/+7
* gdb: fix shellcheck warnings SC2006 (use $() instead of ``) in gdbarch.shSimon Marchi2020-04-291-3/+3
* gdb: fix shellcheck warnings SC2086 (missing double quotes) in gdbarch.shSimon Marchi2020-04-291-8/+8
* gdb: fix shellcheck warnings SC2059 (variables in printf format string) in gd...Simon Marchi2020-04-291-61/+61
* gdb: move enum gdb_osabi to osabi.hSimon Marchi2020-03-161-0/+1
* gdb: introduce displaced_step_closure_up type aliasSimon Marchi2020-02-141-2/+2
* gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptrSimon Marchi2020-02-141-1/+1
* Recognize more program breakpoint patternsLuis Machado2020-01-291-0/+4
* gdb: add declaration for _initialize_gdbarch in gdbarch.shSimon Marchi2020-01-211-1/+2
* Update copyright year in gdbarch.sh doc/gdb.texinfo and doc/refcard.texJoel Brobecker2020-01-011-1/+1