Somehow overlooked in earlier commits: prototype db_kgdb_cmd().
This commit is contained in:
parent
fac0ce9387
commit
819d74ccf1
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: db_interface.h,v 1.10 2003/05/17 09:58:03 scw Exp $ */
|
||||
/* $NetBSD: db_interface.h,v 1.11 2003/05/22 20:17:11 briggs Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1995 The NetBSD Foundation, Inc.
|
||||
@ -52,6 +52,9 @@ extern const struct db_command db_machine_command_table[];
|
||||
void db_stack_trace_print(db_expr_t, int, db_expr_t, char *,
|
||||
void (*)(const char *, ...));
|
||||
|
||||
/* ddb/db_xxx.c */
|
||||
void db_kgdb_cmd(db_expr_t, int, db_expr_t, char *);
|
||||
|
||||
/* kern/kern_proc.c */
|
||||
void db_kill_proc(db_expr_t, int, db_expr_t, char *);
|
||||
void db_show_all_procs(db_expr_t, int, db_expr_t, char *);
|
||||
|
Loading…
Reference in New Issue
Block a user