-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
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