Joel Brobecker
3b1c1875dd
Update years in copyright notice for the GDB files.
...
Two modifications:
1. The addition of 2013 to the copyright year range for every file;
2. The use of a single year range, instead of potentially multiple
year ranges, as approved by the FSF.
2013-01-01 06:41:30 +00:00
Pedro Alves
454b03461d
gdb/
...
2012-05-24 Pedro Alves <palves@redhat.com>
PR gdb/7205
Replace target_signal with gdb_signal throughout.
gdb/gdbserver/
2012-05-24 Pedro Alves <palves@redhat.com>
PR gdb/7205
Replace target_signal with gdb_signal throughout.
include/gdb/
2012-05-24 Pedro Alves <palves@redhat.com>
PR gdb/7205
Replace target_signal with gdb_signal throughout.
sim/common/
2012-05-24 Pedro Alves <palves@redhat.com>
PR gdb/7205
Replace target_signal with gdb_signal throughout.
2012-05-24 16:39:13 +00:00
Michael Frysinger
29243f0f87
gdb: add callback defines for new ARGV handling
...
The common sim code has slightly unfinished support for these already,
but even arch ports are unable to handle these if the common header does
not define them. This is because the generated callback header includes
simple common gdb/sim headers only which causes it to skip the new ARGV
syscalls. Plus, it isn't like providing these in the common header will
break any sim targets which don't want them.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-04-12 05:33:15 +00:00
Joel Brobecker
af10d87c7b
Copyright year update in most files of the GDB Project.
...
gdb/ChangeLog:
Copyright year update in most files of the GDB Project.
2012-01-04 08:27:59 +00:00
Michael Frysinger
a91ef48390
sim: export cb_get_string for people to use
...
The common sim code provides a useful "get_string" function which reads
a C string out of the target's memory space. So rename and export it
for other people to use.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2011-12-03 18:39:43 +00:00
Joel Brobecker
d681b6d32c
run copyright.sh for 2011.
2011-01-01 15:33:53 +00:00
Michael Frysinger
8c613014ff
sim: drop PARAMS
...
The PARAMS macro is no longer useful, so drop it from the sim includes.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2010-04-13 20:39:44 +00:00
Joel Brobecker
6684d8814f
Update copyright notices to add year 2010.
2010-01-01 10:03:25 +00:00
Joel Brobecker
4eff98a240
Update the copyright notice of some of the files I missed
...
in the previous copyright update.
2009-01-14 10:53:04 +00:00
Hans-Peter Nilsson
98d47b2d0d
* callback.h (struct host_callback_struct): Mark member error as
...
pointing to a noreturn function.
2009-01-06 23:38:44 +00:00
Daniel Jacobowitz
2dba9eb2d4
Updated copyright notices for most files.
2008-01-01 22:53:22 +00:00
Daniel Jacobowitz
baa0b44938
2007-10-11 Jesper Nilsson <jesper.nilsson@axis.com>
...
* callback.c (cb_is_stdin, cb_is_stdout, cb_is_stderr): Add functions.
* syscall.c (cb_syscall): Test for stdin/out/err, not just fd 0/1/2.
2007-10-11 Jesper Nilsson <jesper.nilsson@axis.com>
* callback.h (cb_is_stdin, cb_is_stdout, cb_is_stderr): Add prototypes.
2007-10-11 Jesper Nilsson <jesper.nilsson@axis.com>
* sim/cris/c/freopen2.c: Added testcase.
2007-10-11 18:44:06 +00:00
Daniel Jacobowitz
0f07c3b30f
2007-10-11 Jesper Nilsson <jesper.nilsson@axis.com>
...
* callback.c (cb_is_stdin): Add.
* syscall.c (cb_syscall): Test for stdin, not just fd 0.
2007-10-11 Jesper Nilsson <jesper.nilsson@axis.com>
* callback.h (cb_is_stdin): Add prototype.
2007-10-11 18:40:28 +00:00
Joel Brobecker
fc32145a4c
Switch the license of all .h files to GPLv3.
2007-08-23 18:17:33 +00:00
Daniel Jacobowitz
091fe9bf7d
Copyright updates for 2007.
2007-01-09 17:59:15 +00:00
Ben Elliston
e18a40d8cb
* callback.h: Remove ANSI_PROTOTYPES conditional code.
2005-07-10 23:26:04 +00:00
Hans-Peter Nilsson
48d5b28742
* callback.h (struct host_callback_struct): New members pipe,
...
pipe_empty, pipe_nonempty, ispipe, pipe_buffer and
target_sizeof_int.
(CB_SYS_pipe): New macro.
2005-01-28 03:39:28 +00:00
Hans-Peter Nilsson
9e34a4010f
* callback.h: Include "bfd.h".
...
(struct host_callback_struct): New member target_endian.
(cb_store_target_endian): Declare.
2005-01-28 03:27:02 +00:00
Hans-Peter Nilsson
4931fc2b3a
* callback.h (CB_SYS_truncate, CB_SYS_ftruncate): New macros.
2004-12-15 01:24:15 +00:00
Hans-Peter Nilsson
4e96a0a0a1
* callback.h (CB_SYS_rename): New macro.
2004-12-13 00:42:49 +00:00
Hans-Peter Nilsson
716f334bce
* callback.h (struct host_callback_struct): New member lstat.
...
(CB_SYS_lstat): New macro.
2004-12-13 00:35:29 +00:00
Joern Rennecke
6778dc3f1a
2004-06-25 J"orn Rennecke <joern.rennecke@superh.com>
...
include/gdb:
* callback.h (host_callback_struct): Replace members fdopen and
alwaysopen with fd_buddy.
sim/common:
* callback.c: Changed all users.
2004-06-25 16:48:01 +00:00
Joern Rennecke
8cf2a4dcb2
nclude/gdb:
...
* callback.h (struct host_callback_struct): New members ftruncate
and truncate.
gdb:
sim/common:
* callback.c (os_ftruncate, os_truncate): New functions.
(default_callback): Initialize ftruncate and truncate members.
sim/sh:
* syscall.h (SYS_truncate, SYS_ftruncate): Define.
* interp.c (trap): Add support for SYS_ftruncate and SYS_truncate.
2003-10-15 12:28:50 +00:00
Andrew Cagney
a1178695fc
Move include/callback.h and include/remote-sim.h to include/gdb/.
...
Update accordingly.
2002-06-09 15:45:44 +00:00