aboutsummaryrefslogtreecommitdiff
path: root/sim/cris/traps.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-12-21sim: cris: fix -Wimplicit-fallthrough warningsMike Frysinger1-1/+1
2023-01-16sim: assume sys/stat.h always exists (via gnulib)Mike Frysinger1-2/+0
2023-01-16sim: formally assume unistd.h always exists (via gnulib)Mike Frysinger1-2/+0
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-21sim: cris: invert sim_cpu storageMike Frysinger1-204/+208
2022-10-11sim/cris: Add ATTRIBUTE_PRINTFTsukasa OI1-1/+1
2022-05-13sim: remove use of PTRAlan Modra1-2/+2
2022-01-06sim: cris: migrate to standard uintXX_t typesMike Frysinger1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-06-24sim: cris: fix a few missing prototype warningsMike Frysinger1-31/+3
2021-06-23sim: cris: override getpid callbackMike Frysinger1-0/+8
2021-06-20sim: cris: clean up printf & abort usage a bitMike Frysinger1-40/+37
2021-06-18sim: split sim-signal.h include outMike Frysinger1-0/+1
2021-06-17sim: split sim/callback.h include outMike Frysinger1-0/+1
2021-06-12sim: start unifying portability shimsMike Frysinger1-0/+1
2021-05-16sim: switch config.h usage to defs.hMike Frysinger1-0/+3
2021-05-14sim: callback: convert time interface to 64-bitMike Frysinger1-7/+4
2021-04-08Add system includes in simTom Tromey1-0/+1
2021-01-11sim: clean up C11 header includesMike Frysinger1-2/+0
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-06-17sim: syscall: unify memory helpersMike Frysinger1-30/+3
2015-06-17sim: callback: add human readable strings for debugging to mapsMike Frysinger1-161/+161
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-03callback.h:struct host_callback_struct compilation error on Windows hosts.Joel Brobecker1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-10-06 * traps.c (cris_break_13_handler): Pass lseekHans-Peter Nilsson1-0/+8
2010-01-01Update copyright notices to add year 2010.Joel Brobecker1-1/+2
2009-01-14 Update the copyright notice of some of the files I missedJoel Brobecker1-1/+1
2009-01-06 * cris/traps.c (abort): Define to call sim_io_error.Hans-Peter Nilsson1-24/+51
2009-01-03 * cris/sim-main.h (struct _sim_cpu): New memberHans-Peter Nilsson1-0/+12
2009-01-03 * cris/traps.c (TARGET_SYS_exit_group): Define.Hans-Peter Nilsson1-1/+3
2009-01-03 * cris/traps.c (TARGET_UTSNAME): Update to 2009-01-01.Hans-Peter Nilsson1-6/+14
2009-01-03 * cris/traps.c (TARGET_MAP_DENYWRITE): Define.Hans-Peter Nilsson1-0/+6
2009-01-03 * cris/traps.c (TARGET_SYS_access, TARGET_R_OK, TARGET_W_OK)Hans-Peter Nilsson1-0/+57
2008-12-30 * cris/traps.c (TARGET_SYS_writev): New macro.Hans-Peter Nilsson1-19/+176
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
2007-08-24 Switch the license of all files explicitly copyright the FSFJoel Brobecker1-5/+4
2007-02-20 * cris/traps.c (dump_statistics): Change format for cycle numbersHans-Peter Nilsson1-19/+19
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-1/+1
2006-10-02 * cris/cris-sim.h (enum cris_unknown_syscall_action_type)Hans-Peter Nilsson1-109/+152
2006-09-30 * cris/traps.c (TARGET_PIPE_BUF): New macro.Hans-Peter Nilsson1-13/+24