llvm-project/lldb
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
..
bindings [NFC] Make headers self-contained. 2022-11-29 04:14:55 -08:00
cmake [lldb] Use LLDB_ENABLE_SWIG as the canonical CMake variable 2022-11-30 12:46:13 -08:00
docs [lldb] Make callback-based formatter matching available from the CLI. 2022-11-10 10:29:38 -08:00
examples [lldb/Plugins] Improve error reporting with reading memory in Scripted Process 2022-11-18 13:56:48 -08:00
include/lldb Report which modules have forcefully completed types in statistics. 2022-11-30 21:22:27 -08:00
packages/Python/lldbsuite Report which modules have forcefully completed types in statistics. 2022-11-30 21:22:27 -08:00
resources
scripts
source Report which modules have forcefully completed types in statistics. 2022-11-30 21:22:27 -08:00
test Report which modules have forcefully completed types in statistics. 2022-11-30 21:22:27 -08:00
third_party/Python/module [lldb] Remove uses of six module (NFC) 2022-08-11 19:06:15 -07:00
tools Change debugserver to spawn processes in their own pgrp 2022-11-24 10:59:12 -08:00
unittests [lldb] Fix PathMappingListTest for the Optional interface change 2022-11-24 11:11:05 +01:00
utils [test] Fix LLDB tests with just-built libcxx when using a target directory. 2022-10-26 12:07:22 -07:00
.clang-format
.clang-tidy [LLDB] Applying clang-tidy modernize-use-override over LLDB 2022-04-22 13:29:47 -07:00
.gitignore
CMakeLists.txt [lldb] Restore default setting of LLDB_INCLUDE_TESTS in standalone builds 2022-11-18 09:05:08 -08:00
CODE_OWNERS.txt [CODE OWNERS] Add wallace as code owner 2022-01-12 12:36:30 -08:00
LICENSE.TXT
use_lldb_suite_root.py