summaryrefslogtreecommitdiff
path: root/gdb/gdbarch.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves2017-04-051-1/+1
* GDB: Fix some null pointer dereferences due to disassembler-options patch.Peter Bergner2017-03-071-2/+10
* GDB: Add support for the new set/show disassembler-options commands.Peter Bergner2017-02-281-0/+44
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-19/+13
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Change gdbarch software_single_step frame_info to regcacheYao Qi2016-11-221-2/+2
* Use ui_file_as_string in gdbarch.sh/gdbarch.cPedro Alves2016-11-081-5/+3
* gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi2016-11-081-1/+1
* Determine the kind of single step breakpointYao Qi2016-11-031-0/+23
* Add default_breakpoint_from_pcYao Qi2016-11-031-2/+2
* Remove gdbarch_remote_breakpoint_from_pcYao Qi2016-11-031-23/+0
* New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi2016-11-031-0/+46
* Add gdbarch callback to provide formats for debug info float typesUlrich Weigand2016-09-061-0/+23
* Add a new gdbarch method to print a single AUXV entry.John Baldwin2016-06-241-0/+24
* Skip unwritable frames in command "finish"Yao Qi2016-05-231-0/+23
* Intel MPX bound violation handlingWalfred Tedeschi2016-02-181-0/+32
* gdb: Add guess_tracepoint_registers hook to gdbarch.Marcin Koƛcielnicki2016-02-181-0/+23
* Add support for extracting thread names from cores.John Baldwin2016-01-191-0/+32