summaryrefslogtreecommitdiff
path: root/gdb/sparc-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* gdb/sparc: Use default_unwind_pcAndrew Burgess2019-04-231-9/+0
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Pass return_method to _push_dummy_callAlan Hayward2018-11-161-6/+9
* Split size in regset section iteratorsAlan Hayward2018-08-131-2/+4
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-1/+1
* Remove regcache_raw_collectSimon Marchi2018-05-301-16/+12
* Remove regcache_raw_supplySimon Marchi2018-05-301-17/+12
* Remove regcache_cooked_writeSimon Marchi2018-05-301-12/+12
* Remove regcache_cooked_readSimon Marchi2018-05-301-10/+10
* Remove regcache_raw_writeSimon Marchi2018-05-301-2/+2
* (SPARC/LEON) fix incorrect array return value printed by "finish"Joel Brobecker2018-05-041-24/+42
* Convert struct target_ops to C++Pedro Alves2018-05-031-1/+1
* class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi2018-02-211-1/+1
* Replace regcache_raw_read with regcache->raw_readYao Qi2018-01-221-2/+2
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-8/+8
* Clean up includes of doublest.h and floatformat.hUlrich Weigand2017-10-051-1/+0
* Make init_type/arch_type take a size in bitsUlrich Weigand2017-09-271-2/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-4/+0
* Class-fy dwarf2_frame_state_reg_infoYao Qi2017-08-111-1/+1
* gdbarch: Use an anonymous union for target data in `gdbarch_info'Maciej W. Rozycki2017-08-071-1/+1
* Delegate opcodes to select disassembler in GDBYao Qi2017-05-241-2/+0
* gdb: fix TYPE_CODE_ARRAY handling in sparc targetsVladimir Mezentsev2017-05-191-17/+55
* Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi2017-05-021-4/+4
* [gdbarch] New method "execute_dwarf_cfa_vendor_op" and migrate SPARC to itJiong Wang2017-04-261-0/+32
* Teach GDB that wchar_t is a built-in type in C++ modePedro Alves2017-04-121-0/+3
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-0/+1
* gdb: fix ARI warning in sparc-tdep.cJose E. Marchesi2017-02-071-2/+2
* gdb: provide and use sparc{32,64} target description XML files.Ivo Raisr2017-02-051-0/+75
* gdb: sparc: split real and pseudo registers.Ivo Raisr2017-01-161-19/+48
* 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/+1
* gdbarch software_single_step frame_info to regcache: sparcYao Qi2016-11-221-7/+10
* gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi2016-11-081-4/+5
* Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi2016-11-031-3/+6
* GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi2016-11-031-9/+3
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-1/+2
* remove trivialy unused variablesTrevor Saunders2016-05-071-1/+0
* Make sparc_software_single_step staticYao Qi2016-03-181-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (2/2)Simon Marchi2015-09-251-6/+6
* Rename in_function_epilogue_p to stack_frame_destroyed_pMartin Galvan2015-05-261-2/+2
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* SPARC: Migrate from 'regset_from_core_section' to 'iterate_over_regset_sections'Andreas Arnez2014-09-301-14/+10
* Include string.h in common-defs.hGary Benson2014-08-071-2/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* SPARC: Rename register maps from "*regset" to "*regmap"Andreas Arnez2014-05-211-25/+25
* Add gdbarch_in_function_epilogue_p hook for sparc64.Jose E. Marchesi2014-02-101-0/+26
* replace XZALLOC with XCNEWTom Tromey2014-01-131-1/+1