llvm-project/lldb
Yifan Shen 82139b8770 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
2020-09-01 16:25:20 -07:00
..
bindings Create ${swig_target}-scripts target instead of lldb-python-scripts 2020-08-22 19:36:37 -07:00
cmake [lldb] Remove redundant call to FindBacktrace (NFC) 2020-08-20 22:41:49 -07:00
docs [lldb/interpreter] Improve REPL init file compatibility 2020-09-02 01:21:22 +02:00
examples Harmonize Python shebang 2020-07-16 21:53:45 +02:00
include/lldb Revert "[lldb] Add reproducer verifier" 2020-09-01 12:21:44 +02:00
packages/Python [lldb] Fix TestCompletion's pid completion failing randomly 2020-08-31 12:22:41 +02:00
resources
scripts Harmonize Python shebang 2020-07-16 21:53:45 +02:00
source [lldb/interpreter] Improve REPL init file compatibility 2020-09-02 01:21:22 +02:00
test Simplify Symbol Status Message to Only Debug Info Size 2020-09-01 16:25:20 -07:00
third_party/Python/module Revert "[lldb] temporary commit to see why a test is failing only on lldb-aarch64-ubuntu" 2020-08-05 11:55:02 +02:00
tools Simplify Symbol Status Message to Only Debug Info Size 2020-09-01 16:25:20 -07:00
unittests [Test] Simplify DWARF test cases. NFC. 2020-08-31 14:03:48 +08:00
utils [lldb] Hoist --framework argument out of LLDB_TEST_COMMON_ARGS (NFC) 2020-08-28 18:15:33 -07:00
.clang-format
.clang-tidy [lldb] Add .clang-tidy with customization to disable readability-identifier-naming 2020-03-09 12:50:28 -07:00
.gitignore Add .noindex to the gitignore 2019-04-05 17:57:42 +00:00
CMakeLists.txt Create ${swig_target}-scripts target instead of lldb-python-scripts 2020-08-22 19:36:37 -07:00
CODE_OWNERS.txt [lldb][NFC] Cleanup mentions and code related to lldb-mi 2019-07-19 15:55:23 +00:00
LICENSE.TXT
use_lldb_suite_root.py