WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] XenDebugger-HOWTO

To: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] XenDebugger-HOWTO
From: Ryan Harper <ryanh@xxxxxxxxxx>
Date: Mon, 17 Jan 2005 18:04:02 -0600
Delivery-date: Tue, 18 Jan 2005 01:03:51 +0000
Envelope-to: xen+James.Bulpin@xxxxxxxxxxxx
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.6+20040907i
I've been trying to get the XenDebugger running on the unstable tree.
After compiling xen with debugging=y ( and some patches ), I started
following the XenDebugger-Howto, but something is missing.

How does nsplitd connect to the serial line going into Xen?

Looking at the diagram entitled Setup:

Setup
-----

 +-------+ telnet +-----------+ serial +-------+
 |  GDB  |--------|  nsplitd  |--------|  Xen  |
 +-------+        +-----------+        +-------+

it would seem that nsplitd connects a gdb-telnet session to the serial
connection into Xen running with pdb on.  However, if you examine
nsplitd code there is nothing related to serial at all, just sockets.

Looking further into the howto, I set up my xinetd conf as instructed
and added the two lines to /etc/services:

hostname$ egrep 'wcons00|nsplit1' /etc/services
wcons00         9600/tcp        # Wanda remote console
nsplit1         12010/tcp       # Nemesis console splitter ports.

What is the Wanda remote console?  

I'm guessing that Wanda is the missing piece that connects the local
serial port to the network.  If so, where is Wanda?  And if not, what am
I missing that connects the network connection (gdb telnet) to the
serial line into xen?

Ryan Harper


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

<Prev in Thread] Current Thread [Next in Thread>