Hi everyone,
I’m trying to debug an issue that looks to be related
to the way the guest firmware sets up the various EFI tables.
Has anyone gotten gdbserver-xen to work under IA64?
When I try to compile it, I get the following compile error:
gcc -o gdbserver-xen inferiors.o
regcache.o remote-utils.o server.o signals.o target.o utils.o mem-break.o
reg-ia64.o linux-low.o linux-ia64-low.o \
-L../../../../../libxc/ -lxenctrl
server.o(.text+0x12d1): In function `ctrl_c_handler':
../../../gdb-6.2.1/gdb/gdbserver/server.c:346: undefined
reference to `control_c_pressed_flag'
server.o(.text+0x12e1):../../../gdb-6.2.1/gdb/gdbserver/server.c:346:
undefined reference to `control_c_pressed_flag'
collect2: ld returned 1 exit status
It looks like maybe this code is x86-specific.
How does one debug Xen related issues? What tools do you all
use?
Thanks for your replies.
---Kayvan