aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/ddb.h
diff options
context:
space:
mode:
authorJake Burkholder <jake@FreeBSD.org>2002-12-31 18:30:53 +0000
committerJake Burkholder <jake@FreeBSD.org>2002-12-31 18:30:53 +0000
commitd43f696c1c7ef13e707b19fc80822e808f89e7cb (patch)
treecb1e8e5233d2068fdd3faa923e40294ffbbbd7fb /sys/ddb/ddb.h
parentaddea9d4d74e7e8fae161b7375e627b62161ead2 (diff)
downloadsrc-d43f696c1c7ef13e707b19fc80822e808f89e7cb.tar.gz
src-d43f696c1c7ef13e707b19fc80822e808f89e7cb.zip
Revert previous and move the prototype for db_alt_break to ddb.h.
Requested by: bde (I think)
Notes
Notes: svn path=/head/; revision=108512
Diffstat (limited to 'sys/ddb/ddb.h')
-rw-r--r--sys/ddb/ddb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/ddb/ddb.h b/sys/ddb/ddb.h
index cd8839bcc457..3124c6e8f393 100644
--- a/sys/ddb/ddb.h
+++ b/sys/ddb/ddb.h
@@ -79,6 +79,9 @@ extern db_expr_t db_tab_stop_width;
struct vm_map;
+#ifdef ALT_BREAK_TO_DEBUGGER
+int db_alt_break(int, int *);
+#endif
void db_check_interrupt(void);
void db_clear_watchpoints(void);
db_addr_t db_disasm(db_addr_t loc, boolean_t altfmt);