Displaying 2 results from an estimated 2 matches for "xendebugger".
2005 Jun 14
0
How to debug/pdb xen?
After grepping and googling for several days, I find lots of tutorials
and messages about how to setup and debug xen, I''ve read
/xeno-unstable.bk/docs/misc/XenDebugger-HOWTO
http://lists.xensource.com/archives/html/xen-devel/2004-07/msg00335.html
and lots of related email, but I still cannot "Interrupt Xen by pressing
''D'' at the console " (from XenDebugger-HOWTO),
I think XenDebugger-HOWTO is too tricky and too old compare to
xen-unst...
2005 Sep 30
14
pdb missing files?
Hello,
I''m trying to get PDB working in accordance with the instructions at
http://www.cl.cam.ac.uk/~sos22/replay.bk/docs/misc/XenDebugger-HOWTO and
a message from this list:
http://lists.xensource.com/archives/html/xen-devel/2004-08/msg00017.html
When I try to build pdb I first get errors because the Makefile is
configured to treat warnings as errors, and there are some warnings. I
decided to take my chances, and I removed Wer...