summaryrefslogtreecommitdiff
path: root/gdb/spu-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Remove Cell Broadband Engine debugging supportUlrich Weigand2019-09-201-2835/+0
* bfd_section_* macrosAlan Modra2019-09-191-3/+3
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-2/+2
* Rename field_int to field_signedTom Tromey2019-07-171-8/+8
* Change spu-tdep.c to use type-safe registryTom Tromey2019-07-101-6/+6
* Remove trailing newlines from help textTom Tromey2019-06-111-5/+5
* More block constificationTom Tromey2019-03-241-1/+1
* Change all_objfiles adapter to be a method on program_spaceTom Tromey2019-01-171-2/+2
* Remove ALL_OBJSECTIONSTom Tromey2019-01-091-5/+4
* Remove most uses of ALL_OBJFILESTom Tromey2019-01-091-2/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Use gdb:array_view in call_function_by_hand & friendsPedro Alves2018-11-211-1/+1
* Pass return_method to _push_dummy_callAlan Hayward2018-11-161-2/+3
* Remove an unused variable from spu_get_overlay_tableTom Tromey2018-07-221-2/+2
* Remove ptid_get_pidTom Tromey2018-07-031-2/+2
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-15/+17
* Remove regcache_cooked_write_partSimon Marchi2018-05-301-3/+3
* Remove regcache_cooked_read_partSimon Marchi2018-05-301-3/+3
* Remove regcache_cooked_writeSimon Marchi2018-05-301-4/+4
* Remove regcache_raw_read_partSimon Marchi2018-05-301-1/+1
* Remove regcache_cooked_readSimon Marchi2018-05-301-2/+2
* Remove regcache_raw_writeSimon Marchi2018-05-301-1/+1
* Remove regcache_raw_readSimon Marchi2018-05-301-1/+1
* [spu] Fix "info spu event" output formattingUlrich Weigand2018-05-081-3/+5
* Convert struct target_ops to C++Pedro Alves2018-05-031-15/+15
* Remove some uses of is_mi_like_p from spu-tdep.cTom Tromey2018-04-301-16/+6
* Convert observers to C++Tom Tromey2018-03-191-4/+4
* Pass readable_regcache to gdbarch method read_pcYao Qi2018-02-211-2/+3
* Class readonly_detached_regcacheYao Qi2018-02-211-3/+3
* class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi2018-02-211-2/+2
* Replace regcache_raw_read with regcache->raw_readYao Qi2018-01-221-3/+3
* 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