aboutsummaryrefslogtreecommitdiff
path: root/gdb/infcall.h
diff options
context:
space:
mode:
authorAdam Fedor <fedor@gnu.org>2003-04-30 01:27:53 +0000
committerAdam Fedor <fedor@gnu.org>2003-04-30 01:27:53 +0000
commita9fa03de24ded52ad8f1ccac7757dd34df5ad377 (patch)
tree24616e52f8c1f2c73399ec29e774938a47a00390 /gdb/infcall.h
parentfad30f18c908a9ca2de5d9e6561eb9dadad2e855 (diff)
downloadfsf-binutils-gdb-a9fa03de24ded52ad8f1ccac7757dd34df5ad377.zip
fsf-binutils-gdb-a9fa03de24ded52ad8f1ccac7757dd34df5ad377.tar.gz
fsf-binutils-gdb-a9fa03de24ded52ad8f1ccac7757dd34df5ad377.tar.bz2
* eval.c (evaluate_subexp_standard): Handle ObjC ops.
* infcall.c (find_function_addr): Make non-static. * infcall.h (find_function_addr): Declare. * Makefile.in (eval.o): Update dependencies.
Diffstat (limited to 'gdb/infcall.h')
-rw-r--r--gdb/infcall.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/infcall.h b/gdb/infcall.h
index 0377411..05d06e0 100644
--- a/gdb/infcall.h
+++ b/gdb/infcall.h
@@ -23,6 +23,10 @@
#define INFCALL_H
struct value;
+struct type;
+
+extern CORE_ADDR find_function_addr (struct value *function,
+ struct type **retval_type);
/* Perform a function call in the inferior.