summaryrefslogtreecommitdiff
path: root/gdb/cris-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Unify gdb printf functionsTom Tromey2022-03-291-7/+7
* Use filtered output for gdbarch dumpTom Tromey2022-01-051-6/+6
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: fix gdbarch_tdep ODR violationSimon Marchi2021-11-151-16/+15
* 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/+2
* gdb: remove gdbarch_info_initSimon Marchi2021-06-281-3/+0
* trad-frame cleanupsLuis Machado2021-01-191-2/+1
* Convert some frame functions to use gdb::array_view.Luis Machado2021-01-191-4/+4
* Refactor struct trad_frame_saved_regsLuis Machado2021-01-041-24/+23
* 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-549/+549
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-2/+2
* Remove use of deprecated_add_core_fns in cris_tdep.cChristian Biesinger2020-02-111-43/+27
* Move DWARF code to dwarf2/ subdirectoryTom Tromey2020-02-081-1/+1
* gdb: use gdb::byte_vector instead of std::vector<char> in core_target::get_co...Simon Marchi2020-01-131-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
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-2/+2
* Revert the header-sorting patchTom Tromey2019-04-061-17/+18
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-18/+17
* gdb/cris: Use default gdbarch methods where possibleAndrew Burgess2019-02-271-40/+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-5/+4
* Remove regcache_raw_supplySimon Marchi2018-05-301-3/+3
* Remove regcache_cooked_writeSimon Marchi2018-05-301-2/+2
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Constify add_setshow_*Tom Tromey2017-11-071-6/+6
* Introduce in_inclusive_range, fix -Wtautological-compare warningsSimon Marchi2017-10-301-5/+5
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-5/+5
* 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-18/+0
* Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi2017-05-021-4/+4
* -Wwrite-strings: The RestPedro Alves2017-04-051-3/+3
* Big-endian hosts: Fix "set architecture cris"Andreas Arnez2017-01-261-18/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Remove assert on exec_bfd in cris_delayed_get_disassemblerYao Qi2016-12-121-4/+1
* Change gdbarch software_single_step frame_info to regcacheYao Qi2016-11-221-2/+1
* gdbarch software_single_step frame_info to regcache: crisYao Qi2016-11-221-6/+7
* gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi2016-11-081-6/+7
* Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi2016-11-031-1/+2
* Add default_breakpoint_from_pcYao Qi2016-11-031-8/+0
* New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi2016-11-031-0/+4
* Split breakpoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi2016-11-031-10/+18
* remove trivialy unused variablesTrevor Saunders2016-05-071-14/+0
* [CRIS] Don't internal error if forced big endianPedro Alves2016-03-091-9/+7
* 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-3/+0