diff options
Diffstat (limited to 'results/scraper/launchpad-without-comments/581353')
| -rw-r--r-- | results/scraper/launchpad-without-comments/581353 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/581353 b/results/scraper/launchpad-without-comments/581353 new file mode 100644 index 000000000..02f902610 --- /dev/null +++ b/results/scraper/launchpad-without-comments/581353 @@ -0,0 +1,5 @@ +qemu doesn't stop execution upon hitting a breakpoint + +Using Qemu 0.12.3 and gdb 7.1 on Ubuntu Lucid. + +I'm trying to debug some bootloader code. Using qemu -s -S to run the bootloader and gdb to connect to qemu, I set the breakpoint at 0x7c00. Then I type continue in gdb. The breakpoint is hit and gdb shows debug information. However qemu apparently continues to execute the code of the bootloader as the text is printed on the screen etc. \ No newline at end of file |