[C++] Switch TRY/CATCH to real C++ try/catch by default again
[deliverable/binutils-gdb.git] / gdb / extension.h
index e8d74780c670abb4ed18097eafb68491ae285c76..e9980a7c89724a6152f179a7416be57405f9804a 100644 (file)
@@ -1,6 +1,6 @@
 /* Interface between gdb and its extension languages.
 
-   Copyright (C) 2014-2015 Free Software Foundation, Inc.
+   Copyright (C) 2014-2016 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -260,4 +260,8 @@ extern xmethod_worker_vec *get_matching_xmethod_workers
 
 extern struct type **get_xmethod_arg_types (struct xmethod_worker *, int *);
 
+extern struct type *get_xmethod_result_type (struct xmethod_worker *,
+                                            struct value *object,
+                                            struct value **args, int nargs);
+
 #endif /* EXTENSION_H */
This page took 0.034932 seconds and 4 git commands to generate.