summaryrefslogtreecommitdiff
path: root/gdb/spu-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Fix gdb/spu-tdep.c build breakagePedro Alves2018-01-051-1/+3
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* [Cell/B.E.] Fix regression due to gdbarch_significant_addr_bitUlrich Weigand2017-12-201-0/+3
* Remove some unused variablesSimon Marchi2017-12-051-1/+0
* [spu] Fix single-stepping regressionUlrich Weigand2017-11-261-3/+6
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-6/+6
* Constify add_prefix_cmdTom Tromey2017-10-111-3/+3
* Clean up includes of doublest.h and floatformat.hUlrich Weigand2017-10-051-1/+0
* Constify some commands in spu-tdep.cTom Tromey2017-09-271-5/+5
* Remove make_cleanup_regcache_xfreeTom Tromey2017-09-251-1/+1
* Remove regcache_xfreeTom Tromey2017-09-251-1/+1
* Use ui_out_emit_tuple in more placesTom Tromey2017-09-091-19/+5
* Remove make_cleanup_ui_out_table_begin_endTom Tromey2017-09-091-49/+41
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Catch up to recent changes to call_function_by_hand().John Baldwin2017-09-041-1/+1
* gdbarch: Use an anonymous union for target data in `gdbarch_info'Maciej W. Rozycki2017-08-071-2/+2
* Don't use print_insn_XXX in GDBYao Qi2017-06-141-1/+1
* Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi2017-05-021-5/+4
* Introduce event_location_upTom Tromey2017-04-121-6/+2
* -Wwrite-strings: The RestPedro Alves2017-04-051-2/+2
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-0/+1
* Refactor disassembly codeYao Qi2017-01-261-10/+10
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-62/+62
* Change gdbarch software_single_step frame_info to regcacheYao Qi2016-11-221-2/+1
* gdbarch software_single_step frame_info to regcache: spuYao Qi2016-11-221-4/+5
* Don't handle unavailable/optimized-out in spu_software_single_stepYao Qi2016-11-111-18/+1
* gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi2016-11-081-7/+6
* Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi2016-11-031-3/+4
* GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi2016-11-031-10/+3
* Support structure offsets that are 512K or larger.David Taylor2016-06-241-1/+1
* remove trivialy unused variablesTrevor Saunders2016-05-071-2/+1
* [spu] throw error when target_read_memory failsYao Qi2016-03-181-1/+3
* Fix regression introduced in "break *<EXPR>" by explicit location patches.Joel Brobecker2016-01-211-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-9/+11
* Add casts to memory allocation related callsSimon Marchi2015-09-251-2/+2
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* Explicit locations: introduce address locationsKeith Seitz2015-08-111-4/+1
* Explicit locations: use new location APIKeith Seitz2015-08-111-3/+9
* Rename in_function_epilogue_p to stack_frame_destroyed_pMartin Galvan2015-05-261-4/+3
* [spu] Don't call set_gdbarch_cannot_step_breakpoint in spu_gdbarch_initYao Qi2015-04-081-1/+0
* constify sparc-sol2-tdep.c and spu-tdep.cPedro Alves2015-03-201-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-5/+6
* symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans2014-11-181-1/+1
* Move lookup_block_symbol to block.c, rename to block_lookup_symbol.Doug Evans2014-11-061-1/+1
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0