-
-
Notifications
You must be signed in to change notification settings - Fork 16.8k
LLDB source location resolution failse since nightly 2022-01-28 #93624
Copy link
Copy link
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-stablePerformance or correctness regression from one stable version to another.Performance or correctness regression from one stable version to another.
Description
Activity
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-stablePerformance or correctness regression from one stable version to another.Performance or correctness regression from one stable version to another.
LLDB on Windows is unable to resolve breakpoint to any actual locations since nightly 2022-01-28 build which is working fine with the previous nightly.
Code
I tried this code:
I expected to see this happen:
Instead, this happened:
Version it worked on
It most recently worked on: Rust nightly-2022-01-27
rustc --version --verbose:Version with regression
It regressed on: Rust nightly-2022-01-28
rustc --version --verbose:Backtrace
Not applicable.
Regressed between two nightlies (
2022-01-27and2022-01-28) after Rust 1.58.1