summaryrefslogtreecommitdiff
path: root/gdb/gdbarch.h
Commit message (Expand)AuthorAgeFilesLines
* gdb: add gdbarch_upSimon Marchi2023-02-021-0/+8
* gdb: add supports_arch_info callback to gdbarch_registerLancelot SIX2023-02-021-1/+3
* gdb: make gdbarch_alloc take ownership of the tdepSimon Marchi2023-01-051-1/+4
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Use enum for gdbarch's call_dummy_locationTom Tromey2022-10-311-0/+7
* Fix thread's gdbarch when SVE vector length changesThiago Jung Bauermann2022-08-181-11/+2
* Remove register_gdbarch_initTom Tromey2022-08-161-5/+2
* Use registry in gdbarchTom Tromey2022-08-041-26/+8
* gdb: rename gdbarch_tdep struct to fix g++ 4.8 buildAndrew Burgess2022-07-261-11/+14
* gdb: ensure the cast in gdbarch_tdep is validAndrew Burgess2022-07-211-2/+10
* gdb: move the type cast into gdbarch_tdepAndrew Burgess2022-07-211-1/+16
* gdb: use gdb::function_view for gdbarch_iterate_over_objfiles_in_search_order...Simon Marchi2022-05-051-2/+2
* Move gdb obstack code to gdbsupportTom Tromey2022-01-181-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Split gdbarch.h into two filesTom Tromey2021-12-171-1587/+1
* gdb: Add aliases for read_core_file_mappings callbacksAaron Merey2021-11-161-2/+14
* gdb: fix gdbarch_tdep ODR violationSimon Marchi2021-11-151-0/+2
* gdb: make gdbarch_printable_names return a vectorSimon Marchi2021-08-121-5/+4
* 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-4/+0
* New gdbarch memory tagging hooksLuis Machado2021-03-241-0/+54
* Convert stap probes to create operationsTom Tromey2021-03-081-2/+2
* Convert dtrace probes to use operationsTom Tromey2021-03-081-2/+2
* 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-9/+29
* 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-4/+4
* gdb: remove `other` parameter in read_core_file_mappings parameterSimon Marchi2020-11-191-2/+2
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-2/+2
* gdb: fix documentation of gdbarch_displaced_step_hw_singlestepSimon Marchi2020-10-291-8/+7
* gdb: remove parameter of gdbarch_displaced_step_hw_singlestepSimon Marchi2020-10-291-2/+2
* gdb: make gdbarch_make_corefile_notes return a unique ptrSimon Marchi2020-10-211-2/+2
* gdb: make gdbarch_displaced_step_hw_singlestep return boolSimon Marchi2020-10-201-2/+2
* gdb: make gdbarch predicates return boolSimon Marchi2020-10-201-61/+61
* Use type_instance_flags more throughoutPedro Alves2020-09-141-8/+8
* Add bfloat16 support for AVX512 register view.Felix Willgerodt2020-09-111-1/+7
* Add new gdbarch method, read_core_file_mappingsKevin Buettner2020-07-221-0/+6
* Retire the now-unused gdbarch handle_segmentation_fault hook.John Baldwin2020-07-211-11/+0
* Add a new gdbarch hook to report additional signal information.John Baldwin2020-07-211-0/+10
* gdb: Remove deprecated_set_gdbarch_dataAndrew Burgess2020-07-061-3/+0
* gdb: fix documentation of gdbarch_displaced_step_copy_insnSimon Marchi2020-06-291-3/+1
* Remove obsolete gdbarch_static_transform_nameRainer Orth2020-06-251-8/+0
* gdb: make gdbarch.sh write gdbarch.{c,h} directlySimon Marchi2020-05-241-11/+1
* gdb: move enum gdb_osabi to osabi.hSimon Marchi2020-03-161-0/+1
* gdb: introduce displaced_step_closure_up type aliasSimon Marchi2020-02-141-3/+3
* gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptrSimon Marchi2020-02-141-2/+2
* Recognize more program breakpoint patternsLuis Machado2020-01-291-0/+7
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Remove gdbarch_bits_big_endianTom Tromey2019-12-041-6/+0