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

Re: [Xen-devel] help on debugging kernel module in Xen

To: ushuanglily@xxxxxxxxx, xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-devel] help on debugging kernel module in Xen
From: "Lily Huang" <ushuanglily@xxxxxxxxx>
Date: Fri, 12 Jan 2007 15:35:10 -0500
Delivery-date: Fri, 12 Jan 2007 12:34:46 -0800
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=cVBXi5dxxaz9PRH8l+xzVGbJBJ+vlE1A3dacIzUhFJap3bH+or/4MrbtNrsMoDtHJwGNT67a+NchpMZArIHvTPp7+Gpz0ZfH9e9tJ6Lr83G+8UNZlZFHYH8WLqQNtioU7pibGWHi92KIA/zfau4GHft2h/9EhDKa01lswK2wPpg=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <4d616cca0701121225p1018056ar24541c3a27c57518@xxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <4d616cca0701121041n62b8ad05k7996ffe125c43043@xxxxxxxxxxxxxx> <20070112192049.GA4982@xxxxxxxxxxxxxxxxx> <4d616cca0701121225p1018056ar24541c3a27c57518@xxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Sorry. I was wrong. I forgot to run the rest of gdb command.

Now I did the following commands in gdb:

1. "directory /boot"
response:  "Source directories searched: /boot:$cdir:$cwd"

2. br filp_open
response: "Breakpoint 1 at 0xc0160246: file fs/open.c, line 885."

3.  cont

4. But no matter what file I opened in domU, the breakpoint was never encountered.

What's wrong?

Thanks,
lily


On 1/12/07, Lily Huang <ushuanglily@xxxxxxxxx> wrote:
Thanks, Brendan.

I followed the README instruction and did follows:

1. start a domU
2. in Dom0, run "gdbserver-xen 127.0.0.1:9999 --attach 5", where 5 is the domain id of the domU
3. I got the response:
/*******************************/
Attached; pid = 5
Listening on port 9999
/*******************************/
And then, I lost connection with the domU, I tried both network and console, neither works for me.

4. I run "gdb /boot/vmlinux-syms-2.6.16.33-xenU" in dom0, hoping to reactivate domU with debug command.

the response is as follows:

/*******************************/
GNU gdb Red Hat Linux (6.3.0.0-1.84rh)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu"...Using host libthread_db library "/lib/libthread_db.so.1".
/*******************************/

when I typed "cont" command in the gdb, I got "The program is not being run."

Am I doing something wrong? Any further help will be highly appreciated.

lily




On 1/12/07, Brendan Cully <brendan@xxxxxxxxx> wrote:
On Friday, 12 January 2007 at 13:41, Lily Huang wrote:
> Hi all,
>
> I am developing a kernel module running in both Xen0 and XenU. I want to
> debug it but don't know how. Does someone has experience on this?
>
> I know printk is an option, but not very convenient.

There's a nice howto for using gdb to debug guest kernels in
tools/debugger/gdb/README.


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel