]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - avr/command_tbl.c
New debug command: dump heap
[z180-stamp.git] / avr / command_tbl.c
index 07c96843b05deaf1387573ebf97972a631ff349b..eb63d685d25b9f3eea8dce31aa63760d398c3891 100644 (file)
@@ -64,9 +64,14 @@ CMD_TBL_ITEM(
        "address"
 ),
 CMD_TBL_ITEM(
-       !prfree,        2,      1,      do_pr_free_avr,
+       !prfree,        1,      1,      do_pr_free_avr,
        "print avr heap free list",
-       "address"
+       ""
+),
+CMD_TBL_ITEM(
+       !prheap,        1,      1,      do_pr_heap_avr,
+       "dump avr heap",
+       ""
 ),
 #endif
 CMD_TBL_ITEM(