Re: [uml-user] compiling kernel module for UML

2008-10-04 Thread arshad hussain
On Thu, Oct 2, 2008 at 9:20 PM, Chetan Nanda <[EMAIL PROTECTED]> wrote: > > > On Tue, Sep 30, 2008 at 11:50 PM, arshad hussain <[EMAIL PROTECTED]> > wrote: >> >> On Tue, Sep 30, 2008 at 11:12 PM, Chetan Nanda <[EMAIL PROTECTED]> >> wrote: >> > Hi All, >> > >> > I am trying my hands with User mode L

[uml-user] GDB

2008-10-04 Thread David Francisco Rodriguez Perez
Hi I have read and used the gdb on UML tutorials to debug kernel drivers. It works just fine. But I have not found anything to debug user space programs inside UML. I am wondering if I want to debug a user space program can i use gdb inside UML and maybe use mounted directories of the source cod

Re: [uml-user] compiling kernel module for UML

2008-10-04 Thread Chetan Nanda
On Tue, Sep 30, 2008 at 11:50 PM, arshad hussain <[EMAIL PROTECTED]>wrote: > On Tue, Sep 30, 2008 at 11:12 PM, Chetan Nanda <[EMAIL PROTECTED]> > wrote: > > Hi All, > > > > I am trying my hands with User mode Linux. > > I am able to configure and kernel 2.6.24 under UML. > > > > Next It am trying