aboutsummaryrefslogtreecommitdiff
path: root/gdb/spu-tdep.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-07remove trivialy unused variablesTrevor Saunders1-2/+1
2016-03-18[spu] throw error when target_read_memory failsYao Qi1-1/+3
2016-01-21Fix regression introduced in "break *<EXPR>" by explicit location patches.Joel Brobecker1-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-9/+11
2015-09-25Add casts to memory allocation related callsSimon Marchi1-2/+2
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-08-11Explicit locations: introduce address locationsKeith Seitz1-4/+1
2015-08-11Explicit locations: use new location APIKeith Seitz1-3/+9
2015-05-26Rename in_function_epilogue_p to stack_frame_destroyed_pMartin Galvan1-4/+3
2015-04-08[spu] Don't call set_gdbarch_cannot_step_breakpoint in spu_gdbarch_initYao Qi1-1/+0
2015-03-20constify sparc-sol2-tdep.c and spu-tdep.cPedro Alves1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans1-5/+6
2014-11-18symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans1-1/+1
2014-11-06Move lookup_block_symbol to block.c, rename to block_lookup_symbol.Doug Evans1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-06-18constify some blockvector APIsTom Tromey1-1/+1
2014-06-13make calls to help_list use enumeratorTom Tromey1-1/+1
2014-04-17Enable DWARF unwinders for SPUUlrich Weigand1-0/+62
2014-04-17Use address_from_register in dwarf2-frame.c:read_addr_from_regUlrich Weigand1-3/+4
2014-02-26start change to progspace independenceTom Tromey1-4/+4