aboutsummaryrefslogtreecommitdiff
path: root/gdb/spu-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-16Pass return_method to _push_dummy_callAlan Hayward1-2/+3
2018-07-22Remove an unused variable from spu_get_overlay_tableTom Tromey1-2/+2
2018-07-03Remove ptid_get_pidTom Tromey1-2/+2
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-15/+17
2018-05-30Remove regcache_cooked_write_partSimon Marchi1-3/+3
2018-05-30Remove regcache_cooked_read_partSimon Marchi1-3/+3
2018-05-30Remove regcache_cooked_writeSimon Marchi1-4/+4
2018-05-30Remove regcache_raw_read_partSimon Marchi1-1/+1
2018-05-30Remove regcache_cooked_readSimon Marchi1-2/+2
2018-05-30Remove regcache_raw_writeSimon Marchi1-1/+1
2018-05-30Remove regcache_raw_readSimon Marchi1-1/+1
2018-05-08[spu] Fix "info spu event" output formattingUlrich Weigand1-3/+5
2018-05-03Convert struct target_ops to C++Pedro Alves1-15/+15
2018-04-30Remove some uses of is_mi_like_p from spu-tdep.cTom Tromey1-16/+6
2018-03-19Convert observers to C++Tom Tromey1-4/+4
2018-02-21Pass readable_regcache to gdbarch method read_pcYao Qi1-2/+3
2018-02-21Class readonly_detached_regcacheYao Qi1-3/+3
2018-02-21class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi1-2/+2
2018-01-22Replace regcache_raw_read with regcache->raw_readYao Qi1-3/+3
2018-01-05Fix gdb/spu-tdep.c build breakagePedro Alves1-1/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-20[Cell/B.E.] Fix regression due to gdbarch_significant_addr_bitUlrich Weigand1-0/+3
2017-12-05Remove some unused variablesSimon Marchi1-1/+0
2017-11-26[spu] Fix single-stepping regressionUlrich Weigand1-3/+6
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-6/+6
2017-10-11Constify add_prefix_cmdTom Tromey1-3/+3
2017-10-05Clean up includes of doublest.h and floatformat.hUlrich Weigand1-1/+0
2017-09-27Constify some commands in spu-tdep.cTom Tromey1-5/+5
2017-09-25Remove make_cleanup_regcache_xfreeTom Tromey1-1/+1
2017-09-25Remove regcache_xfreeTom Tromey1-1/+1
2017-09-09Use ui_out_emit_tuple in more placesTom Tromey1-19/+5
2017-09-09Remove make_cleanup_ui_out_table_begin_endTom Tromey1-49/+41
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-09-04Catch up to recent changes to call_function_by_hand().John Baldwin1-1/+1
2017-08-07gdbarch: Use an anonymous union for target data in `gdbarch_info'Maciej W. Rozycki1-2/+2
2017-06-14Don't use print_insn_XXX in GDBYao Qi1-1/+1
2017-05-02Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi1-5/+4
2017-04-12Introduce event_location_upTom Tromey1-6/+2
2017-04-05-Wwrite-strings: The RestPedro Alves1-2/+2
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov1-0/+1
2017-01-26Refactor disassembly codeYao Qi1-10/+10
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-62/+62
2016-11-22Change gdbarch software_single_step frame_info to regcacheYao Qi1-2/+1
2016-11-22gdbarch software_single_step frame_info to regcache: spuYao Qi1-4/+5
2016-11-11Don't handle unavailable/optimized-out in spu_software_single_stepYao Qi1-18/+1
2016-11-08gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi1-7/+6
2016-11-03Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi1-3/+4
2016-11-03GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi1-10/+3
2016-06-24Support structure offsets that are 512K or larger.David Taylor1-1/+1