# HG changeset patch # User Mychaela Falconia # Date 1446670463 0 # Node ID 21be17067eb2ab3236a5499f2ec4df35d82796a1 # Parent 4bbe1db8efbef154acd9378bb8ab91ffbaf4a259 c139explore: dump command added diff -r 4bbe1db8efbe -r 21be17067eb2 target-utils/c139explore/cmdtab.c --- a/target-utils/c139explore/cmdtab.c Wed Nov 04 20:52:26 2015 +0000 +++ b/target-utils/c139explore/cmdtab.c Wed Nov 04 20:54:23 2015 +0000 @@ -20,12 +20,14 @@ extern void abb_init(); extern void abb_power_off(); +extern void cmd_memdump_human(); const struct cmdtab cmdtab[] = { {"abbinit", abb_init}, {"abbr", cmd_abbr}, {"abbw", cmd_abbw}, {"dbl", cmd_dbl}, + {"dump", cmd_memdump_human}, {"hbars", cmd_hbars}, {"jump", cmd_jump}, {"kpbl", cmd_kpbl},