summaryrefslogtreecommitdiff
path: root/gdb/spu-tdep.c
AgeCommit message (Expand)Author
2018-01-05Fix gdb/spu-tdep.c build breakagePedro Alves
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-20[Cell/B.E.] Fix regression due to gdbarch_significant_addr_bitUlrich Weigand
2017-12-05Remove some unused variablesSimon Marchi
2017-11-26[spu] Fix single-stepping regressionUlrich Weigand
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi
2017-10-11Constify add_prefix_cmdTom Tromey
2017-10-05Clean up includes of doublest.h and floatformat.hUlrich Weigand
2017-09-27Constify some commands in spu-tdep.cTom Tromey
2017-09-25Remove make_cleanup_regcache_xfreeTom Tromey
2017-09-25Remove regcache_xfreeTom Tromey
2017-09-09Use ui_out_emit_tuple in more placesTom Tromey
2017-09-09Remove make_cleanup_ui_out_table_begin_endTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-09-04Catch up to recent changes to call_function_by_hand().John Baldwin
2017-08-07gdbarch: Use an anonymous union for target data in `gdbarch_info'Maciej W. Rozycki
2017-06-14Don't use print_insn_XXX in GDBYao Qi
2017-05-02Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi
2017-04-12Introduce event_location_upTom Tromey
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov
2017-01-26Refactor disassembly codeYao Qi
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-22Class-ify ui_outSimon Marchi
2016-11-22Change gdbarch software_single_step frame_info to regcacheYao Qi
2016-11-22gdbarch software_single_step frame_info to regcache: spuYao Qi
2016-11-11Don't handle unavailable/optimized-out in spu_software_single_stepYao Qi
2016-11-08gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi
2016-11-03Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi
2016-11-03GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi
2016-06-24Support structure offsets that are 512K or larger.David Taylor
2016-05-07remove trivialy unused variablesTrevor Saunders
2016-03-18[spu] throw error when target_read_memory failsYao Qi
2016-01-21Fix regression introduced in "break *<EXPR>" by explicit location patches.Joel Brobecker
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add some more casts (2/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-08-11Explicit locations: introduce address locationsKeith Seitz
2015-08-11Explicit locations: use new location APIKeith Seitz
2015-05-26Rename in_function_epilogue_p to stack_frame_destroyed_pMartin Galvan
2015-04-08[spu] Don't call set_gdbarch_cannot_step_breakpoint in spu_gdbarch_initYao Qi
2015-03-20constify sparc-sol2-tdep.c and spu-tdep.cPedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans
2014-11-18symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans
2014-11-06Move lookup_block_symbol to block.c, rename to block_lookup_symbol.Doug Evans
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Include gdb_assert.h in common-defs.hGary Benson