aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbarch.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-04Remove gdbarch_bits_big_endianTom Tromey1-23/+0
2019-10-15Change gcc_target_options to return std::stringTom Tromey1-1/+1
2019-08-16Move [PAC] into a new MI field addr_flagsAlan Hayward1-0/+23
2019-07-17gdb: Remove a non-const reference parameterAndrew Burgess1-3/+3
2019-06-28Adjust i386 registers on SystemTap probes' arguments (PR breakpoints/24541)Sergio Durigan Junior1-0/+32
2019-04-04Make base class for parser_stateTom Tromey1-2/+2
2019-03-13Change pid_to_str to return std::stringTom Tromey1-1/+1
2019-03-12Add a new gdbarch method to resolve the address of TLS variables.John Baldwin1-0/+32
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-19gdb: Add default frame methods to gdbarchAndrew Burgess1-33/+8
2018-11-16Pass return_method to _push_dummy_callAlan Hayward1-2/+2
2018-07-02GDB PR tdep/8282: MIPS: Wire in `set disassembler-options'Maciej W. Rozycki1-3/+25
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-2/+2
2018-05-31Unset gdbarch significant_addr_bit by defaultOmair Javaid1-2/+2
2018-05-20Introduce obstack_new, poison other "typed" obstack functionsSimon Marchi1-7/+2
2018-04-30Remove long_long_align_bit gdbarch attributeTom Tromey1-23/+0
2018-04-30Add initial type alignment supportTom Tromey1-0/+23
2018-04-13infrun: step through indirect branch thunksMarkus Metzger1-0/+23
2018-03-19Convert observers to C++Tom Tromey1-2/+2
2018-02-24Remove cleanups from check_fast_tracepoint_salsTom Tromey1-1/+1
2018-02-21Pass readable_regcache to gdbarch method read_pcYao Qi1-1/+1
2018-02-21class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi1-2/+2
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-08Clear non-significant bits of address on memory accessYao Qi1-0/+22
2017-10-11GDB: Remove Linux core PRPSINFO note writer overrideMaciej W. Rozycki1-32/+0
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-07-07Add a new gdbarch method to fetch signal information from core files.John Baldwin1-0/+32
2017-06-10gdbarch: Remove displaced_step_free_closureSimon Marchi1-24/+0
2017-05-24Delegate opcodes to select disassembler in GDBYao Qi1-2/+2
2017-05-02Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi1-1/+1
2017-04-26[gdbarch] New method "execute_dwarf_cfa_vendor_op" and migrate SPARC to itJiong Wang1-0/+23
2017-04-12Teach GDB that wchar_t is a built-in type in C++ modePedro Alves1-0/+48
2017-04-05-Wwrite-strings: The RestPedro Alves1-2/+2
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves1-1/+1
2017-03-07GDB: Fix some null pointer dereferences due to disassembler-options patch.Peter Bergner1-2/+10
2017-02-28GDB: Add support for the new set/show disassembler-options commands.Peter Bergner1-0/+44
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-19/+13
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-22Change gdbarch software_single_step frame_info to regcacheYao Qi1-2/+2
2016-11-08Use ui_file_as_string in gdbarch.sh/gdbarch.cPedro Alves1-5/+3
2016-11-08gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi1-1/+1
2016-11-03Determine the kind of single step breakpointYao Qi1-0/+23
2016-11-03Add default_breakpoint_from_pcYao Qi1-2/+2
2016-11-03Remove gdbarch_remote_breakpoint_from_pcYao Qi1-23/+0
2016-11-03New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi1-0/+46
2016-09-06Add gdbarch callback to provide formats for debug info float typesUlrich Weigand1-0/+23
2016-06-24Add a new gdbarch method to print a single AUXV entry.John Baldwin1-0/+24
2016-05-23Skip unwritable frames in command "finish"Yao Qi1-0/+23
2016-02-18Intel MPX bound violation handlingWalfred Tedeschi1-0/+32