Kernel Debugging with QEMU: Difference between revisions
imported>Mic92 simplify gdb connect command. |
imported>Mic92 add hints about breakpoints |
||
| Line 75: | Line 75: | ||
(gdb) continue | (gdb) continue | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Note that setting breakpoints in early boot might not work for all functions. | |||
If a breakpoint is not triggered as expected try to set the breakpoint later when the VM | |||
is fully booted. | |||
== Installing tools to the image == | == Installing tools to the image == | ||