summaryrefslogtreecommitdiffstats
path: root/include/gdb/callback.h
Commit message (Collapse)AuthorAgeFilesLines
* * callback.h: Remove ANSI_PROTOTYPES conditional code.Ben Elliston2005-07-101-4/+0
|
* * callback.h (struct host_callback_struct): New members pipe,Hans-Peter Nilsson2005-01-281-0/+33
| | | | | | pipe_empty, pipe_nonempty, ispipe, pipe_buffer and target_sizeof_int. (CB_SYS_pipe): New macro.
* * callback.h: Include "bfd.h".Hans-Peter Nilsson2005-01-281-0/+7
| | | | | (struct host_callback_struct): New member target_endian. (cb_store_target_endian): Declare.
* * callback.h (CB_SYS_truncate, CB_SYS_ftruncate): New macros.Hans-Peter Nilsson2004-12-151-0/+2
|
* * callback.h (CB_SYS_rename): New macro.Hans-Peter Nilsson2004-12-131-0/+1
|
* * callback.h (struct host_callback_struct): New member lstat.Hans-Peter Nilsson2004-12-131-0/+4
| | | | (CB_SYS_lstat): New macro.
* 2004-06-25 J"orn Rennecke <joern.rennecke@superh.com>Joern Rennecke2004-06-251-2/+9
| | | | | | | | include/gdb: * callback.h (host_callback_struct): Replace members fdopen and alwaysopen with fd_buddy. sim/common: * callback.c: Changed all users.
* nclude/gdb:Joern Rennecke2003-10-151-0/+2
| | | | | | | | | | | | * 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.
* Move include/callback.h and include/remote-sim.h to include/gdb/.Andrew Cagney2002-06-091-0/+270
Update accordingly.