[PATCH] D83731: Add Debug Info Size to Symbol Status
walter erquinigo via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 16 16:47:54 PDT 2020
wallace added inline comments.
================
Comment at: lldb/tools/lldb-vscode/JSONUtils.cpp:333-335
+ if (section_name.startswith(".debug") || section_name.startswith("__debug"))
+ debug_info_size += section.GetFileByteSize();
+ if (section_name.startswith(".apple") || section_name.startswith("__apple"))
----------------
you can merge these two ifs
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83731/new/
https://reviews.llvm.org/D83731
More information about the cfe-commits
mailing list