summaryrefslogtreecommitdiff
path: root/gdb/cris-tdep.c
AgeCommit message (Expand)Author
2018-05-30Remove regcache_raw_supplySimon Marchi
2018-05-30Remove regcache_cooked_writeSimon Marchi
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-07Constify add_setshow_*Tom Tromey
2017-10-30Introduce in_inclusive_range, fix -Wtautological-compare warningsSimon Marchi
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-05-24Use XCNEW gdbarch_tdepYao Qi
2017-05-24Delegate opcodes to select disassembler in GDBYao Qi
2017-05-02Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-01-26Big-endian hosts: Fix "set architecture cris"Andreas Arnez
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-12Remove assert on exec_bfd in cris_delayed_get_disassemblerYao Qi
2016-11-22Change gdbarch software_single_step frame_info to regcacheYao Qi
2016-11-22gdbarch software_single_step frame_info to regcache: crisYao Qi
2016-11-08gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi
2016-11-03Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi
2016-11-03Add default_breakpoint_from_pcYao Qi
2016-11-03New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi
2016-11-03Split breakpoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi
2016-05-07remove trivialy unused variablesTrevor Saunders
2016-03-09[CRIS] Don't internal error if forced big endianPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-10-26PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans
2015-10-09cris: Use enum bfd_endian to represent endiannessSimon Marchi
2015-10-09Change some void* to gdb_byte*Simon Marchi
2015-09-25Add some more casts (1/2)Simon Marchi
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-02-13cleanup: remove declared variables without any referencesSanimir Agovic
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-18remove gdb_string.hTom Tromey
2013-09-06Extract Linux-specific portitions of cris-tdep.c to a new file.Ricard Wanderlof
2013-09-06Add support for threaded debugging for CRISv32.Ricard Wanderlof
2013-09-06Cosmetic clean up of names of *elf_greg_t types for CRIS/CRISv32.Ricard Wanderlof
2013-09-06Trivial patch to remove dependency on host unsigned long typeRicard Wanderlof
2013-04-19cris-tdep.c: Use unsigned variable for unsigned command.Pedro Alves
2013-04-19-Wpointer-sign: char -> gdb_byte.Pedro Alves
2013-03-26Make "set/show cris-version" a zuinteger instead of uinteger.Pedro Alves
2013-03-01Use gdb_byte for bytes from the program being debugged.Pedro Alves
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-09-27 * amd64-tdep.c (amd64_return_value): Revert previous changeSiddhesh Poyarekar
2012-09-26 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.Siddhesh Poyarekar
2012-05-182012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior
2012-05-16 gdb/Maciej W. Rozycki
2012-03-02gdb/Jan Kratochvil
2012-01-28gdb/Jan Kratochvil