Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/gdb/callback.h')
-rw-r--r--include/gdb/callback.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/gdb/callback.h b/include/gdb/callback.h
index f1e7d24b8..eb991f74e 100644
--- a/include/gdb/callback.h
+++ b/include/gdb/callback.h
@@ -315,6 +315,11 @@ int cb_host_to_target_stat PARAMS ((host_callback *, const struct stat *, PTR));
/* Translate a value to target endian. */
void cb_store_target_endian PARAMS ((host_callback *, char *, int, long));
+/* Tests for special fds. */
+int cb_is_stdin PARAMS ((host_callback *, int));
+int cb_is_stdout PARAMS ((host_callback *, int));
+int cb_is_stderr PARAMS ((host_callback *, int));
+
/* Perform a system call. */
CB_RC cb_syscall PARAMS ((host_callback *, CB_SYSCALL *));