Remove path name from test case
[binutils-gdb.git] / gdb / rl78-tdep.c
2023-10-10 Simon Marchigdb: remove target_gdbarch
2023-03-18 Tom TromeyUnify arch_pointer_type and init_pointer_type
2023-03-18 Tom TromeyUnify arch_integer_type and init_integer_type
2023-03-18 Tom TromeyRemove arch_type
2023-02-13 Tom TromeyTurn remaining value_contents functions into methods
2023-02-13 Tom TromeyTurn value_enclosing_type into method
2023-01-05 Simon Marchigdb: make gdbarch_alloc take ownership of the tdep
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-19 Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-10-10 Tom TromeyChange GDB to use frame_info_ptr
2022-09-21 Simon Marchigdb: remove TYPE_LENGTH
2022-09-21 Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-08-16 Tom TromeyRemove register_gdbarch_init
2022-07-26 Andrew Burgessgdb: rename gdbarch_tdep struct to fix g++ 4.8 build
2022-07-21 Andrew Burgessgdb: move the type cast into gdbarch_tdep
2022-04-07 Andrew Burgessgdb: make gdbarch_register_reggroup_p take a const...
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-11-18 Simon Marchigdb: include gdbarch.h in all files extending gdbarch_tdep
2021-11-15 Simon Marchigdb: fix gdbarch_tdep ODR violation
2021-10-25 Simon Marchigdb: change functions returning value contents to use...
2021-06-29 Simon Marchigdb: add names to unwinders, add debug messages when...
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-05-14 Simon Marchigdb: remove TYPE_CODE macro
2020-02-08 Tom TromeyMove DWARF code to dwarf2/ subdirectory
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-04-23 Andrew Burgessgdb/rl78: Use default gdbarch methods where possible
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-16 Alan HaywardPass return_method to _push_dummy_call
2018-05-30 Simon MarchiRemove regcache_raw_write
2018-02-21 Yao Qiclass readable_regcache and pass readable_regcache...
2018-01-22 Yao QiReplace regcache_raw_read with regcache->raw_read
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-10-12 Tom TromeyC++-ify prologue-value's pv_area
2017-09-27 Ulrich WeigandMake init_type/arch_type take a size in bits
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-05-24 Yao QiUse disassemble.c:disassembler select rl78 disassembler
2017-04-13 Yao QiXCNEW gdbarch_tdep in rl78 and rx
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-09 Yao QiCreate tdep->rl78_psw_type lazily
2016-11-03 Yao QiRemove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_...
2016-11-03 Yao QiGDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPO...
2016-09-06 Ulrich WeigandAdd some missing arch_..._type helpers
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-10-26 Doug EvansPR symtab/17391 gdb internal error: assertion fails...
2015-09-25 Simon MarchiAdd some more casts (2/2)
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-07-02 Kevin Buettnerrl78: Create a flags type for the psw register.
2015-04-30 DJ DelorieMake RL78 disassembler and simulator respect ISA for...
2015-04-21 Kevin BuettnerExtend rl78 prologue analyzer to recognize more complic...
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-02-25 Kevin BuettnerUse 16-bit integer type for rl78 register pairs.
2014-02-17 Kevin BuettnerAdd g10 support to rl78-tdep.c.
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-08-16 Kevin BuettnerMake RL78_PC_REGNUM a pseudo-register in rl78-tdep.c.
2013-05-04 Kevin Buettner * rl78-tdep.c (rl78_register_reggroup_p): Include...
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-11-09 Tom Tromey * gdbarch.sh (target_gdbarch): Remove macro.
2012-05-18 Sergio Durigan Junior2012-05-18 Sergio Durigan Junior <sergiodj@redhat...
2012-05-16 Maciej W. Rozycki gdb/
2012-03-02 Jan Kratochvilgdb/
2012-02-14 Kevin Buettnerrl78-tdep.c: Rearrange order in which registers are...
2012-02-14 Kevin Buettner * rl78-tdep.c (rl78_skip_prologue): Make `const' the...
2012-02-04 Kevin BuettnerAdd support to GDB for the Renesas rl78 architecture.