summaryrefslogtreecommitdiff
path: root/gdb/spu-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* constify some blockvector APIsTom Tromey2014-06-181-1/+1
* make calls to help_list use enumeratorTom Tromey2014-06-131-1/+1
* Enable DWARF unwinders for SPUUlrich Weigand2014-04-171-0/+62
* Use address_from_register in dwarf2-frame.c:read_addr_from_regUlrich Weigand2014-04-171-3/+4
* start change to progspace independenceTom Tromey2014-02-261-4/+4
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-261-14/+15
* change minsym representationTom Tromey2014-02-261-5/+5
* replace XCALLOC with XCNEWVEC or XCNEWTom Tromey2014-01-131-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* New OPTIMIZED_OUT_ERROR error code.Pedro Alves2013-12-061-2/+3
* remove gdb_string.hTom Tromey2013-11-181-1/+1