MCPcopy Create free account
hub / github.com/F-Stack/f-stack / db_textdump_usage

Function db_textdump_usage

freebsd/ddb/db_textdump.c:526–531  ·  view source on GitHub ↗

- * DDB(4) command to manage textdumps: * * textdump set - request a textdump * textdump status - print DDB output textdump status * textdump unset - clear textdump request */

Source from the content-addressed store, hash-verified

524 * textdump unset - clear textdump request
525 */
526static void
527db_textdump_usage(void)
528{
529
530 db_printf("textdump [unset|set|status|dump]\n");
531}
532
533void
534db_textdump_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif)

Callers 1

db_textdump_cmdFunction · 0.85

Calls 1

db_printfFunction · 0.85

Tested by

no test coverage detected