aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2000-02-03 04:14:45 +0000
committerJason Molenda <jmolenda@apple.com>2000-02-03 04:14:45 +0000
commit8b93c6380e299446e645ece29bf77d26f5713529 (patch)
tree9f06d80fcf4b95cd76cbceda50de2a454da9287f /gdb/defs.h
parent6bb9f1226aa9f328aba73bcc6c0ecaa0525a8931 (diff)
downloadgdb-8b93c6380e299446e645ece29bf77d26f5713529.zip
gdb-8b93c6380e299446e645ece29bf77d26f5713529.tar.gz
gdb-8b93c6380e299446e645ece29bf77d26f5713529.tar.bz2
import gdb-2000-02-02 snapshot
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index 47e9dfe..8d59246 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -1113,6 +1113,7 @@ extern CORE_ADDR push_word (CORE_ADDR, ULONGEST);
extern int watchdog;
/* Hooks for alternate command interfaces. */
+
struct target_waitstatus;
struct cmd_list_element;
@@ -1270,4 +1271,10 @@ enum gdb_rc gdb_breakpoint (char *address, char *condition,
int thread, int ignore_count);
enum gdb_rc gdb_thread_select (/* output object */ char *tidstr);
+#ifdef UI_OUT
+/* Print a list of known thread ids. */
+enum gdb_rc gdb_list_thread_ids (/* output object */);
+
+/* Switch thread and print notification. */
+#endif
#endif /* #ifndef DEFS_H */