summaryrefslogtreecommitdiff
path: root/gdb/gdbarch.sh
Commit message (Expand)AuthorAgeFilesLines
* Pass readable_regcache to gdbarch method read_pcusers/qiyao/regcache-split-4-2Yao Qi2018-02-071-1/+1
* class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi2018-02-071-2/+2
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-2/+2
* Clear non-significant bits of address on memory accessYao Qi2017-12-081-0/+6
* Remove simple_displaced_step_copy_insnSimon Marchi2017-10-121-4/+0
* GDB: Remove Linux core PRPSINFO note writer overrideMaciej W. Rozycki2017-10-111-8/+0
* gdbarch: Remove duplicate `struct objfile' declarationMaciej W. Rozycki2017-10-031-1/+0
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* 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/+5
* gdbarch: Remove displaced_step_free_closureSimon Marchi2017-06-101-12/+0
* Delegate opcodes to select disassembler in GDBYao Qi2017-05-241-1/+1
* gdbarch.sh: Remove commented out TARGET_CHAR_BIT definitionSimon Marchi2017-05-031-4/+0
* Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi2017-05-021-1/+2
* Change field separator in gdbarch.shSimon Marchi2017-05-021-193/+193
* [gdbarch] New method "execute_dwarf_cfa_vendor_op" and migrate SPARC to itJiong Wang2017-04-261-0/+3
* Teach GDB that wchar_t is a built-in type in C++ modePedro Alves2017-04-121-0/+6
* -Wwrite-strings: The RestPedro Alves2017-04-051-2/+2
* -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves2017-04-051-1/+1
* GDB: Fix some null pointer dereferences due to disassembler-options patch.Peter Bergner2017-03-071-2/+10
* GDB: Add support for the new set/show disassembler-options commands.Peter Bergner2017-02-281-0/+5
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-13/+7
* update copyright year range in GDB filesJoel Brobecker2017-01-011-2/+2
* Change gdbarch software_single_step frame_info to regcacheYao Qi2016-11-221-1/+1
* Use ui_file_as_string in gdbarch.sh/gdbarch.cPedro Alves2016-11-081-5/+3
* gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi2016-11-081-8/+9
* Determine the kind of single step breakpointYao Qi2016-11-031-0/+5
* Add default_breakpoint_from_pcYao Qi2016-11-031-1/+1
* Remove gdbarch_remote_breakpoint_from_pcYao Qi2016-11-031-4/+0
* New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi2016-11-031-0/+9
* Add gdbarch callback to provide formats for debug info float typesUlrich Weigand2016-09-061-0/+5
* Add a new gdbarch method to print a single AUXV entry.John Baldwin2016-06-241-0/+5
* Skip unwritable frames in command "finish"Yao Qi2016-05-231-0/+3
* 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/+7
* gdb: Add guess_tracepoint_registers hook to gdbarch.Marcin Koƛcielnicki2016-02-181-0/+6
* Add support for extracting thread names from cores.John Baldwin2016-01-191-0/+4
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-4/+4
* PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans2015-10-261-0/+1
* 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/+13
* Fix gdbarch.c build errorSimon Marchi2015-08-261-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-2/+2
* PPC64: Fix gdb.arch/ppc64-atomic-inst.exp with displaced steppingPedro Alves2015-08-071-0/+4
* Remove isize output argument from fast_tracepoint_valid_atPierre Langlois2015-07-301-1/+1
* gdbarch: add addressable_memory_unit_size methodSimon Marchi2015-06-121-0/+6
* compile: Use also inferior munmapJan Kratochvil2015-06-031-0/+4
* Rename in_function_epilogue_p to stack_frame_destroyed_pMartin Galvan2015-05-261-2/+2