summaryrefslogtreecommitdiff
path: root/gdb/rl78-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-2/+2
* 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/rl78: Use default gdbarch methods where possibleAndrew Burgess2019-04-231-9/+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
* Remove regcache_raw_writeSimon Marchi2018-05-301-11/+11
* class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi2018-02-211-1/+1
* Replace regcache_raw_read with regcache->raw_readYao Qi2018-01-221-14/+13
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* C++-ify prologue-value's pv_areaTom Tromey2017-10-121-12/+7
* Make init_type/arch_type take a size in bitsUlrich Weigand2017-09-271-2/+3
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Use disassemble.c:disassembler select rl78 disassemblerYao Qi2017-05-241-3/+0
* XCNEW gdbarch_tdep in rl78 and rxYao Qi2017-04-131-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Create tdep->rl78_psw_type lazilyYao Qi2016-12-091-11/+25
* 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-15/+7
* Add some missing arch_..._type helpersUlrich Weigand2016-09-061-9/+2
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans2015-10-261-3/+1
* Add some more casts (2/2)Simon Marchi2015-09-251-3/+5
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* rl78: Create a flags type for the psw register.Kevin Buettner2015-07-011-1/+14
* Make RL78 disassembler and simulator respect ISA for mul/divDJ Delorie2015-04-301-1/+1
* Extend rl78 prologue analyzer to recognize more complicated prologuesKevin Buettner2015-04-201-0/+82
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Use 16-bit integer type for rl78 register pairs.Kevin Buettner2014-02-251-6/+61
* Add g10 support to rl78-tdep.c.Kevin Buettner2014-02-171-3/+150
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Make RL78_PC_REGNUM a pseudo-register in rl78-tdep.c.Kevin Buettner2013-08-161-6/+28
* * rl78-tdep.c (rl78_register_reggroup_p): Include SP in theKevin Buettner2013-05-041-1/+15
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey2012-11-091-2/+2
* 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2012-05-181-1/+0
* gdb/Maciej W. Rozycki2012-05-161-1/+1
* gdb/Jan Kratochvil2012-03-021-1/+4
* rl78-tdep.c: Rearrange order in which registers are displayed.Kevin Buettner2012-02-141-68/+204
* * rl78-tdep.c (rl78_skip_prologue): Make `const' the type ofKevin Buettner2012-02-141-1/+1
* Add support to GDB for the Renesas rl78 architecture.Kevin Buettner2012-02-041-0/+1035