LLDB mainline
Classes | Namespaces
AppleObjCRuntimeV2.h File Reference
#include <map>
#include <memory>
#include <mutex>
#include <optional>
#include "AppleObjCRuntime.h"
#include "lldb/lldb-private.h"
#include "Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.h"
#include "llvm/ADT/BitVector.h"

Go to the source code of this file.

Classes

class  lldb_private::AppleObjCRuntimeV2
 
class  lldb_private::AppleObjCRuntimeV2::HashTableSignature
 
class  lldb_private::AppleObjCRuntimeV2::NonPointerISACache
 
class  lldb_private::AppleObjCRuntimeV2::TaggedPointerVendorV2
 
class  lldb_private::AppleObjCRuntimeV2::TaggedPointerVendorRuntimeAssisted
 
class  lldb_private::AppleObjCRuntimeV2::TaggedPointerVendorExtended
 
class  lldb_private::AppleObjCRuntimeV2::TaggedPointerVendorLegacy
 
struct  lldb_private::AppleObjCRuntimeV2::DescriptorMapUpdateResult
 
class  lldb_private::AppleObjCRuntimeV2::ClassInfoExtractor
 Abstraction to read the Objective-C class info. More...
 
class  lldb_private::AppleObjCRuntimeV2::DynamicClassInfoExtractor
 We can read the class info from the Objective-C runtime using gdb_objc_realized_classes, objc_copyRealizedClassList or objc_getRealizedClassList_trylock. More...
 
struct  lldb_private::AppleObjCRuntimeV2::DynamicClassInfoExtractor::UtilityFunctionHelper
 
class  lldb_private::AppleObjCRuntimeV2::SharedCacheClassInfoExtractor
 Abstraction to read the Objective-C class info from the shared cache. More...
 
class  lldb_private::AppleObjCRuntimeV2::SharedCacheImageHeaders
 

Namespaces

namespace  lldb_private
 A class that represents a running process on the host machine.