summaryrefslogtreecommitdiff
path: root/gdb/frv-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: make extract_integer take an array_viewSimon Marchi2021-12-031-1/+1
* gdb: include gdbarch.h in all files extending gdbarch_tdepSimon Marchi2021-11-181-0/+1
* gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess2021-11-161-10/+4
* gdb: fix gdbarch_tdep ODR violationSimon Marchi2021-11-151-18/+19
* 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-1/+1
* Refactor struct trad_frame_saved_regsLuis Machado2021-01-041-4/+5
* 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-120/+120
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-5/+5
* 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
* Fix opcodes includesTom Tromey2019-10-231-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* Revert the header-sorting patchTom Tromey2019-04-061-16/+14
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-14/+16
* gdb/frv: Use default gdbarch methods where possibleAndrew Burgess2019-02-271-27/+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
* Do not accidentally include in-tree readline headersTom Tromey2018-10-061-1/+1
* Remove regcache_cooked_writeSimon Marchi2018-05-301-3/+3
* Remove regcache_raw_writeSimon Marchi2018-05-301-3/+3
* Remove regcache_raw_readSimon Marchi2018-05-301-1/+1
* class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi2018-02-211-1/+1
* Replace regcache_raw_read with regcache->raw_readYao Qi2018-01-221-3/+3
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Delegate opcodes to select disassembler in GDBYao Qi2017-05-241-1/+0
* -Wwrite-strings: The RestPedro Alves2017-04-051-3/+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-8/+4
* [FR-V] Handle FR300Pedro Alves2016-03-091-0/+2
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-3/+2
* 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
* start change to progspace independenceTom Tromey2014-02-261-2/+2
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-261-2/+3
* change minsym representationTom Tromey2014-02-261-3/+3
* 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
* -Wpointer-sign: char -> gdb_byte.Pedro Alves2013-04-191-5/+5
* * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey2013-04-081-4/+4