summaryrefslogtreecommitdiff
path: root/gdb/cris-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-1/+1
* Turn value_type into methodTom Tromey2023-02-131-1/+1
* 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-6/+3
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-18/+18
* gdb: final cleanup of various gdbarch_register_name methodsAndrew Burgess2022-10-021-1/+2
* gdb: add a gdbarch_register_name self test, and fix some architecturesAndrew Burgess2022-10-021-2/+2
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-4/+4
* gdb: move the type cast into gdbarch_tdepAndrew Burgess2022-07-211-9/+9
* ODR warning for "struct stack_item"Tom Tromey2022-06-021-9/+10
* 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