aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbarch.h
AgeCommit message (Expand)AuthorFilesLines
2020-05-24gdb: make gdbarch.sh write gdbarch.{c,h} directlySimon Marchi1-11/+1
2020-03-16gdb: move enum gdb_osabi to osabi.hSimon Marchi1-0/+1
2020-02-14gdb: introduce displaced_step_closure_up type aliasSimon Marchi1-3/+3
2020-02-14gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptrSimon Marchi1-2/+2
2020-01-29Recognize more program breakpoint patternsLuis Machado1-0/+7
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-04Remove gdbarch_bits_big_endianTom Tromey1-6/+0
2019-10-15Change gcc_target_options to return std::stringTom Tromey1-3/+3
2019-08-16Move [PAC] into a new MI field addr_flagsAlan Hayward1-0/+6
2019-07-17gdb: Remove a non-const reference parameterAndrew Burgess1-2/+2
2019-06-28Adjust i386 registers on SystemTap probes' arguments (PR breakpoints/24541)Sergio Durigan Junior1-0/+30
2019-04-04Make base class for parser_stateTom Tromey1-3/+3
2019-03-13Change pid_to_str to return std::stringTom Tromey1-2/+2
2019-03-12Add a new gdbarch method to resolve the address of TLS variables.John Baldwin1-0/+12
2019-02-27gdb: Restructure type_align and gdbarch_type_alignAndrew Burgess1-1/+4
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-19gdb: Add default frame methods to gdbarchAndrew Burgess1-5/+8
2018-12-13Add an optional "alias" attribute to syscall entries.John Baldwin1-3/+0
2018-11-16Pass return_method to _push_dummy_callAlan Hayward1-2/+2
2018-11-16Use enum for return method for dummy callsAlan Hayward1-0/+23
2018-10-21Introduce gdbarch_num_cooked_regsSimon Marchi1-0/+8
2018-08-31Regenerate gdbarch.hPedro Alves1-1/+2
2018-08-31Add comment describing continuable/steppable/non-steppable watchpointsPedro Alves1-0/+2
2018-08-13Split size in regset section iteratorsAlan Hayward1-5/+7
2018-07-02GDB PR tdep/8282: MIPS: Wire in `set disassembler-options'Maciej W. Rozycki1-2/+5
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-2/+2
2018-05-20Introduce obstack_new, poison other "typed" obstack functionsSimon Marchi1-3/+7
2018-04-30Remove long_long_align_bit gdbarch attributeTom Tromey1-6/+0
2018-04-30Add initial type alignment supportTom Tromey1-0/+6
2018-04-13infrun: step through indirect branch thunksMarkus Metzger1-0/+6
2018-02-24Remove cleanups from check_fast_tracepoint_salsTom Tromey1-2/+2
2018-02-21Pass readable_regcache to gdbarch method read_pcYao Qi1-2/+2
2018-02-21class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi1-4/+4
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/+8
2017-10-12Remove simple_displaced_step_copy_insnSimon Marchi1-4/+0
2017-10-11GDB: Remove Linux core PRPSINFO note writer overrideMaciej W. Rozycki1-13/+0
2017-10-03gdbarch: Remove duplicate `struct objfile' declarationMaciej W. Rozycki1-1/+0
2017-08-07gdbarch: Use an anonymous union for target data in `gdbarch_info'Maciej W. Rozycki1-1/+15
2017-07-07Add a new gdbarch method to fetch signal information from core files.John Baldwin1-0/+10
2017-06-10gdbarch: Remove displaced_step_free_closureSimon Marchi1-15/+0
2017-05-03gdbarch.sh: Remove commented out TARGET_CHAR_BIT definitionSimon Marchi1-5/+1
2017-05-02Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi1-2/+3
2017-05-02Change field separator in gdbarch.shSimon Marchi1-1/+1
2017-04-26[gdbarch] New method "execute_dwarf_cfa_vendor_op" and migrate SPARC to itJiong Wang1-0/+7
2017-04-12Teach GDB that wchar_t is a built-in type in C++ modePedro Alves1-0/+11
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves1-2/+2
2017-02-28GDB: Add support for the new set/show disassembler-options commands.Peter Bergner1-0/+9
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