User can expand and check compile unit list for the modules that have debug info.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
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.
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 ...
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 | ||
---|---|---|
930–931 | Let LLDB handle the '/' like we did using SBFileSpec::GetPath(...) here. | |
lldb/tools/lldb-vscode/lldb-vscode.cpp | ||
1174 | We need to document the packet format like ""InitializeRequest" on lines 1202-1277. |
clang-format not found in user's PATH; not linting file.