From 30c94a80d5f7bef33450bd1a7e090c8e99b6db89 Mon Sep 17 00:00:00 2001 From: Elliott Baron Date: Fri, 19 Dec 2008 10:03:35 -0500 Subject: First attempt at printf kernel memory hex dump --- staptree.h | 1 + 1 file changed, 1 insertion(+) (limited to 'staptree.h') diff --git a/staptree.h b/staptree.h index 069c9bcc..12d84698 100644 --- a/staptree.h +++ b/staptree.h @@ -289,6 +289,7 @@ struct print_format: public expression conv_string, conv_char, conv_memory, + conv_memory_hex, conv_literal, conv_binary }; -- cgit