summaryrefslogtreecommitdiff
path: root/gdb/m32c-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Unify arch_pointer_type and init_pointer_typeTom Tromey2023-03-181-3/+4
* Unify arch_integer_type and init_integer_typeTom Tromey2023-03-181-6/+6
* Remove arch_typeTom Tromey2023-03-181-1/+2
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-1/+1
* Turn value_type into methodTom Tromey2023-02-131-2/+2
* gdb: make gdbarch_alloc take ownership of the tdepSimon Marchi2023-01-051-3/+2
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* sim: move register headers into sim/ namespace [PR sim/29869]Mike Frysinger2022-12-201-1/+1
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-4/+2
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-5/+5
* gdb: add a gdbarch_register_name self test, and fix some architecturesAndrew Burgess2022-10-021-4/+4
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-19/+19
* gdb: remove TYPE_TARGET_TYPESimon Marchi2022-09-211-3/+3
* Remove register_gdbarch_initTom Tromey2022-08-161-1/+1
* gdb: rename gdbarch_tdep struct to fix g++ 4.8 buildAndrew Burgess2022-07-261-1/+1
* gdb: move the type cast into gdbarch_tdepAndrew Burgess2022-07-211-29/+29
* gdb: remove symbol value macrosSimon Marchi2022-04-111-4/+4
* gdb: more 'const' in gdb/reggroups.{c,h}Andrew Burgess2022-04-071-1/+1
* gdb: always add the default register groupsAndrew Burgess2022-04-071-5/+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: include gdbarch.h in all files extending gdbarch_tdepSimon Marchi2021-11-181-0/+1
* gdb: fix gdbarch_tdep ODR violationSimon Marchi2021-11-151-46/+67
* 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-65/+65
* gdb: remove unused includes in m32c-tdep.cSimon Marchi2020-10-271-8/+0
* gdb: remove TYPE_NFIELDS macroSimon Marchi2020-05-221-1/+1
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-9/+9
* Move DWARF code to dwarf2/ subdirectoryTom Tromey2020-02-081-2/+2
* 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
* Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2019-11-221-2/+2
* Remove newlines from warningsTom Tromey2019-06-101-1/+1
* gdb/m32c: Use default gdbarch methods where possibleAndrew Burgess2019-04-231-34/+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 unnecessary ternary operator in m32c-tdep.cSimon Marchi2018-08-211-1/+1
* Remove declarations from m32c-tdep.cTom Tromey2018-07-221-13/+12
* Remove regcache_cooked_write_partSimon Marchi2018-05-301-1/+1
* Remove regcache_cooked_writeSimon Marchi2018-05-301-13/+13
* Remove regcache_raw_writeSimon Marchi2018-05-301-2/+2
* class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi2018-02-211-10/+10
* regcache_cooked_read -> regcache->cooked_readYao Qi2018-01-221-13/+12
* Replace regcache_raw_read with regcache->raw_readYao Qi2018-01-221-4/+5
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-3/+3
* C++-ify prologue-value's pv_areaTom Tromey2017-10-121-15/+12
* Make init_type/arch_type take a size in bitsUlrich Weigand2017-09-271-1/+1