Issue 76098
Summary LLDB continues when it encounters a loop in QEMU
Labels
Assignees
Reporter Luxvao
    I'm making my own bootloader and have to debug some code. The issue is that whenever I connect to the qemu gdb server and use step, it just continues execution when it hits a loop. Not sure if I'm not understanding this properly, but I don't think it should continue. I'm new to lldb.
Steps to reproduce:
1. Connect lldb to qemu
2. Set a breakpoint
3. Use step until a loop

Then in my case it just continues execution.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to