summaryrefslogtreecommitdiff
path: root/gdb/gdbarch.c
Commit message (Expand)AuthorAgeFilesLines
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesusers/simark/fix-leading-whitespaceSimon Marchi2020-10-261-21/+21
* 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-61/+61
* Use type_instance_flags more throughoutPedro Alves2020-09-141-4/+4
* Add bfloat16 support for AVX512 register view.Felix Willgerodt2020-09-111-0/+45
* Add new gdbarch method, read_core_file_mappingsKevin Buettner2020-07-221-0/+23
* Retire the now-unused gdbarch handle_segmentation_fault hook.John Baldwin2020-07-211-32/+0
* Add a new gdbarch hook to report additional signal information.John Baldwin2020-07-211-0/+32
* gdb: Remove deprecated_set_gdbarch_dataAndrew Burgess2020-07-061-19/+3
* Remove obsolete gdbarch_static_transform_nameRainer Orth2020-06-251-32/+0
* gdb: make gdbarch.sh write gdbarch.{c,h} directlySimon Marchi2020-05-241-11/+1
* gdb: introduce displaced_step_closure_up type aliasSimon Marchi2020-02-141-1/+1
* 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/+23
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Remove gdbarch_bits_big_endianTom Tromey2019-12-041-23/+0
* Change gcc_target_options to return std::stringTom Tromey2019-10-151-1/+1
* Move [PAC] into a new MI field addr_flagsAlan Hayward2019-08-161-0/+23
* gdb: Remove a non-const reference parameterAndrew Burgess2019-07-171-3/+3
* Adjust i386 registers on SystemTap probes' arguments (PR breakpoints/24541)Sergio Durigan Junior2019-06-281-0/+32
* Make base class for parser_stateTom Tromey2019-04-041-2/+2
* Change pid_to_str to return std::stringTom Tromey2019-03-131-1/+1
* Add a new gdbarch method to resolve the address of TLS variables.John Baldwin2019-03-121-0/+32
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* gdb: Add default frame methods to gdbarchAndrew Burgess2018-12-191-33/+8
* Pass return_method to _push_dummy_callAlan Hayward2018-11-161-2/+2
* GDB PR tdep/8282: MIPS: Wire in `set disassembler-options'Maciej W. Rozycki2018-07-021-3/+25
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-2/+2
* Unset gdbarch significant_addr_bit by defaultOmair Javaid2018-05-311-2/+2
* Introduce obstack_new, poison other "typed" obstack functionsSimon Marchi2018-05-201-7/+2
* Remove long_long_align_bit gdbarch attributeTom Tromey2018-04-301-23/+0
* Add initial type alignment supportTom Tromey2018-04-301-0/+23
* infrun: step through indirect branch thunksMarkus Metzger2018-04-131-0/+23
* Convert observers to C++Tom Tromey2018-03-191-2/+2
* Remove cleanups from check_fast_tracepoint_salsTom Tromey2018-02-241-1/+1
* Pass readable_regcache to gdbarch method read_pcYao Qi2018-02-211-1/+1
* class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi2018-02-211-2/+2
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Clear non-significant bits of address on memory accessYao Qi2017-12-081-0/+22
* GDB: Remove Linux core PRPSINFO note writer overrideMaciej W. Rozycki2017-10-111-32/+0
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Add a new gdbarch method to fetch signal information from core files.John Baldwin2017-07-071-0/+32
* gdbarch: Remove displaced_step_free_closureSimon Marchi2017-06-101-24/+0
* Delegate opcodes to select disassembler in GDBYao Qi2017-05-241-2/+2
* Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi2017-05-021-1/+1
* [gdbarch] New method "execute_dwarf_cfa_vendor_op" and migrate SPARC to itJiong Wang2017-04-261-0/+23
* Teach GDB that wchar_t is a built-in type in C++ modePedro Alves2017-04-121-0/+48
* -Wwrite-strings: The RestPedro Alves2017-04-051-2/+2