summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/graphic/581353
blob: 0b4b8129396bd7039c5cf5268ea283afc0b55184 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
graphic: 0.811
device: 0.784
instruction: 0.720
semantic: 0.718
boot: 0.683
mistranslation: 0.619
socket: 0.598
network: 0.497
other: 0.464
vnc: 0.421
KVM: 0.339
assembly: 0.182

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.

Attached is the bootloader (no debug symbols as I'm debugging without them)

Same thing happens to me, same versions as above.. I must turn to another app to accomplish my work while awaiting for a bug-fix, the code is perfectly executed but while gdb hits the breakpoints qemu goes on..

Ok this issue has been fixed in qemu 0.12.4.

Just type 'qemu --version' to see what version you have, it is probably outdated.

According to comment #3, this has been fixed, so let's change the bug status accordingly.