summaryrefslogtreecommitdiff
path: root/i386
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-11-29 22:53:26 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-12-05 05:49:55 +0900
commita1e11dc70e9a82211a949061d09e0da0fc96c3e9 (patch)
tree3c0f5946cb17fd19329493a56c3ccfed8f1c6ba1 /i386
parent4af39064e3e4a6e08f4d702092b1e4bfe3289be9 (diff)
ddb/db_command.c: remove forward declarations
* ddb/db_command.c: Include machine/db_interface.h. (db_help_cmd, db_stack_trace_cmd): Remove forward declarations. * ddb/db_command.h (db_help_cmd): Add prototype. * i386/i386/db_interface.h (db_stack_trace_cmd): Add prototype.
Diffstat (limited to 'i386')
-rw-r--r--i386/i386/db_interface.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/i386/i386/db_interface.h b/i386/i386/db_interface.h
index 82bfec7..b0b11cf 100644
--- a/i386/i386/db_interface.h
+++ b/i386/i386/db_interface.h
@@ -88,6 +88,14 @@ extern void db_dr (
int type,
int len,
int persistence);
+
+extern void
+db_stack_trace_cmd(
+ db_expr_t addr,
+ boolean_t have_addr,
+ db_expr_t count,
+ char *modif);
+
#endif
extern void db_get_debug_state(