summaryrefslogtreecommitdiff
path: root/sim/cris/traps.c
Commit message (Expand)AuthorAgeFilesLines
* sim: assume sys/stat.h always exists (via gnulib)Mike Frysinger2023-01-161-2/+0
* sim: formally assume unistd.h always exists (via gnulib)Mike Frysinger2023-01-161-2/+0
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* sim: cris: invert sim_cpu storageMike Frysinger2022-12-211-204/+208
* sim/cris: Add ATTRIBUTE_PRINTFTsukasa OI2022-10-111-1/+1
* sim: remove use of PTRAlan Modra2022-05-131-2/+2
* sim: cris: migrate to standard uintXX_t typesMike Frysinger2022-01-061-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* sim: cris: fix a few missing prototype warningsMike Frysinger2021-06-241-31/+3
* sim: cris: override getpid callbackMike Frysinger2021-06-231-0/+8
* sim: cris: clean up printf & abort usage a bitMike Frysinger2021-06-201-40/+37
* sim: split sim-signal.h include outMike Frysinger2021-06-181-0/+1
* sim: split sim/callback.h include outMike Frysinger2021-06-171-0/+1
* sim: start unifying portability shimsMike Frysinger2021-06-121-0/+1
* sim: switch config.h usage to defs.hMike Frysinger2021-05-161-0/+3
* sim: callback: convert time interface to 64-bitMike Frysinger2021-05-141-7/+4
* Add system includes in simTom Tromey2021-04-081-0/+1
* sim: clean up C11 header includesMike Frysinger2021-01-111-2/+0
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* sim: syscall: unify memory helpersMike Frysinger2015-06-171-30/+3
* sim: callback: add human readable strings for debugging to mapsMike Frysinger2015-06-171-161/+161
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* callback.h:struct host_callback_struct compilation error on Windows hosts.Joel Brobecker2014-12-031-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+1
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* * traps.c (cris_break_13_handler): Pass lseekHans-Peter Nilsson2010-10-061-0/+8
* Update copyright notices to add year 2010.Joel Brobecker2010-01-011-1/+2
* Update the copyright notice of some of the files I missedJoel Brobecker2009-01-141-1/+1
* * cris/traps.c (abort): Define to call sim_io_error.Hans-Peter Nilsson2009-01-061-24/+51
* * cris/sim-main.h (struct _sim_cpu): New memberHans-Peter Nilsson2009-01-031-0/+12
* * cris/traps.c (TARGET_SYS_exit_group): Define.Hans-Peter Nilsson2009-01-031-1/+3
* * cris/traps.c (TARGET_UTSNAME): Update to 2009-01-01.Hans-Peter Nilsson2009-01-031-6/+14
* * cris/traps.c (TARGET_MAP_DENYWRITE): Define.Hans-Peter Nilsson2009-01-031-0/+6
* * cris/traps.c (TARGET_SYS_access, TARGET_R_OK, TARGET_W_OK)Hans-Peter Nilsson2009-01-031-0/+57
* * cris/traps.c (TARGET_SYS_writev): New macro.Hans-Peter Nilsson2008-12-301-19/+176
* Updated copyright notices for most files.Daniel Jacobowitz2008-01-011-1/+1
* Switch the license of all files explicitly copyright the FSFJoel Brobecker2007-08-241-5/+4
* * cris/traps.c (dump_statistics): Change format for cycle numbersHans-Peter Nilsson2007-02-201-19/+19
* Copyright updates for 2007.Daniel Jacobowitz2007-01-091-1/+1
* * cris/cris-sim.h (enum cris_unknown_syscall_action_type)Hans-Peter Nilsson2006-10-021-109/+152
* * cris/traps.c (TARGET_PIPE_BUF): New macro.Hans-Peter Nilsson2006-09-301-13/+24
* * cris/configure.ac: Check for limits.h and sys/param.h.Hans-Peter Nilsson2006-09-291-9/+24
* * cris/traps.c (syscall_map): Remove CB_SYS_time / TARGET_SYS_timeHans-Peter Nilsson2006-02-231-1/+11