aboutsummaryrefslogtreecommitdiff
path: root/gdb/sparc-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-16Pass return_method to _push_dummy_callAlan Hayward1-6/+9
2018-08-13Split size in regset section iteratorsAlan Hayward1-2/+4
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-1/+1
2018-05-30Remove regcache_raw_collectSimon Marchi1-16/+12
2018-05-30Remove regcache_raw_supplySimon Marchi1-17/+12
2018-05-30Remove regcache_cooked_writeSimon Marchi1-12/+12
2018-05-30Remove regcache_cooked_readSimon Marchi1-10/+10
2018-05-30Remove regcache_raw_writeSimon Marchi1-2/+2
2018-05-04(SPARC/LEON) fix incorrect array return value printed by "finish"Joel Brobecker1-24/+42
2018-05-03Convert struct target_ops to C++Pedro Alves1-1/+1
2018-02-21class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi1-1/+1
2018-01-22Replace regcache_raw_read with regcache->raw_readYao Qi1-2/+2
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-8/+8
2017-10-05Clean up includes of doublest.h and floatformat.hUlrich Weigand1-1/+0
2017-09-27Make init_type/arch_type take a size in bitsUlrich Weigand1-2/+2
2017-09-09Remove unnecessary function prototypes.John Baldwin1-4/+0
2017-08-11Class-fy dwarf2_frame_state_reg_infoYao Qi1-1/+1
2017-08-07gdbarch: Use an anonymous union for target data in `gdbarch_info'Maciej W. Rozycki1-1/+1
2017-05-24Delegate opcodes to select disassembler in GDBYao Qi1-2/+0
2017-05-19gdb: fix TYPE_CODE_ARRAY handling in sparc targetsVladimir Mezentsev1-17/+55
2017-05-02Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi1-4/+4
2017-04-26[gdbarch] New method "execute_dwarf_cfa_vendor_op" and migrate SPARC to itJiong Wang1-0/+32
2017-04-12Teach GDB that wchar_t is a built-in type in C++ modePedro Alves1-0/+3
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov1-0/+1
2017-02-07gdb: fix ARI warning in sparc-tdep.cJose E. Marchesi1-2/+2
2017-02-05gdb: provide and use sparc{32,64} target description XML files.Ivo Raisr1-0/+75
2017-01-16gdb: sparc: split real and pseudo registers.Ivo Raisr1-19/+48
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/+1
2016-11-22gdbarch software_single_step frame_info to regcache: sparcYao Qi1-7/+10
2016-11-08gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi1-4/+5
2016-11-03Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi1-3/+6
2016-11-03GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi1-9/+3
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves1-1/+2
2016-05-07remove trivialy unused variablesTrevor Saunders1-1/+0
2016-03-18Make sparc_software_single_step staticYao Qi1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (2/2)Simon Marchi1-6/+6
2015-05-26Rename in_function_epilogue_p to stack_frame_destroyed_pMartin Galvan1-2/+2
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-09-30SPARC: Migrate from 'regset_from_core_section' to 'iterate_over_regset_sections'Andreas Arnez1-14/+10
2014-08-07Include string.h in common-defs.hGary Benson1-2/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-05-21SPARC: Rename register maps from "*regset" to "*regmap"Andreas Arnez1-25/+25
2014-02-10Add gdbarch_in_function_epilogue_p hook for sparc64.Jose E. Marchesi1-0/+26
2014-01-13replace XZALLOC with XCNEWTom Tromey1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1