llvm-project/lldb/packages/Python/lldbsuite/test
Greg Clayton fc743f034a Report which modules have forcefully completed types in statistics.
A previous patch added the ability for us to tell if types were forcefully completed. This patch adds the ability to see which modules have forcefully completed types and aggregates the number of modules with forcefully completed types at the root level.

We add a module specific setting named "debugInfoHadIncompleteTypes" that is a boolean value. We also aggregate the number of modules at the root level that had incomplete debug info with a key named "totalModuleCountWithIncompleteTypes" that is a count of number of modules that had incomplete types.

Differential Revision: https://reviews.llvm.org/D138638
2022-11-30 21:22:27 -08:00
..
builders [test] Fix LLDB tests with just-built libcxx when using a target directory. 2022-10-26 12:07:22 -07:00
make [test] Fix LLDB tests with just-built libcxx when using a target directory. 2022-10-26 12:07:22 -07:00
test_runner
tools Revert "Add runToBinaryEntry option for lldb-vscode" 2022-11-23 13:26:11 +01:00
README-TestSuite [lldb] Remove mention of dotest.pl 2022-08-29 10:21:40 -07:00
__init__.py
bench.py
concurrent_base.py [lldb] Start from end of previous substr when checking ordered substrs 2022-10-14 11:16:51 -07:00
configuration.py [test] Fix LLDB tests with just-built libcxx when using a target directory. 2022-10-26 12:07:22 -07:00
decorators.py [test] Allow skipTestIfFn to apply to entire classes for skipIfNoSBHeaders 2022-11-17 08:17:10 -08:00
dotest.py [lldb/test] Use SBPlatform info for lldbplatformutil.getPlatform() 2022-11-29 11:29:58 +01:00
dotest_args.py [test] Fix LLDB tests with just-built libcxx when using a target directory. 2022-10-26 12:07:22 -07:00
gdbclientutils.py Fix inconsistent target arch when attaching to arm64 binaries on 2022-09-01 16:39:35 -07:00
lldb_pylint_helper.py
lldbbench.py [lldb] Fixed a number of typos 2022-09-13 10:38:38 -07:00
lldbdwarf.py
lldbgdbclient.py [lldb/platform-gdb] Clear cached protocol state upon disconnection 2022-01-10 16:27:30 +01:00
lldbinline.py
lldbpexpect.py [lldb] Remove uses of six module (NFC) 2022-08-11 19:06:15 -07:00
lldbplatform.py [lldb] Remove uses of six module (NFC) 2022-08-11 19:06:15 -07:00
lldbplatformutil.py [lldb/test] Use SBPlatform info for lldbplatformutil.getPlatform() 2022-11-29 11:29:58 +01:00
lldbtest.py Report which modules have forcefully completed types in statistics. 2022-11-30 21:22:27 -08:00
lldbtest_config.py
lldbutil.py [LLDB] Add data formatter for std::coroutine_handle 2022-08-24 14:40:53 -07:00
test_categories.py [lldb][test] 1 - Don't do test-replication for gmodules debug_info variant 2022-09-26 19:54:24 +01:00
test_result.py