Line 1... |
Line 1... |
/* Remote target system call callback support.
|
/* Remote target system call callback support.
|
Copyright 1997, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
Copyright 1997, 2007-2012 Free Software Foundation, Inc.
|
Contributed by Cygnus Solutions.
|
Contributed by Cygnus Solutions.
|
|
|
This file is part of GDB.
|
This file is part of GDB.
|
|
|
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
Line 322... |
Line 322... |
/* Tests for special fds. */
|
/* Tests for special fds. */
|
int cb_is_stdin (host_callback *, int);
|
int cb_is_stdin (host_callback *, int);
|
int cb_is_stdout (host_callback *, int);
|
int cb_is_stdout (host_callback *, int);
|
int cb_is_stderr (host_callback *, int);
|
int cb_is_stderr (host_callback *, int);
|
|
|
|
/* Read a string out of the target. */
|
|
int cb_get_string (host_callback *, CB_SYSCALL *, char *, int, unsigned long);
|
|
|
/* Perform a system call. */
|
/* Perform a system call. */
|
CB_RC cb_syscall (host_callback *, CB_SYSCALL *);
|
CB_RC cb_syscall (host_callback *, CB_SYSCALL *);
|
|
|
#endif
|
#endif
|
|
|
No newline at end of file
|
No newline at end of file
|