summaryrefslogtreecommitdiff
path: root/gdb/nds32-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Unify arch_float_type and init_float_typeTom Tromey2023-03-181-2/+5
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-1/+1
* Turn value_type into methodTom Tromey2023-02-131-3/+3
* gdb: make gdbarch_alloc take ownership of the tdepSimon Marchi2023-01-051-4/+4
* 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-6/+3
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-10/+10
* 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-5/+2
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-5/+5
* Remove register_gdbarch_initTom Tromey2022-08-161-1/+1
* gdb: move the type cast into gdbarch_tdepAndrew Burgess2022-07-211-10/+10
* gdb: move struct reggroup into reggroups.h headerAndrew Burgess2022-04-071-1/+1
* gdb: more 'const' in gdb/reggroups.{c,h}Andrew Burgess2022-04-071-10/+10
* gdb: always add the default register groupsAndrew Burgess2022-04-071-8/+0
* 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-12/+12
* 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/+2
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Change management of tdesc_arch_dataTom Tromey2020-09-171-8/+6
* gdb: remove TYPE_VARARGSSimon Marchi2020-09-141-1/+1
* gdb: remove TYPE_FIELD_TYPE macroSimon Marchi2020-06-081-1/+1
* gdb: remove TYPE_NFIELDS macroSimon Marchi2020-05-221-2/+2
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-1/+1
* 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/nds32: Use default gdbarch methods where possibleAndrew Burgess2019-04-231-28/+0
* gdb/nds32: Use type_align instead of nds32_type_alignAndrew Burgess2019-04-231-47/+2
* 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-1/+1
* Remove regcache_cooked_writeSimon Marchi2018-05-301-9/+7
* Remove regcache_cooked_readSimon Marchi2018-05-301-5/+5
* Remove regcache_raw_writeSimon Marchi2018-05-301-1/+1
* Remove regcache_raw_readSimon Marchi2018-05-301-1/+1
* 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-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* gdbarch: Use an anonymous union for target data in `gdbarch_info'Maciej W. Rozycki2017-08-071-1/+1
* Delegate opcodes to select disassembler in GDBYao Qi2017-05-241-2/+0
* nds32: Abort instead of returning REG_UNKNOWNAlan Hayward2017-04-261-8/+15
* Teach GDB that wchar_t is a built-in type in C++ modePedro Alves2017-04-121-0/+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-18/+4
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-1/+3