summaryrefslogtreecommitdiff
path: root/gdb/m32c-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* Fix struct, union, and enum nesting in C++Tom Tromey2015-02-271-13/+22
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Move stdarg.h to common-defs.hGary Benson2014-08-071-3/+0
* start change to progspace independenceTom Tromey2014-02-261-6/+5
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-261-12/+14
* change minsym representationTom Tromey2014-02-261-6/+6
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* use gdb_string.h in m32c-tdep.cTom Tromey2013-11-081-4/+1
* -Wpointer-sign: char -> gdb_byte.Pedro Alves2013-04-191-2/+1
* * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey2013-04-081-7/+8