aboutsummaryrefslogtreecommitdiff
path: root/sim/common/syscall.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-12-19sim: common: fix -Wunused-variable warningsMike Frysinger1-3/+1
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-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-04sim: reorder header includesMike Frysinger1-6/+8
2021-11-16sim: syscall: hoist argc/argn/argnlen to common codeMike Frysinger1-0/+40
2021-11-16sim: syscall: fix argvlen & argv implementationMike Frysinger1-42/+50
2021-10-31sim: drop unused targ-vals.h includesMike Frysinger1-1/+0
2021-06-23sim: callback: add a kill interfaceMike Frysinger1-0/+18
2021-06-22sim: callback: add a getpid interfaceMike Frysinger1-1/+2
2021-05-16sim: switch config.h usage to defs.hMike Frysinger1-3/+3
2021-05-14sim: callback: convert time interface to 64-bitMike Frysinger1-1/+1
2021-05-14sim: create header namespaceMike Frysinger1-1/+1
2021-04-18sim: syscall: add getpid supportMike Frysinger1-0/+4
2021-01-11sim: clean up C11 header includesMike Frysinger1-6/+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-09sim: drop common/cconfig.h in favor of a single config.hMike Frysinger1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-06-17sim: syscall: add common sim_syscall helpersMike Frysinger1-1/+1
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-3/+3
2014-03-04sim: convert old style prototypesMike Frysinger1-14/+4
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-2/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+2
2011-12-03sim: export cb_get_string for people to useMike Frysinger1-3/+3
2011-05-11sim: fix func call style (space before paren)Mike Frysinger1-2/+2
2011-03-15sim: common: trim trailing whitespaceMike Frysinger1-1/+1
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-01-01Update copyright notices to add year 2010.Joel Brobecker1-1/+1
2009-01-14 Update the copyright notice of some of the files I missedJoel Brobecker1-1/+2
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
2007-10-112007-10-11 Jesper Nilsson <jesper.nilsson@axis.com>Daniel Jacobowitz1-2/+2
2007-10-112007-10-11 Jesper Nilsson <jesper.nilsson@axis.com>Daniel Jacobowitz1-1/+1
2007-08-24 Switch the license of all files explicitly copyright the FSFJoel Brobecker1-3/+2
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-1/+1
2005-07-08 * callback.c: Remove ANSI_PROTOTYPES conditional code.Ben Elliston1-4/+0
2005-01-28 * syscall.c (cb_syscall) <case CB_SYS_pipe>: New case.Hans-Peter Nilsson1-0/+27
2004-12-15 * syscall.c (cb_syscall) <case CB_SYS_truncate>Hans-Peter Nilsson1-0/+30
2004-12-13 * syscall.c (cb_syscall) <case CB_SYS_rename>: New case.Hans-Peter Nilsson1-0/+27
2004-12-13 * syscall.c (cb_syscall) <case CB_SYS_lstat>: New case.Hans-Peter Nilsson1-0/+44
2004-12-08 * run.1: Document --sysroot=filepath.Hans-Peter Nilsson1-3/+30
2004-05-10 * callback.c: Update copyright dates.Daniel Jacobowitz1-2/+2
2002-06-09Move include/callback.h and include/remote-sim.h to include/gdb/.Andrew Cagney1-1/+1
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+482