aboutsummaryrefslogtreecommitdiff
path: root/gdb/infcall.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/infcall.h')
-rw-r--r--gdb/infcall.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/gdb/infcall.h b/gdb/infcall.h
index 81b0c8d..83c766a 100644
--- a/gdb/infcall.h
+++ b/gdb/infcall.h
@@ -32,7 +32,7 @@ struct type;
type, and *RETVAL_TYPE to the target function's return type.
Calls error() if the function is not valid for calling. */
-extern CORE_ADDR find_function_addr (struct value *function,
+extern CORE_ADDR find_function_addr (struct value *function,
struct type **retval_type,
struct type **function_type = NULL);
@@ -58,11 +58,10 @@ extern struct value *call_function_by_hand (struct value *function,
created inferior call dummy frame. */
extern struct value *
- call_function_by_hand_dummy (struct value *function,
- type *default_return_type,
- gdb::array_view<value *> args,
- dummy_frame_dtor_ftype *dummy_dtor,
- void *dummy_dtor_data);
+call_function_by_hand_dummy (struct value *function, type *default_return_type,
+ gdb::array_view<value *> args,
+ dummy_frame_dtor_ftype *dummy_dtor,
+ void *dummy_dtor_data);
/* Throw an error indicating that the user tried to call a function
that has unknown return type. FUNC_NAME is the name of the