summaryrefslogtreecommitdiff
path: root/gdb/gdbarch.h
Commit message (Expand)AuthorAgeFilesLines
* gdbarch: Use an anonymous union for target data in `gdbarch_info'Maciej W. Rozycki2017-08-071-1/+15
* Add a new gdbarch method to fetch signal information from core files.John Baldwin2017-07-071-0/+10
* gdbarch: Remove displaced_step_free_closureSimon Marchi2017-06-101-15/+0
* gdbarch.sh: Remove commented out TARGET_CHAR_BIT definitionSimon Marchi2017-05-031-5/+1
* Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi2017-05-021-2/+3
* Change field separator in gdbarch.shSimon Marchi2017-05-021-1/+1
* [gdbarch] New method "execute_dwarf_cfa_vendor_op" and migrate SPARC to itJiong Wang2017-04-261-0/+7
* Teach GDB that wchar_t is a built-in type in C++ modePedro Alves2017-04-121-0/+11
* -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves2017-04-051-2/+2
* GDB: Add support for the new set/show disassembler-options commands.Peter Bergner2017-02-281-0/+9
* 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
* gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi2016-11-081-9/+10
* Determine the kind of single step breakpointYao Qi2016-11-031-0/+8
* Remove gdbarch_remote_breakpoint_from_pcYao Qi2016-11-031-8/+0
* New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi2016-11-031-0/+14
* Add gdbarch callback to provide formats for debug info float typesUlrich Weigand2016-09-061-0/+8
* Add a new gdbarch method to print a single AUXV entry.John Baldwin2016-06-241-0/+7
* Skip unwritable frames in command "finish"Yao Qi2016-05-231-0/+6
* Force to insert software single step breakpointYao Qi2016-04-251-1/+6
* Remove comments on software_single_step in gdbarch.shYao Qi2016-03-231-4/+0
* Intel MPX bound violation handlingWalfred Tedeschi2016-02-181-0/+12
* gdb: Add guess_tracepoint_registers hook to gdbarch.Marcin Koƛcielnicki2016-02-181-0/+9
* Add support for extracting thread names from cores.John Baldwin2016-01-191-0/+9
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-3/+3
* PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans2015-10-261-1/+2
* Remove core_regset_sectionAleksandar Ristovski2015-10-151-1/+0
* gdbarch.h: Change gdbarch_info::tdep_info's type to void *Simon Marchi2015-09-301-1/+1
* Use gdbarch obstack to allocate the TYPE_NAME string in arch_typePatrick Palka2015-09-021-0/+5
* Revert "Use gdbarch obstack to allocate the TYPE_NAME string in arch_type"Patrick Palka2015-08-291-5/+0
* Use gdbarch obstack to allocate the TYPE_NAME string in arch_typePatrick Palka2015-08-291-0/+5
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* PPC64: Fix gdb.arch/ppc64-atomic-inst.exp with displaced steppingPedro Alves2015-08-071-1/+5
* Remove isize output argument from fast_tracepoint_valid_atPierre Langlois2015-07-301-2/+2
* gdbarch: add addressable_memory_unit_size methodSimon Marchi2015-06-121-0/+8
* compile: Use also inferior munmapJan Kratochvil2015-06-031-0/+7
* Rename in_function_epilogue_p to stack_frame_destroyed_pMartin Galvan2015-05-261-4/+4
* gdbarch.h: include regcache.hPedro Alves2015-02-271-0/+2
* New gdbarch functions: dtrace_parse_probe_argument, dtrace_probe_is_enabled, ...Jose E. Marchesi2015-02-171-0/+36
* Fix internal error when core file section is too bigAndreas Arnez2015-02-041-0/+6
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Refactor gdbarch method print_float_infoYao Qi2014-12-181-2/+0
* add gnu_triplet_regexp gdbarch methodTom Tromey2014-12-121-0/+10
* add infcall_mmap and gcc_target_options gdbarch methodsJan Kratochvil2014-12-121-0/+17
* MIPS: Keep the ISA bit in compressed code addressesMaciej W. Rozycki2014-12-121-0/+51
* Partial fix for PR breakpoints/10737: Make syscall info be per-arch instead o...Sergio Durigan Junior2014-11-201-0/+11
* add a default method for gdbarch_skip_permanent_breakpointPedro Alves2014-11-121-2/+0
* Split vDSO range lookup to a gdbarch hookPedro Alves2014-10-101-0/+10
* Drop 'regset_from_core_section' gdbarch methodAndreas Arnez2014-09-301-9/+0
* Add 'regset' parameter to 'iterate_over_regset_sections_cb'Andreas Arnez2014-09-301-1/+2