-
Notifications
You must be signed in to change notification settings - Fork 15.3k
Closed
Labels
lldbquestionA question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!
Description
LLDB for some reason display wrong register.
This issue occurs when running the same program on an ESP32-C3 (a simple blinking LED application).
Specifically, the sp register, along with other registers, shows a value different from what is reported in the g packet.
Additional note: After switching to thread 2, the register values are displayed correctly.
Environment:
- target esp32-c3 (riscv32)
- Open On-Chip Debugger v0.12.0-esp32-20241016 (2024-10-16-14:17)
- lldb version 19.1.1
Metadata
Metadata
Assignees
Labels
lldbquestionA question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!

