llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD
Jonas Devlieghere bbb419151c [lldb] Add IsFullyInitialized to DynamicLoader
On Darwin based systems, lldb will get notified by dyld before it itself
finished initializing, at which point it's not safe to call certain APIs
or SPIs. Add a method to the DynamicLoader to query that.

Differential revision: https://reviews.llvm.org/D99314
2021-03-25 15:44:37 -07:00
..
CMakeLists.txt [lldb] Move clang-based files out of Symbol 2020-01-31 12:20:10 -08:00
DynamicLoaderDarwin.cpp [lldb] Access the ModuleList through iterators where possible (NFC) 2021-01-07 21:06:36 -08:00
DynamicLoaderDarwin.h [lldb] NFC remove DISALLOW_COPY_AND_ASSIGN 2020-06-02 13:23:53 -04:00
DynamicLoaderMacOS.cpp Make the error condition in Value::ValueType explicit (NFC) 2021-02-12 16:12:31 -08:00
DynamicLoaderMacOS.h [lldb] Delete copy operations on PluginInterface class 2020-10-09 10:37:09 +02:00
DynamicLoaderMacOSXDYLD.cpp [lldb] Add IsFullyInitialized to DynamicLoader 2021-03-25 15:44:37 -07:00
DynamicLoaderMacOSXDYLD.h [lldb] Add IsFullyInitialized to DynamicLoader 2021-03-25 15:44:37 -07:00