aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbarch.h
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-08gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi1-9/+10
2016-11-03Determine the kind of single step breakpointYao Qi1-0/+8
2016-11-03Remove gdbarch_remote_breakpoint_from_pcYao Qi1-8/+0
2016-11-03New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi1-0/+14
2016-09-06Add gdbarch callback to provide formats for debug info float typesUlrich Weigand1-0/+8
2016-06-24Add a new gdbarch method to print a single AUXV entry.John Baldwin1-0/+7
2016-05-23Skip unwritable frames in command "finish"Yao Qi1-0/+6
2016-04-25Force to insert software single step breakpointYao Qi1-1/+6
2016-03-23Remove comments on software_single_step in gdbarch.shYao Qi1-4/+0
2016-02-18Intel MPX bound violation handlingWalfred Tedeschi1-0/+12
2016-02-18gdb: Add guess_tracepoint_registers hook to gdbarch.Marcin Koƛcielnicki1-0/+9
2016-01-19Add support for extracting thread names from cores.John Baldwin1-0/+9
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-3/+3
2015-10-26PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans1-1/+2
2015-10-15Remove core_regset_sectionAleksandar Ristovski1-1/+0
2015-09-30gdbarch.h: Change gdbarch_info::tdep_info's type to void *Simon Marchi1-1/+1
2015-09-02Use gdbarch obstack to allocate the TYPE_NAME string in arch_typePatrick Palka1-0/+5
2015-08-29Revert "Use gdbarch obstack to allocate the TYPE_NAME string in arch_type"Patrick Palka1-5/+0
2015-08-29Use gdbarch obstack to allocate the TYPE_NAME string in arch_typePatrick Palka1-0/+5
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-08-07PPC64: Fix gdb.arch/ppc64-atomic-inst.exp with displaced steppingPedro Alves1-1/+5
2015-07-30Remove isize output argument from fast_tracepoint_valid_atPierre Langlois1-2/+2
2015-06-12gdbarch: add addressable_memory_unit_size methodSimon Marchi1-0/+8
2015-06-03compile: Use also inferior munmapJan Kratochvil1-0/+7
2015-05-26Rename in_function_epilogue_p to stack_frame_destroyed_pMartin Galvan1-4/+4
2015-02-27gdbarch.h: include regcache.hPedro Alves1-0/+2