
4 Sep
2015
4 Sep
'15
10:56 a.m.
On Tue, Sep 1, 2015 at 9:43 PM, Kevin Cozens <kevin@ve3syb.ca> wrote: On Fri, Aug 21, 2015 at 12:39 AM, Aruna Hewapathirane wrote: Has anyone ever used qemu and gdb ? If so has anyone successfully debugged a module ?
I haven't done that. I have seldom used gdb directly. If I'm doing debugging I use gdb via ddd. The ddd program makes debugging a lot easier (for me) than the command line based gdb.
Thanks Kevin I will take a look at ddd. Aruna