LLDB mainline
|
Abstraction to read the Objective-C class info. More...
Public Member Functions | |
ClassInfoExtractor (AppleObjCRuntimeV2 &runtime) | |
std::mutex & | GetMutex () |
Protected Attributes | |
AppleObjCRuntimeV2 & | m_runtime |
The lifetime of this object is tied to that of the runtime. | |
std::mutex | m_mutex |
Abstraction to read the Objective-C class info.
Definition at line 312 of file AppleObjCRuntimeV2.h.
|
inline |
Definition at line 314 of file AppleObjCRuntimeV2.h.
References lldb_private::AppleObjCRuntimeV2::AppleObjCRuntimeV2(), and m_runtime.
Referenced by lldb_private::AppleObjCRuntimeV2::DynamicClassInfoExtractor::DynamicClassInfoExtractor(), and lldb_private::AppleObjCRuntimeV2::SharedCacheClassInfoExtractor::SharedCacheClassInfoExtractor().
|
inline |
Definition at line 315 of file AppleObjCRuntimeV2.h.
References m_mutex.
|
protected |
Definition at line 320 of file AppleObjCRuntimeV2.h.
Referenced by GetMutex().
|
protected |
The lifetime of this object is tied to that of the runtime.
Definition at line 319 of file AppleObjCRuntimeV2.h.
Referenced by ClassInfoExtractor().