summaryrefslogtreecommitdiff
path: root/lib/ccdbg.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2008-12-22 19:10:27 -0800
committerKeith Packard <keithp@keithp.com>2008-12-22 19:10:27 -0800
commit55eba4fa08b022197106245d36a70f575a070b0a (patch)
tree4185f272f0acf59bd44c949f182591b4868b71d3 /lib/ccdbg.h
parente75918f3667a5c8ad294bec4acef6fe81682edf6 (diff)
Make read_memory debug output use ccdbg_debug.
This makes it default to not being presented, which makes s51 much happier Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'lib/ccdbg.h')
-rw-r--r--lib/ccdbg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ccdbg.h b/lib/ccdbg.h
index 4d4a648d..e0e58104 100644
--- a/lib/ccdbg.h
+++ b/lib/ccdbg.h
@@ -160,6 +160,7 @@ struct hex_image {
#define CC_DEBUG_INSTRUCTIONS 0x00000004
#define CC_DEBUG_EXECUTE 0x00000008
#define CC_DEBUG_FLASH 0x00000010
+#define CC_DEBUG_MEMORY 0x00000020
/* ccdbg-command.c */
void
@@ -223,6 +224,9 @@ ccdbg_add_debug(int level);
void
ccdbg_clear_debug(int level);
+void
+ccdbg_flush(void);
+
/* ccdbg-flash.c */
uint8_t
ccdbg_flash_hex_image(struct ccdbg *dbg, struct hex_image *image);