Simplify Symbol Status Message to Only Debug Info Size
authorYifan Shen <aelitashen@fb.com>
Tue, 1 Sep 2020 22:59:51 +0000 (15:59 -0700)
committerWalter Erquinigo <wallace@fb.com>
Tue, 1 Sep 2020 23:25:20 +0000 (16:25 -0700)
commit82139b8770ee07f0b778be7af22c529098ef12ec
treeb65f216d2f678604065c04656f0f2cb59c5a11c1
parent0224738c1abdee59923a539204f12c4c99621506
Simplify Symbol Status Message to Only Debug Info Size

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.

Differential Revision: https://reviews.llvm.org/D86662
lldb/test/API/tools/lldb-vscode/module/TestVSCode_module.py
lldb/tools/lldb-vscode/JSONUtils.cpp