aboutsummaryrefslogtreecommitdiff
path: root/gdb/cris-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-19trad-frame cleanupsLuis Machado1-2/+1
2021-01-19Convert some frame functions to use gdb::array_view.Luis Machado1-4/+4
2021-01-04Refactor struct trad_frame_saved_regsLuis Machado1-24/+23
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-549/+549
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-2/+2
2020-02-11Remove use of deprecated_add_core_fns in cris_tdep.cChristian Biesinger1-43/+27
2020-02-08Move DWARF code to dwarf2/ subdirectoryTom Tromey1-1/+1
2020-01-13gdb: use gdb::byte_vector instead of std::vector<char> in core_target::get_co...Simon Marchi1-1/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-2/+2
2019-04-06Revert the header-sorting patchTom Tromey1-17/+18
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-18/+17
2019-02-27gdb/cris: Use default gdbarch methods where possibleAndrew Burgess1-40/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-16Pass return_method to _push_dummy_callAlan Hayward1-5/+4
2018-05-30Remove regcache_raw_supplySimon Marchi1-3/+3
2018-05-30Remove regcache_cooked_writeSimon Marchi1-2/+2
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-07Constify add_setshow_*Tom Tromey1-6/+6
2017-10-30Introduce in_inclusive_range, fix -Wtautological-compare warningsSimon Marchi1-5/+5
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-5/+5
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-05-24Use XCNEW gdbarch_tdepYao Qi1-1/+1
2017-05-24Delegate opcodes to select disassembler in GDBYao Qi1-18/+0
2017-05-02Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi1-4/+4
2017-04-05-Wwrite-strings: The RestPedro Alves1-3/+3
2017-01-26Big-endian hosts: Fix "set architecture cris"Andreas Arnez1-18/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-12Remove assert on exec_bfd in cris_delayed_get_disassemblerYao Qi1-4/+1
2016-11-22Change gdbarch software_single_step frame_info to regcacheYao Qi1-2/+1
2016-11-22gdbarch software_single_step frame_info to regcache: crisYao Qi1-6/+7
2016-11-08gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi1-6/+7
2016-11-03Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi1-1/+2
2016-11-03Add default_breakpoint_from_pcYao Qi1-8/+0
2016-11-03New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi1-0/+4
2016-11-03Split breakpoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi1-10/+18
2016-05-07remove trivialy unused variablesTrevor Saunders1-14/+0
2016-03-09[CRIS] Don't internal error if forced big endianPedro Alves1-9/+7
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-26PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans1-3/+0
2015-10-09cris: Use enum bfd_endian to represent endiannessSimon Marchi1-1/+1
2015-10-09Change some void* to gdb_byte*Simon Marchi1-2/+2
2015-09-25Add some more casts (1/2)Simon Marchi1-2/+2
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-3/+2
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0