summaryrefslogtreecommitdiff
path: root/gdb/ocd.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ocd.h')
-rw-r--r--gdb/ocd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/ocd.h b/gdb/ocd.h
index 64d695a00c5..cf93762752b 100644
--- a/gdb/ocd.h
+++ b/gdb/ocd.h
@@ -112,7 +112,8 @@ int ocd_xfer_memory (CORE_ADDR memaddr, char *myaddr,
void ocd_mourn (void);
-void ocd_create_inferior (char *exec_file, char *args, char **env);
+void ocd_create_inferior (char *exec_file, char *args, char **env,
+ int from_tty);
int ocd_thread_alive (ptid_t th);