summaryrefslogtreecommitdiff
path: root/gdb/m32c-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Delegate opcodes to select disassembler in GDBYao Qi2017-05-241-3/+0
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-5/+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/+4
* GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi2016-11-031-10/+3
* Rename 'arch' by 'gdbarch' in m32c_gdbarch_initYao Qi2016-10-101-21/+21
* Add some missing arch_..._type helpersUlrich Weigand2016-09-061-12/+3
* Remove some variables but call functions for side effectsTom Tromey2016-07-141-6/+3
* remove trivialy unused variablesTrevor Saunders2016-05-071-1/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* m32c: Split m32c_move_reg_t in read/write variantsSimon Marchi2015-10-121-62/+68
* Add some more casts (1/2)Simon Marchi2015-09-251-2/+3
* Add casts to memory allocation related callsSimon Marchi2015-09-251-2/+2