-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
lldb debugging is not working from version 1.46 #76006
Copy link
Copy link
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-dev-toolsRelevant to the dev-tools subteam, which will review and decide on the PR/issue.Relevant to the dev-tools subteam, 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.
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-dev-toolsRelevant to the dev-tools subteam, which will review and decide on the PR/issue.Relevant to the dev-tools subteam, 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.
Type
Fields
Give feedbackNo fields configured for issues without a type.
I tried this code:
I expected to see this happen: To be able to use lldb commands as I can if I use lldb directly
Instead, this happened: error: file specified in --source (-s) option doesn't exist: 'lldb_commands'
Meta
rustc --version --verbose:The same happens on a macOS machine
I saw that
lldb_commandsis onsrc/etc/directory together withrust-lldbshell script, and I also saw that script calls it directly, but I'm not sure how it should behaves in my machine since thelldb_commandsis not there (rustup is not installing it)I've asked it on Rust users forum, and also in the discord chat, but no answers, so I'm considering it a bug, feel free to close it if it is something wrong with my installation and, if possible, guide me on where should I look to fix it.