How can I use gdb to debug uml? I get a segfault because I have been
hacking on the ext3 code but I can't seem to use gdb to set breakpoints
in uml
gdb) break ext3_fill_super
gdb) run
...
Program received signal SIGSEGV, Segmentation fault.
0x080d9e97 in ext3_count_free_blocks (sb=0x87e38c0) at fs
On Tue, Sep 18, 2007 at 01:48:09PM -0600, Jon Rafkind wrote:
> How can I use gdb to debug uml? I get a segfault because I have been
> hacking on the ext3 code but I can't seem to use gdb to set breakpoints
> in uml
>
> gdb) break ext3_fill_super
> gdb) run
Can you bring UML up and attach gdb to i