summaryrefslogtreecommitdiffstats
path: root/sys/gdb/gdb_int.h
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2006-03-23 23:06:14 +0000
committersam <sam@FreeBSD.org>2006-03-23 23:06:14 +0000
commit2b0d21fae435871bcb97cd52a823b403fb7a5a55 (patch)
tree855a84c30a67fcd62c068c0e206ea48418594df5 /sys/gdb/gdb_int.h
parent79229ffb86c8082c630f448fed0aa91ec9413bc0 (diff)
downloadFreeBSD-src-2b0d21fae435871bcb97cd52a823b403fb7a5a55.zip
FreeBSD-src-2b0d21fae435871bcb97cd52a823b403fb7a5a55.tar.gz
add support for copying console messages to a remote gdb
Reviewed by: kan
Diffstat (limited to 'sys/gdb/gdb_int.h')
-rw-r--r--sys/gdb/gdb_int.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/gdb/gdb_int.h b/sys/gdb/gdb_int.h
index c9e1bdc..d06943a 100644
--- a/sys/gdb/gdb_int.h
+++ b/sys/gdb/gdb_int.h
@@ -31,6 +31,9 @@
extern struct gdb_dbgport *gdb_cur;
+extern int gdb_listening;
+void gdb_consinit(void);
+
extern char *gdb_rxp;
extern size_t gdb_rxsz;
extern char *gdb_txp;
OpenPOWER on IntegriCloud