aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/gdbstub.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-08-13 08:40:39 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-08-13 08:40:39 +0100
commitdfa275f7d929ad342e0844e155286432b6f6c197 (patch)
treeb7fba98bb3124e2402fee26d2eaeb7683a0df216 /xen/include/xen/gdbstub.h
parent91c2518a67dd1eb6b0ca7c9e14317c9a121baab9 (diff)
downloadxen-dfa275f7d929ad342e0844e155286432b6f6c197.tar.gz
xen-dfa275f7d929ad342e0844e155286432b6f6c197.tar.bz2
xen-dfa275f7d929ad342e0844e155286432b6f6c197.zip
gdbstub: Fix the build and make a few cleanups.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/include/xen/gdbstub.h')
-rw-r--r--xen/include/xen/gdbstub.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/xen/include/xen/gdbstub.h b/xen/include/xen/gdbstub.h
index e87cf30470..e9f0cd5a27 100644
--- a/xen/include/xen/gdbstub.h
+++ b/xen/include/xen/gdbstub.h
@@ -26,12 +26,6 @@
#ifdef CRASH_DEBUG
-/* value <-> char (de)serialzers for arch specific gdb backends */
-char hex2char(unsigned long x);
-int char2hex(unsigned char c);
-char str2hex(const char *str);
-unsigned long str2ulong(const char *str, unsigned long bytes);
-
struct gdb_context {
int serhnd; /* handle on our serial line */
int console_steal_id; /* handle on stolen console */