summaryrefslogtreecommitdiff
path: root/sim/common/callback.c
Commit message (Expand)AuthorAgeFilesLines
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* sim: include stdint.h when neededMike Frysinger2021-12-041-0/+1
* sim: reorder header includesMike Frysinger2021-12-041-11/+12
* sim: callback: expose argv & environMike Frysinger2021-11-161-0/+2
* sim: nltvals: localize TARGET_<open> definesMike Frysinger2021-10-311-14/+28
* sim: callback: add check for HAVE_KILLMike Frysinger2021-06-291-0/+5
* sim: callback: drop unused printf helpersMike Frysinger2021-06-291-59/+2
* sim: callback: add a kill interfaceMike Frysinger2021-06-231-0/+11
* sim: callback: add missing cb_target_to_host_signalMike Frysinger2021-06-221-0/+13
* sim: callback: generate signal mapMike Frysinger2021-06-221-0/+3
* sim: callback: add a getpid interfaceMike Frysinger2021-06-221-0/+13
* sim: switch config.h usage to defs.hMike Frysinger2021-05-161-3/+3
* sim: callback: convert FS interfaces to 64-bitMike Frysinger2021-05-141-5/+5
* sim: callback: convert time interface to 64-bitMike Frysinger2021-05-141-5/+5
* sim: callback: inline PTR defineMike Frysinger2021-05-141-1/+1
* sim: create header namespaceMike Frysinger2021-05-141-1/+1
* sim: replace custom attributes with ansidecl.hMike Frysinger2021-05-021-4/+1
* sim: callback: inline wrap helperMike Frysinger2021-05-011-25/+59
* sim: sprinkle some ATTRIBUTE_PRINTFSimon Marchi2021-04-221-4/+4
* sim: clean up C11 header includesMike Frysinger2021-01-111-10/+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
* sim: drop common/cconfig.h in favor of a single config.hMike Frysinger2016-01-091-2/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* sim: callback: fix sentinel testing when walking mapsMike Frysinger2015-06-181-2/+2
* sim: callback: add human readable strings for debugging to mapsMike Frysinger2015-06-171-12/+82
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* sim: convert old style prototypesMike Frysinger2014-03-041-155/+42
* remove PARAMS from simTom Tromey2014-01-071-28/+28
* 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-2/+1
* PR 14072Nick Clifton2012-05-191-0/+1
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+2
* sim: fix func call style (space before paren)Mike Frysinger2011-05-111-1/+1
* sim: common: trim trailing whitespaceMike Frysinger2011-03-151-19/+19
* * callback.c (fdbad): Return EBADF rather than EINVAL for badKevin Buettner2011-02-251-1/+1
* run copyright.sh for 2011.Joel Brobecker2011-01-011-2/+2
* * callback.c (os_lseek): Call wrap on lseek result.Hans-Peter Nilsson2010-10-061-1/+1
* Update copyright notices to add year 2010.Joel Brobecker2010-01-011-1/+1
* Update the copyright notice of some of the files I missedJoel Brobecker2009-01-141-1/+1
* * callback.c (os_error): Mark as being a noreturn function.Hans-Peter Nilsson2009-01-061-1/+5
* Updated copyright notices for most files.Daniel Jacobowitz2008-01-011-1/+1
* 2007-10-11 Jesper Nilsson <jesper.nilsson@axis.com>Daniel Jacobowitz2007-10-111-0/+11
* 2007-10-11 Jesper Nilsson <jesper.nilsson@axis.com>Daniel Jacobowitz2007-10-111-0/+7
* Switch the license of all files explicitly copyright the FSFJoel Brobecker2007-08-241-3/+2
* Copyright updates for 2007.Daniel Jacobowitz2007-01-091-1/+1
* * callback.c: Remove ANSI_PROTOTYPES conditional code.Ben Elliston2005-07-081-44/+0