User can expand and check compile unit list for the modules that have debug info.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The patch and the description don't seem to match. Deleting the commented-out code is obviously fine, but I'm somewhat confused by this.
Comment Actions
When removing out commented code, you don't need a patch for that. I think you might have committed two things to your local branch and when you ran "arc diff" it only submitted the second commit. When doing "arc diff" make sure to use:
git commit --amend ...
Comment Actions
Just use the SBFileSpec::GetPath(...) and document the compile unit request, args and response, and this will be ready.
lldb/tools/lldb-vscode/JSONUtils.cpp | ||
---|---|---|
942–943 | Let LLDB handle the '/' like we did using SBFileSpec::GetPath(...) here. | |
lldb/tools/lldb-vscode/lldb-vscode.cpp | ||
1177 | We need to document the packet format like ""InitializeRequest" on lines 1202-1277. |
Let LLDB handle the '/' like we did using SBFileSpec::GetPath(...) here.