aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbarch.c
AgeCommit message (Expand)Author
2017-07-07Add a new gdbarch method to fetch signal information from core files.John Baldwin
2017-06-10gdbarch: Remove displaced_step_free_closureSimon Marchi
2017-05-24Delegate opcodes to select disassembler in GDBYao Qi
2017-05-02Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi
2017-04-26[gdbarch] New method "execute_dwarf_cfa_vendor_op" and migrate SPARC to itJiong Wang
2017-04-12Teach GDB that wchar_t is a built-in type in C++ modePedro Alves
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves
2017-03-07GDB: Fix some null pointer dereferences due to disassembler-options patch.Peter Bergner
2017-02-28GDB: Add support for the new set/show disassembler-options commands.Peter Bergner
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-22Change gdbarch software_single_step frame_info to regcacheYao Qi
2016-11-08Use ui_file_as_string in gdbarch.sh/gdbarch.cPedro Alves
2016-11-08gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi
2016-11-03Determine the kind of single step breakpointYao Qi
2016-11-03Add default_breakpoint_from_pcYao Qi
2016-11-03Remove gdbarch_remote_breakpoint_from_pcYao Qi
2016-11-03New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi
2016-09-06Add gdbarch callback to provide formats for debug info float typesUlrich Weigand
2016-06-24Add a new gdbarch method to print a single AUXV entry.John Baldwin
2016-05-23Skip unwritable frames in command "finish"Yao Qi
2016-02-18Intel MPX bound violation handlingWalfred Tedeschi
2016-02-18gdb: Add guess_tracepoint_registers hook to gdbarch.Marcin Koƛcielnicki
2016-01-19Add support for extracting thread names from cores.John Baldwin
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-02Use gdbarch obstack to allocate the TYPE_NAME string in arch_typePatrick Palka
2015-08-29Revert "Use gdbarch obstack to allocate the TYPE_NAME string in arch_type"Patrick Palka
2015-08-29Use gdbarch obstack to allocate the TYPE_NAME string in arch_typePatrick Palka
2015-08-26Fix gdbarch.c build errorSimon Marchi
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-07-30Remove isize output argument from fast_tracepoint_valid_atPierre Langlois
2015-06-12gdbarch: add addressable_memory_unit_size methodSimon Marchi
2015-06-04Regenerate gdbarch.c to sync with gdbarch.shYao Qi
2015-06-03compile: Use also inferior munmapJan Kratochvil
2015-05-26Rename in_function_epilogue_p to stack_frame_destroyed_pMartin Galvan
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves
2015-02-17New gdbarch functions: dtrace_parse_probe_argument, dtrace_probe_is_enabled, ...Jose E. Marchesi
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-18Refactor gdbarch method print_float_infoYao Qi
2014-12-12add gnu_triplet_regexp gdbarch methodTom Tromey
2014-12-12add infcall_mmap and gcc_target_options gdbarch methodsJan Kratochvil
2014-12-12MIPS: Keep the ISA bit in compressed code addressesMaciej W. Rozycki
2014-11-20Partial fix for PR breakpoints/10737: Make syscall info be per-arch instead o...Sergio Durigan Junior
2014-11-12add a default method for gdbarch_skip_permanent_breakpointPedro Alves
2014-10-10Split vDSO range lookup to a gdbarch hookPedro Alves
2014-09-30Drop 'regset_from_core_section' gdbarch methodAndreas Arnez
2014-09-30Replace 'core_regset_sections' by iterator methodAndreas Arnez
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Include gdb_assert.h in common-defs.hGary Benson