how to debug fiasco kernel

Björn Döbel doebel at os.inf.tu-dresden.de
Sun Apr 7 10:39:40 CEST 2013


On 07.04.2013 05:22, Keqin Sun wrote:
> Hi Bjoern,
>      Thank you for your patience to explain, and I did what you told. Now the
> problem is that when the application halted at the enter_kdebug(), the GDB
> didnot show the prompt(it showed "continuing." all the time after I typed "c".)
> so that I can't type any other commands like making another breakpoint or
> letting the application continue.

Well, your L4Re application is still stuck in JDB and in addition to
'c'ontinuing from GDB, you will also need to tell JDB to resume
execution using the 'g' command.


Björn




More information about the l4-hackers mailing list