llvm/lldb
Jonas Devlieghere af969141fa [lldb] Pin the shared cache when iterating over its images
Use the dyld_shared_cache_(un)pin_mapping SPI to map the whole shared
cache in memory (if possible) to avoid repeated calls to mmap.

rdar://81189015
2022-02-11 15:26:33 -08:00
..
bindings [lldb] Call __lldb_init_module from __init__ 2022-02-07 14:43:44 -08:00
cmake
docs Platform gdb RSP packet doc fixes based on implementation behavior 2022-02-07 23:51:46 -08:00
examples [lldb/crashlog] Fix arm64 register parsing on crashlog.py 2022-02-09 13:28:20 -08:00
include/lldb Fix a double debug info size counting in top level stats for "statistics dump". 2022-02-10 10:55:18 -08:00
packages/Python/lldbsuite Revert "Add -fmodules-local-submodule-visibility to MANDATORY_MODULE_BUILD_CFLAGS" 2022-02-10 15:37:11 -08:00
resources
scripts
source [lldb] Pin the shared cache when iterating over its images 2022-02-11 15:26:33 -08:00
test Fix a double debug info size counting in top level stats for "statistics dump". 2022-02-10 10:55:18 -08:00
third_party/Python/module
tools [lldb] Rename Logging.h to LLDBLog.h and clean up includes 2022-02-03 14:47:01 +01:00
unittests [lldb] Improve RichManglingContext ergonomics (NFC) 2022-02-04 10:17:39 -08:00
utils
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
CODE_OWNERS.txt
LICENSE.TXT
use_lldb_suite_root.py