summaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2000-01-25 02:40:50 +0000
committerJason Molenda <jmolenda@apple.com>2000-01-25 02:40:50 +0000
commit0fda6bd286fe931a998c4d5322ad12a4ed610f87 (patch)
treed26808089bd54c9de4bf565a6cf7a34be7d320b9 /gdb/defs.h
parentb5f303f092e873d88d2b9459deb105e20ff5222c (diff)
downloadbinutils-gdb-0fda6bd286fe931a998c4d5322ad12a4ed610f87.tar.gz
import gdb-2000-01-24 snapshot
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index 3ae2b2d69fa..ef4049d8c00 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -1345,5 +1345,6 @@ enum gdb_rc gdb_breakpoint_query (/* struct {ui,gdb}_out *output, */ int bnum);
enum gdb_rc gdb_breakpoint (char *address, char *condition,
int hardwareflag, int tempflag,
int thread, int ignore_count);
+enum gdb_rc gdb_thread_select (/* output object */ char *tidstr);
#endif /* #ifndef DEFS_H */