summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/debug/581353
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
commitd0c85e36e4de67af628d54e9ab577cc3fad7796a (patch)
treef8f784b0f04343b90516a338d6df81df3a85dfa2 /results/classifier/gemma3:12b/debug/581353
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloademulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
emulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
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 00000000..3b37dbd5
--- /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