summaryrefslogtreecommitdiff
path: root/gdb/gdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdb.h')
-rw-r--r--gdb/gdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/gdb.h b/gdb/gdb.h
index 3ec7e0ee739..581aaefd6e4 100644
--- a/gdb/gdb.h
+++ b/gdb/gdb.h
@@ -51,6 +51,7 @@ enum gdb_rc gdb_breakpoint_query (struct ui_out *uiout, int bnum,
enum gdb_rc gdb_breakpoint (char *address, char *condition,
int hardwareflag, int tempflag,
int thread, int ignore_count,
+ int pending,
char **error_message);
/* Switch thread and print notification. */