Re: [uml-user] debugging application inside UML Kernel

2007-05-01 Thread Antoine Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Pranjal Kumar Dutta wrote: > Hi, > I need to debug an application running inside a UML kernel. Now > to do gdb to the running process in side UML. My application has its own > shell (CLI) and I need to debug events caused by the CLI. Can't yo

[uml-user] debugging application inside UML Kernel

2007-04-30 Thread Pranjal Kumar Dutta
Hi, I need to debug an application running inside a UML kernel. Now to do gdb to the running process in side UML. My application has its own shell (CLI) and I need to debug events caused by the CLI. So I need to start a xterm inside UML kernel to start gdb and attach to my application. How