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:
authorcvs2svn <>2011-12-09 00:47:31 +0400
committercvs2svn <>2011-12-09 00:47:31 +0400
commit0a4c916d8c0a3dd79ab1c4b9ba0a33b3c39c931e (patch)
tree6b1a6814690f68d6bd8fe2f6f741cb047c285e1b /include/gdb/callback.h
parentad0835bc5e9652f42535584b12137a955ac68789 (diff)
This commit was manufactured by cvs2svn to create tag 'sid-sid-snapshot-20111201
snapshot-20111201'. Sprout from gdb_7_4-branch 2011-12-08 20:47:28 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'gdb_7_4-branch'.' Cherrypick from master 2011-11-29 20:28:55 UTC Andrew Pinski <apinski@cavium.com> 'opcode/': include/elf/ChangeLog include/elf/common.h include/gdb/ChangeLog include/gdb/callback.h include/opcode/ChangeLog include/opcode/mips.h Delete: djunpack.bat texinfo/texinfo.tex
Diffstat (limited to 'include/gdb/callback.h')
-rw-r--r--include/gdb/callback.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/gdb/callback.h b/include/gdb/callback.h
index bbc5bb348..a1f79f94d 100644
--- a/include/gdb/callback.h
+++ b/include/gdb/callback.h
@@ -324,9 +324,6 @@ int cb_is_stdin (host_callback *, int);
int cb_is_stdout (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. */
CB_RC cb_syscall (host_callback *, CB_SYSCALL *);