The Symbol Status in modules view is simplified so that only when the module has debug info and its size is non-zero, will the status message be displayed. The symbol status message is renamed to debug info size and flag message like "Symbols not found" and "Symbols loaded" is deleted.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
For the record, this came out of discussion in which the consensus was to display less characters and maximize the relevant information, which in this case is just the debug info size.
lldb/test/API/tools/lldb-vscode/module/TestVSCode_module.py | ||
---|---|---|
34–35 | remove this line instead of commenting | |
41–42 | same here | |
lldb/tools/lldb-vscode/JSONUtils.cpp | ||
389 | rename this field to "debugInfoSize" |
Comment Actions
So we are adding a custom new "debugInfoSize" field to the "module" JSON dictionary? What happens in the release VS code? Does this information not get displayed, but it will get displayed in our custom modified VS Code IDE?
Comment Actions
All module information is only displayed in our custom VSCode. Vanilla VSCode doesn't have support for displaying modules.
remove this line instead of commenting