summaryrefslogtreecommitdiff
path: root/gdb/gdbarch.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change gcc_target_options to return std::stringTom Tromey2019-10-151-3/+3
* Move [PAC] into a new MI field addr_flagsAlan Hayward2019-08-161-0/+6
* gdb: Remove a non-const reference parameterAndrew Burgess2019-07-171-2/+2
* Adjust i386 registers on SystemTap probes' arguments (PR breakpoints/24541)Sergio Durigan Junior2019-06-281-0/+30
* Make base class for parser_stateTom Tromey2019-04-041-3/+3
* Change pid_to_str to return std::stringTom Tromey2019-03-131-2/+2
* Add a new gdbarch method to resolve the address of TLS variables.John Baldwin2019-03-121-0/+12
* gdb: Restructure type_align and gdbarch_type_alignAndrew Burgess2019-02-271-1/+4
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* gdb: Add default frame methods to gdbarchAndrew Burgess2018-12-191-5/+8
* Add an optional "alias" attribute to syscall entries.John Baldwin2018-12-131-3/+0
* Pass return_method to _push_dummy_callAlan Hayward2018-11-161-2/+2
* Use enum for return method for dummy callsAlan Hayward2018-11-161-0/+23
* Introduce gdbarch_num_cooked_regsSimon Marchi2018-10-211-0/+8
* Regenerate gdbarch.hPedro Alves2018-08-311-1/+2
* Add comment describing continuable/steppable/non-steppable watchpointsPedro Alves2018-08-311-0/+2
* Split size in regset section iteratorsAlan Hayward2018-08-131-5/+7
* GDB PR tdep/8282: MIPS: Wire in `set disassembler-options'Maciej W. Rozycki2018-07-021-2/+5
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-2/+2