]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - include/debug.h
New debug command: dump heap
[z180-stamp.git] / include / debug.h
index 0d60177eaa16d71c8007765d62f33663ed595cd7..ae6f28ae1ba8c43f5676f22fe8afa25de63c0239 100644 (file)
@@ -18,6 +18,7 @@ command_ret_t do_mem_mm_avr(cmd_tbl_t *, uint_fast8_t, int, char * const []);
 command_ret_t do_mem_nm_avr(cmd_tbl_t *, uint_fast8_t, int, char * const []);
 command_ret_t do_eep_cp(cmd_tbl_t *, uint_fast8_t, int, char * const []);
 command_ret_t do_pr_free_avr(cmd_tbl_t *, uint_fast8_t, int, char * const []);
+command_ret_t do_pr_heap_avr(cmd_tbl_t *, uint_fast8_t, int, char * const []);
 
 void printfreelist(const char * title);