From f1a17aa7f4b46931b6a4109ec823885c76d6b614 Mon Sep 17 00:00:00 2001 From: jake Date: Tue, 31 Dec 2002 18:30:53 +0000 Subject: Revert previous and move the prototype for db_alt_break to ddb.h. Requested by: bde (I think) --- sys/ddb/ddb.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/ddb/ddb.h') diff --git a/sys/ddb/ddb.h b/sys/ddb/ddb.h index cd8839b..3124c6e 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); -- cgit v1.1