summaryrefslogtreecommitdiff
path: root/gdb/sh-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Unify arch_float_type and init_float_typeTom Tromey2023-03-181-3/+6
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-3/+3
* Turn value_type into methodTom Tromey2023-02-131-7/+7
* gdb: make gdbarch_alloc take ownership of the tdepSimon Marchi2023-01-051-4/+2
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* sim: move register headers into sim/ namespace [PR sim/29869]Mike Frysinger2022-12-201-1/+1
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-8/+8
* gdb: update now gdbarch_register_name doesn't return nullptrAndrew Burgess2022-10-021-2/+1
* gdb: final cleanup of various gdbarch_register_name methodsAndrew Burgess2022-10-021-22/+11
* gdb: add a gdbarch_register_name self test, and fix some architecturesAndrew Burgess2022-10-021-59/+30
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-12/+12
* gdb: remove TYPE_TARGET_TYPESimon Marchi2022-09-211-1/+1
* gdb: move the type cast into gdbarch_tdepAndrew Burgess2022-07-211-4/+4
* gdb: make gdbarch_register_reggroup_p take a const reggroup *Andrew Burgess2022-04-071-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: fix gdbarch_tdep ODR violationSimon Marchi2021-11-151-6/+5
* gdb: add add_setshow_prefix_cmdSimon Marchi2021-10-281-4/+5
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-3/+3
* gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi2021-06-291-0/+2
* gdb: fix tab after space indentation issuesSimon Marchi2021-05-271-2/+2
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-121-2/+2
* gdb: move all "current target" wrapper implementations to target.cSimon Marchi2021-03-241-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-45/+45
* gdb: remove TYPE_VARARGSSimon Marchi2020-09-141-2/+2
* gdb: remove TYPE_FIELD_TYPE macroSimon Marchi2020-06-081-3/+3
* gdb: remove TYPE_NFIELDS macroSimon Marchi2020-05-221-5/+5
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-14/+14
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-18/+4
* Move DWARF code to dwarf2/ subdirectoryTom Tromey2020-02-081-1/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* [gdb] Fix typos in commentsTom de Vries2019-10-171-5/+5
* gdb/sh: Use default gdbarch methods where possibleAndrew Burgess2019-04-231-25/+0
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Pass return_method to _push_dummy_callAlan Hayward2018-11-161-4/+5
* Split size in regset section iteratorsAlan Hayward2018-08-131-2/+4
* Remove regcache_raw_collectSimon Marchi2018-05-301-1/+1
* Remove regcache_raw_supplySimon Marchi2018-05-301-2/+2
* Remove regcache_invalidateSimon Marchi2018-05-301-1/+1
* Remove regcache_raw_writeSimon Marchi2018-05-301-6/+6
* Remove regcache_raw_readSimon Marchi2018-05-301-3/+3
* gdb: Remove support for SH-5/SH64Pedro Alves2018-04-161-5/+0
* 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-2/+2
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Target FP: Remove convert_typed_floating from tdep filesUlrich Weigand2017-11-061-5/+5
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-6/+6
* Constify add_prefix_cmdTom Tromey2017-10-111-2/+2
* Complete tdep move to convert_typed_floatingUlrich Weigand2017-09-271-12/+17