summaryrefslogtreecommitdiff
path: root/gdb/mn10300-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-1/+1
* Turn value_address and set_value_address functions into methodsTom Tromey2023-02-131-1/+1
* Turn value_type into methodTom Tromey2023-02-131-4/+4
* gdb: make gdbarch_alloc take ownership of the tdepSimon Marchi2023-01-051-3/+3
* 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-7/+4
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-4/+4
* gdb: final cleanup of various gdbarch_register_name methodsAndrew Burgess2022-10-021-8/+6
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-8/+8
* gdb: move the type cast into gdbarch_tdepAndrew Burgess2022-07-211-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-2/+2
* Use filtered output for gdbarch dumpTom Tromey2022-01-051-2/+2
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: fix gdbarch_tdep ODR violationSimon Marchi2021-11-151-4/+3
* 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-19/+19
* gdb: remove TYPE_FIELD_TYPE macroSimon Marchi2020-06-081-2/+2
* gdb: remove TYPE_NFIELDS macroSimon Marchi2020-05-221-2/+2
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-5/+5
* 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] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* gdb/mn10300: Use default gdbarch methods where possibleAndrew Burgess2019-04-231-31/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Pass return_method to _push_dummy_callAlan Hayward2018-11-161-3/+3
* Remove regcache_raw_write_partSimon Marchi2018-05-301-3/+2
* Remove regcache_raw_writeSimon Marchi2018-05-301-1/+1
* Remove regcache_raw_readSimon Marchi2018-05-301-3/+3
* Remove some $ARCH_read_pc and $ARCH_write_pcYao Qi2018-02-061-16/+0
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* C++-ify prologue-value's pv_areaTom Tromey2017-10-121-70/+58
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Add MN10300_MAX_REGISTER_SIZEAlan Hayward2017-06-081-2/+7
* Use XCNEW gdbarch_tdepYao Qi2017-05-241-1/+1
* Delegate opcodes to select disassembler in GDBYao Qi2017-05-241-2/+0
* -Wwrite-strings: The RestPedro Alves2017-04-051-5/+5
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-0/+1
* 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-9/+3
* remove trivialy unused variablesTrevor Saunders2016-05-071-2/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans2015-10-261-4/+1
* Add some more casts (2/2)Simon Marchi2015-09-251-2/+4
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* 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