summaryrefslogtreecommitdiff
path: root/gdb/h8300-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-1/+1
* Turn value_type into methodTom Tromey2023-02-131-2/+2
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-2/+1
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-6/+6
* gdb: update now gdbarch_register_name doesn't return nullptrAndrew Burgess2022-10-021-1/+1
* gdb: final cleanup of various gdbarch_register_name methodsAndrew Burgess2022-10-021-7/+2
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-20/+19
* Remove register_gdbarch_initTom Tromey2022-08-161-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-29/+29
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-1/+1
* gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi2021-06-291-0/+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-17/+17
* gdb: fix -Wtautological-overlap-compare error in h8300-tdep.cYoshinori Sato2020-05-191-6/+7
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-7/+7
* 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 more typos in commentsTom de Vries2019-10-181-1/+1
* gdb/h8300-tdep.c: Fix register name in h8300h machine.Yoshinori Sato2019-07-241-22/+32
* gdb/h8300: Use default gdbarch methods where possibleAndrew Burgess2019-02-271-22/+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-2/+3
* Introduce gdbarch_num_cooked_regsSimon Marchi2018-10-211-2/+1
* gdb: Remove traces of h8300 ecoff supportPedro Alves2018-07-111-4/+0
* Remove regcache_raw_writeSimon Marchi2018-05-301-1/+1
* 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
* Use std::vector in h8300-tdep.cTom Tromey2017-11-041-10/+7
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-4/+4
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Use disassemble.c:disassembler select h8300 disassemblerYao Qi2017-05-241-4/+0
* Teach GDB that wchar_t is a built-in type in C++ modePedro Alves2017-04-121-0/+4
* -Wwrite-strings: The RestPedro Alves2017-04-051-3/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi2016-11-031-3/+6
* GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi2016-11-031-10/+4
* Remove extraneous parentheses.John Baldwin2016-07-061-1/+1
* remove trivialy unused variablesTrevor Saunders2016-05-071-7/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Change some void* to gdb_byte*Simon Marchi2015-10-091-7/+6
* Add some more casts (1/2)Simon Marchi2015-09-251-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Remove h8300_print_float_infoYao Qi2014-12-181-9/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0