summaryrefslogtreecommitdiff
path: root/gdb/cris-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cris: Use enum bfd_endian to represent endiannessSimon Marchi2015-10-091-1/+1
* Change some void* to gdb_byte*Simon Marchi2015-10-091-2/+2
* Add some more casts (1/2)Simon Marchi2015-09-251-2/+2
* 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
* cleanup: remove declared variables without any referencesSanimir Agovic2014-02-131-4/+0
* 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
* Extract Linux-specific portitions of cris-tdep.c to a new file.Ricard Wanderlof2013-09-061-16/+6
* Add support for threaded debugging for CRISv32.Ricard Wanderlof2013-09-061-0/+5
* Cosmetic clean up of names of *elf_greg_t types for CRIS/CRISv32.Ricard Wanderlof2013-09-061-9/+9
* Trivial patch to remove dependency on host unsigned long typeRicard Wanderlof2013-09-061-1/+1
* cris-tdep.c: Use unsigned variable for unsigned command.Pedro Alves2013-04-191-4/+4