diff options
author | Joern Rennecke <joern.rennecke@arc.com> | 2009-09-11 04:45:55 +0000 |
---|---|---|
committer | Joern Rennecke <joern.rennecke@arc.com> | 2009-09-11 04:45:55 +0000 |
commit | 086b90d5e6ff23a7dc38e3723e78b5d08d00a646 (patch) | |
tree | 1992afd3229f6f16332eb9752b700cf51ce6af21 /include/gdb/callback.h | |
parent | 04e5728f193f57e1e4dd4d6bfc5fc88d6e7544be (diff) | |
download | binutils-redhat-arc-insight_6_8-branch.tar.gz |
gdb/insight for ARCompact (from Richard Stuckey)arc-insight_6_8-branch
Diffstat (limited to 'include/gdb/callback.h')
-rw-r--r-- | include/gdb/callback.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/gdb/callback.h b/include/gdb/callback.h index edddc4ad20..5ae1d00c30 100644 --- a/include/gdb/callback.h +++ b/include/gdb/callback.h @@ -320,14 +320,6 @@ int cb_is_stdin PARAMS ((host_callback *, int)); int cb_is_stdout PARAMS ((host_callback *, int)); int cb_is_stderr PARAMS ((host_callback *, int)); -/* Utility of cb_syscall to fetch a path name. - The buffer is malloc'd and the address is stored in BUFP. - The result is that of get_string, but prepended with - simulator_sysroot if the string starts with '/'. - If an error occurs, no buffer is left malloc'd. */ -#define TADDR unsigned long -int get_path PARAMS ((host_callback *, CB_SYSCALL *, TADDR, char **)); - /* Perform a system call. */ CB_RC cb_syscall PARAMS ((host_callback *, CB_SYSCALL *)); |