summaryrefslogtreecommitdiff
path: root/gdb/m32r-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-2/+2
* Turn value_address and set_value_address 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-4/+2
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-4/+4
* gdb: final cleanup of various gdbarch_register_name methodsAndrew Burgess2022-10-021-4/+1
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-5/+5
* Remove register_gdbarch_initTom Tromey2022-08-161-1/+1
* gdb: remove symbol value macrosSimon Marchi2022-04-111-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-2/+1
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-2/+2
* gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi2021-06-291-0/+1
* trad-frame cleanupsLuis Machado2021-01-191-2/+2
* Refactor struct trad_frame_saved_regsLuis Machado2021-01-041-3/+4
* 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-6/+6
* Apply 'const' in more placesTom Tromey2020-09-141-1/+1
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-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/m32r: Use default gdbarch methods where possibleAndrew Burgess2019-04-231-37/+0
* Remove duplicate or commented-out #includesTom Tromey2019-01-211-1/+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 some $ARCH_read_pc and $ARCH_write_pcYao Qi2018-02-061-9/+0
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-2/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Use XCNEW gdbarch_tdepYao Qi2017-05-241-1/+1
* Delegate opcodes to select disassembler in GDBYao Qi2017-05-241-2/+0
* Teach GDB that wchar_t is a built-in type in C++ modePedro Alves2017-04-121-0/+3
* Add M32R_ARG_REGISTER_SIZEAlan Hayward2017-04-121-1/+4
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+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-1/+2
* Add default_breakpoint_from_pcYao Qi2016-11-031-2/+0
* New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi2016-11-031-1/+5
* Split breakpoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi2016-11-031-27/+18
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-2/+2
* 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
* Change some void* to gdb_byte*Simon Marchi2015-10-091-6/+5
* Add some more casts (1/2)Simon Marchi2015-09-251-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Avoid software breakpoint's instruction shadow inconsistencyMaciej W. Rozycki2014-10-031-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-2/+0
* start change to progspace independenceTom Tromey2014-02-261-2/+2