Symbol: db_cmdfcn_t
sys/ddb/db_command.c
70
static db_cmdfcn_t db_dump;
sys/ddb/db_command.c
71
static db_cmdfcn_t db_fncall;
sys/ddb/db_command.c
72
static db_cmdfcn_t db_gdb;
sys/ddb/db_command.c
73
static db_cmdfcn_t db_halt;
sys/ddb/db_command.c
74
static db_cmdfcn_t db_kill;
sys/ddb/db_command.c
75
static db_cmdfcn_t db_reset;
sys/ddb/db_command.c
76
static db_cmdfcn_t db_stack_trace;
sys/ddb/db_command.c
77
static db_cmdfcn_t db_stack_trace_active;
sys/ddb/db_command.c
78
static db_cmdfcn_t db_stack_trace_all;
sys/ddb/db_command.c
79
static db_cmdfcn_t db_watchdog;
sys/ddb/ddb.h
124
db_cmdfcn_t *fcn; /* function to call */
sys/ddb/ddb.h
183
static db_cmdfcn_t _func; \
sys/ddb/ddb.h
273
db_cmdfcn_t db_breakpoint_cmd;
sys/ddb/ddb.h
274
db_cmdfcn_t db_capture_cmd;
sys/ddb/ddb.h
275
db_cmdfcn_t db_continue_cmd;
sys/ddb/ddb.h
276
db_cmdfcn_t db_delete_cmd;
sys/ddb/ddb.h
277
db_cmdfcn_t db_deletehwatch_cmd;
sys/ddb/ddb.h
278
db_cmdfcn_t db_deletewatch_cmd;
sys/ddb/ddb.h
279
db_cmdfcn_t db_examine_cmd;
sys/ddb/ddb.h
280
db_cmdfcn_t db_findstack_cmd;
sys/ddb/ddb.h
281
db_cmdfcn_t db_hwatchpoint_cmd;
sys/ddb/ddb.h
282
db_cmdfcn_t db_listbreak_cmd;
sys/ddb/ddb.h
283
db_cmdfcn_t db_scripts_cmd;
sys/ddb/ddb.h
284
db_cmdfcn_t db_print_cmd;
sys/ddb/ddb.h
285
db_cmdfcn_t db_ps;
sys/ddb/ddb.h
286
db_cmdfcn_t db_run_cmd;
sys/ddb/ddb.h
287
db_cmdfcn_t db_script_cmd;
sys/ddb/ddb.h
288
db_cmdfcn_t db_search_cmd;
sys/ddb/ddb.h
289
db_cmdfcn_t db_set_cmd;
sys/ddb/ddb.h
290
db_cmdfcn_t db_set_thread;
sys/ddb/ddb.h
291
db_cmdfcn_t db_show_regs;
sys/ddb/ddb.h
292
db_cmdfcn_t db_show_threads;
sys/ddb/ddb.h
293
db_cmdfcn_t db_single_step_cmd;
sys/ddb/ddb.h
294
db_cmdfcn_t db_textdump_cmd;
sys/ddb/ddb.h
295
db_cmdfcn_t db_trace_until_call_cmd;
sys/ddb/ddb.h
296
db_cmdfcn_t db_trace_until_matching_cmd;
sys/ddb/ddb.h
297
db_cmdfcn_t db_unscript_cmd;
sys/ddb/ddb.h
298
db_cmdfcn_t db_watchpoint_cmd;
sys/ddb/ddb.h
299
db_cmdfcn_t db_write_cmd;
sys/ddb/ddb.h
300
db_cmdfcn_t db_pprint_cmd;
sys/ddb/ddb.h
305
db_cmdfcn_t db_deletehbreak_cmd;
sys/ddb/ddb.h
306
db_cmdfcn_t db_hbreakpoint_cmd;