clayborg requested changes to this revision.
clayborg added a comment.
This revision now requires changes to proceed.
Just a space before the '(' of the debug info size.
================
Comment at: lldb/tools/lldb-vscode/JSONUtils.cpp:357
+ std::ostringstream oss;
+ oss << "(";
+ oss << std::fixed << std::setprecision(1);
----------------
Need as space before the '(' character as we append this string to the "Symbols
loaded." string.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83731/new/
https://reviews.llvm.org/D83731
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits