summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/debug/581353
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/gemma3:12b/debug/581353')
-rw-r--r--results/classifier/gemma3:12b/debug/5813536
1 files changed, 6 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/debug/581353 b/results/classifier/gemma3:12b/debug/581353
new file mode 100644
index 000000000..3b37dbd55
--- /dev/null
+++ b/results/classifier/gemma3:12b/debug/581353
@@ -0,0 +1,6 @@
+
+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