[all-commits] [llvm/llvm-project] 82139b: Simplify Symbol Status Message to Only Debug Info ...

walter erquinigo via All-commits all-commits at lists.llvm.org
Tue Sep 1 16:25:39 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 82139b8770ee07f0b778be7af22c529098ef12ec
      https://github.com/llvm/llvm-project/commit/82139b8770ee07f0b778be7af22c529098ef12ec
  Author: Yifan Shen <aelitashen at fb.com>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M lldb/test/API/tools/lldb-vscode/module/TestVSCode_module.py
    M lldb/tools/lldb-vscode/JSONUtils.cpp

  Log Message:
  -----------
  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




More information about the All-commits mailing list