aboutsummaryrefslogtreecommitdiffstats
path: root/tools/debugger
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-10-17 17:59:32 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-10-17 17:59:32 +0100
commitc0fd920e987be439fb445338566f910c433679fd (patch)
tree8c37942f7eb261ebf9aa240d865f7d0c0e470ddc /tools/debugger
parenta36c8be096210ffb6e81b8ffdc7cad8ffad747d2 (diff)
downloadxen-c0fd920e987be439fb445338566f910c433679fd.tar.gz
xen-c0fd920e987be439fb445338566f910c433679fd.tar.bz2
xen-c0fd920e987be439fb445338566f910c433679fd.zip
[SOLARIS] Don't build ptrace code on Solaris.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'tools/debugger')
-rw-r--r--tools/debugger/gdb/gdb-6.2.1-xen-sparse/gdb/gdbserver/linux-xen-low.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/debugger/gdb/gdb-6.2.1-xen-sparse/gdb/gdbserver/linux-xen-low.c b/tools/debugger/gdb/gdb-6.2.1-xen-sparse/gdb/gdbserver/linux-xen-low.c
index c87096d1c4..8b0b6d944a 100644
--- a/tools/debugger/gdb/gdb-6.2.1-xen-sparse/gdb/gdbserver/linux-xen-low.c
+++ b/tools/debugger/gdb/gdb-6.2.1-xen-sparse/gdb/gdbserver/linux-xen-low.c
@@ -36,8 +36,6 @@
#include <unistd.h>
#include <errno.h>
#include <xenctrl.h>
-#include <thread_db.h>
-#include <xc_ptrace.h>
#define TRACE_ENTER /* printf("enter %s\n", __FUNCTION__) */