Remove path name from test case
[binutils-gdb.git] / gdb / nds32-tdep.c
2023-03-18 Tom TromeyUnify arch_float_type and init_float_type
2023-02-13 Tom TromeyTurn remaining value_contents functions into methods
2023-02-13 Tom TromeyTurn value_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-10-02 Andrew Burgessgdb: update now gdbarch_register_name doesn't return...
2022-10-02 Andrew Burgessgdb: final cleanup of various gdbarch_register_name...
2022-09-21 Simon Marchigdb: remove TYPE_LENGTH
2022-08-16 Tom TromeyRemove register_gdbarch_init
2022-07-21 Andrew Burgessgdb: move the type cast into gdbarch_tdep
2022-04-07 Andrew Burgessgdb: move struct reggroup into reggroups.h header
2022-04-07 Andrew Burgessgdb: more 'const' in gdb/reggroups.{c,h}
2022-04-07 Andrew Burgessgdb: always add the default register groups
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-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-09-17 Tom TromeyChange management of tdesc_arch_data
2020-09-14 Simon Marchigdb: remove TYPE_VARARGS
2020-06-08 Simon Marchigdb: remove TYPE_FIELD_TYPE macro
2020-05-22 Simon Marchigdb: remove TYPE_NFIELDS macro
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/nds32: Use default gdbarch methods where possible
2019-04-23 Andrew Burgessgdb/nds32: Use type_align instead of nds32_type_align
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-16 Alan HaywardPass return_method to _push_dummy_call
2018-10-22 Simon MarchiIntroduce gdbarch_num_cooked_regs
2018-05-30 Simon MarchiRemove regcache_cooked_write
2018-05-30 Simon MarchiRemove regcache_cooked_read
2018-05-30 Simon MarchiRemove regcache_raw_write
2018-05-30 Simon MarchiRemove regcache_raw_read
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-09-09 John BaldwinRemove unnecessary function prototypes.
2017-08-07 Maciej W. Rozyckigdbarch: Use an anonymous union for target data in...
2017-05-24 Yao QiDelegate opcodes to select disassembler in GDB
2017-04-26 Alan Haywardnds32: Abort instead of returning REG_UNKNOWN
2017-04-12 Pedro AlvesTeach GDB that wchar_t is a built-in type in C++ mode
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-11-03 Yao QiRemove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_...
2016-11-03 Yao QiGDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPO...
2016-09-16 Pedro Alvesgdb: Use std::min and std::max throughout
2016-06-17 Yan-Ting Lingdb: new AndesTech NDS32 port