diff options
author | John Harrison <harjohn@google.com> | 2025-02-24 14:56:28 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-24 14:56:28 -0800 |
commit | 162eb32e747819683d747de29d7fad99f1279063 (patch) | |
tree | bcd5348b905fa423a990ef184de8c425cb2ce911 /llvm/lib/CodeGen/MachineBasicBlock.cpp | |
parent | 6d0cfbc9c0e25f9e652f5f8b3bca2d7a0768619e (diff) | |
download | llvm-162eb32e747819683d747de29d7fad99f1279063.zip llvm-162eb32e747819683d747de29d7fad99f1279063.tar.gz llvm-162eb32e747819683d747de29d7fad99f1279063.tar.bz2 |
[lldb-dap] Add 'source' references to stack frames without source files. (#128268)
This adds 'source' references to all stack frames. When opening a stack
frame users will see the disassembly of the frame if the source is not
available.
This works around the odd behavior of navigating frames without the
VSCode disassembly view open, which causes 'step' to step in the first
frame with a source instead of the active frame.
This fixes #128260
Old behavior:
https://github.com/user-attachments/assets/3f40582d-ac96-451a-a5ae-498a323bf30e
New behavior:
https://github.com/user-attachments/assets/3a3f9ac6-3e6c-4795-9bb2-1132b3916b6f
---------
Co-authored-by: Jonas Devlieghere <jonas@devlieghere.com>
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions