LLDB mainline
Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Static Protected Member Functions | Protected Attributes | List of all members
lldb_private::AppleObjCRuntime Class Reference

#include <AppleObjCRuntime.h>

Inheritance diagram for lldb_private::AppleObjCRuntime:
Inheritance graph
[legend]

Public Member Functions

 ~AppleObjCRuntime () override
 
bool isA (const void *ClassID) const override
 
bool GetObjectDescription (Stream &str, Value &value, ExecutionContextScope *exe_scope) override
 
bool GetObjectDescription (Stream &str, ValueObject &object) override
 
bool CouldHaveDynamicValue (ValueObject &in_value) override
 
bool GetDynamicTypeAndAddress (ValueObject &in_value, lldb::DynamicValueType use_dynamic, TypeAndOrName &class_type_or_name, Address &address, Value::ValueType &value_type) override
 
TypeAndOrName FixUpDynamicType (const TypeAndOrName &type_and_or_name, ValueObject &static_value) override
 
bool IsModuleObjCLibrary (const lldb::ModuleSP &module_sp) override
 
bool ReadObjCLibrary (const lldb::ModuleSP &module_sp) override
 
bool HasReadObjCLibrary () override
 
lldb::ThreadPlanSP GetStepThroughTrampolinePlan (Thread &thread, bool stop_others) override
 
lldb::ModuleSP GetObjCModule ()
 
void ModulesDidLoad (const ModuleList &module_list) override
 Called when modules have been loaded in the process.
 
void SetExceptionBreakpoints () override
 
void ClearExceptionBreakpoints () override
 
bool ExceptionBreakpointsAreSet () override
 
bool ExceptionBreakpointsExplainStop (lldb::StopInfoSP stop_reason) override
 
lldb::SearchFilterSP CreateExceptionSearchFilter () override
 
lldb::ValueObjectSP GetExceptionObjectForThread (lldb::ThreadSP thread_sp) override
 
lldb::ThreadSP GetBacktraceThreadFromException (lldb::ValueObjectSP thread_sp) override
 
uint32_t GetFoundationVersion ()
 
virtual void GetValuesForGlobalCFBooleans (lldb::addr_t &cf_true, lldb::addr_t &cf_false)
 
virtual bool IsTaggedPointer (lldb::addr_t addr)
 
- Public Member Functions inherited from lldb_private::ObjCLanguageRuntime
 ~ObjCLanguageRuntime () override
 
bool isA (const void *ClassID) const override
 
virtual TaggedPointerVendorGetTaggedPointerVendor ()
 
virtual EncodingToTypeSP GetEncodingToType ()
 
virtual ClassDescriptorSP GetClassDescriptor (ValueObject &in_value)
 
ClassDescriptorSP GetNonKVOClassDescriptor (ValueObject &in_value)
 
virtual ClassDescriptorSP GetClassDescriptorFromClassName (ConstString class_name)
 
virtual ClassDescriptorSP GetClassDescriptorFromISA (ObjCISA isa)
 
ClassDescriptorSP GetNonKVOClassDescriptor (ObjCISA isa)
 
lldb::LanguageType GetLanguageType () const override
 
virtual bool IsModuleObjCLibrary (const lldb::ModuleSP &module_sp)=0
 
virtual bool ReadObjCLibrary (const lldb::ModuleSP &module_sp)=0
 
virtual bool HasReadObjCLibrary ()=0
 
lldb::addr_t LookupInMethodCache (lldb::addr_t class_addr, lldb::addr_t sel)
 
lldb::addr_t LookupInMethodCache (lldb::addr_t class_addr, llvm::StringRef sel_str)
 
void AddToMethodCache (lldb::addr_t class_addr, lldb::addr_t sel, lldb::addr_t impl_addr)
 
void AddToMethodCache (lldb::addr_t class_addr, llvm::StringRef sel_str, lldb::addr_t impl_addr)
 
TypeAndOrName LookupInClassNameCache (lldb::addr_t class_addr)
 
void AddToClassNameCache (lldb::addr_t class_addr, const char *name, lldb::TypeSP type_sp)
 
void AddToClassNameCache (lldb::addr_t class_addr, const TypeAndOrName &class_or_type_name)
 
lldb::TypeSP LookupInCompleteClassCache (ConstString &name)
 
std::optional< CompilerTypeGetRuntimeType (CompilerType base_type) override
 
virtual llvm::Expected< std::unique_ptr< UtilityFunction > > CreateObjectChecker (std::string name, ExecutionContext &exe_ctx)=0
 
virtual ObjCRuntimeVersions GetRuntimeVersion () const
 
bool IsValidISA (ObjCISA isa)
 
virtual void UpdateISAToDescriptorMapIfNeeded ()=0
 
void UpdateISAToDescriptorMap ()
 
virtual ObjCISA GetISA (ConstString name)
 
virtual ObjCISA GetParentClass (ObjCISA isa)
 
virtual size_t GetByteOffsetForIvar (CompilerType &parent_qual_type, const char *ivar_name)
 
bool HasNewLiteralsAndIndexing ()
 
void SymbolsDidLoad (const ModuleList &module_list) override
 
bool GetTypeBitSize (const CompilerType &compiler_type, uint64_t &size) override
 
bool IsAllowedRuntimeValue (ConstString name) override
 Check whether the name is "self" or "_cmd" and should show up in "frame variable".
 
- Public Member Functions inherited from lldb_private::LanguageRuntime
virtual lldb::LanguageType GetLanguageType () const =0
 
virtual LanguageRuntimeGetPreferredLanguageRuntime (ValueObject &in_value)
 Return the preferred language runtime instance, which in most cases will be the current instance.
 
virtual bool GetObjectDescription (Stream &str, ValueObject &object)=0
 
virtual bool GetObjectDescription (Stream &str, Value &value, ExecutionContextScope *exe_scope)=0
 
virtual llvm::Expected< VTableInfoGetVTableInfo (ValueObject &in_value, bool check_type)
 Get the vtable information for a given value.
 
virtual bool GetDynamicTypeAndAddress (ValueObject &in_value, lldb::DynamicValueType use_dynamic, TypeAndOrName &class_type_or_name, Address &address, Value::ValueType &value_type)=0
 
virtual CompilerType GetConcreteType (ExecutionContextScope *exe_scope, ConstString abstract_type_name)
 
virtual bool CouldHaveDynamicValue (ValueObject &in_value)=0
 
virtual TypeAndOrName FixUpDynamicType (const TypeAndOrName &type_and_or_name, ValueObject &static_value)=0
 
virtual void SetExceptionBreakpoints ()
 
virtual void ClearExceptionBreakpoints ()
 
virtual bool ExceptionBreakpointsAreSet ()
 
virtual bool ExceptionBreakpointsExplainStop (lldb::StopInfoSP stop_reason)
 
virtual lldb::ValueObjectSP GetExceptionObjectForThread (lldb::ThreadSP thread_sp)
 
virtual lldb::ThreadSP GetBacktraceThreadFromException (lldb::ValueObjectSP thread_sp)
 
virtual DeclVendorGetDeclVendor ()
 
virtual lldb::BreakpointResolverSP CreateExceptionResolver (const lldb::BreakpointSP &bkpt, bool catch_bp, bool throw_bp)=0
 
virtual lldb::SearchFilterSP CreateExceptionSearchFilter ()
 
virtual bool GetTypeBitSize (const CompilerType &compiler_type, uint64_t &size)
 
virtual void SymbolsDidLoad (const ModuleList &module_list)
 
virtual lldb::ThreadPlanSP GetStepThroughTrampolinePlan (Thread &thread, bool stop_others)=0
 
virtual bool IsAllowedRuntimeValue (ConstString name)
 Identify whether a name is a runtime value that should not be hidden by from the user interface.
 
virtual std::optional< CompilerTypeGetRuntimeType (CompilerType base_type)
 
void ModulesDidLoad (const ModuleList &module_list) override
 Called when modules have been loaded in the process.
 
virtual bool GetIRPasses (LLVMUserExpression::IRPasses &custom_passes)
 
virtual lldb::addr_t LookupRuntimeSymbol (ConstString name)
 
virtual bool isA (const void *ClassID) const
 
- Public Member Functions inherited from lldb_private::Runtime
 Runtime (Process *process)
 
virtual ~Runtime ()=default
 
 Runtime (const Runtime &)=delete
 
const Runtimeoperator= (const Runtime &)=delete
 
ProcessGetProcess ()
 
TargetGetTargetRef ()
 
virtual void ModulesDidLoad (const ModuleList &module_list)=0
 Called when modules have been loaded in the process.
 
- Public Member Functions inherited from lldb_private::PluginInterface
 PluginInterface ()=default
 
virtual ~PluginInterface ()=default
 
virtual llvm::StringRef GetPluginName ()=0
 
 PluginInterface (const PluginInterface &)=delete
 
PluginInterfaceoperator= (const PluginInterface &)=delete
 

Static Public Member Functions

static void Initialize ()
 
static void Terminate ()
 
static bool classof (const LanguageRuntime *runtime)
 
static std::tuple< FileSpec, ConstStringGetExceptionThrowLocation ()
 
- Static Public Member Functions inherited from lldb_private::ObjCLanguageRuntime
static lldb::BreakpointPreconditionSP GetBreakpointExceptionPrecondition (lldb::LanguageType language, bool throw_bp)
 
static bool classof (const LanguageRuntime *runtime)
 
static ObjCLanguageRuntimeGet (Process &process)
 
- Static Public Member Functions inherited from lldb_private::LanguageRuntime
static LanguageRuntimeFindPlugin (Process *process, lldb::LanguageType language)
 
static void InitializeCommands (CommandObject *parent)
 
static lldb::BreakpointSP CreateExceptionBreakpoint (Target &target, lldb::LanguageType language, bool catch_bp, bool throw_bp, bool is_internal=false)
 
static lldb::BreakpointPreconditionSP GetExceptionPrecondition (lldb::LanguageType language, bool throw_bp)
 
static lldb::UnwindPlanSP GetRuntimeUnwindPlan (lldb_private::Thread &thread, lldb_private::RegisterContext *regctx, bool &behaves_like_zeroth_frame)
 A language runtime may be able to provide a special UnwindPlan for the frame represented by the register contents regctx when that frame is not following the normal ABI conventions.
 

Static Public Attributes

static char ID = 0
 
- Static Public Attributes inherited from lldb_private::ObjCLanguageRuntime
static char ID = 0
 
- Static Public Attributes inherited from lldb_private::LanguageRuntime
static char ID = 0
 

Protected Member Functions

 AppleObjCRuntime (Process *process)
 
bool CalculateHasNewLiteralsAndIndexing () override
 
void ReadObjCLibraryIfNeeded (const ModuleList &module_list)
 
AddressGetPrintForDebuggerAddr ()
 
- Protected Member Functions inherited from lldb_private::ObjCLanguageRuntime
 ObjCLanguageRuntime (Process *process)
 
virtual bool CalculateHasNewLiteralsAndIndexing ()
 
bool ISAIsCached (ObjCISA isa) const
 
bool AddClass (ObjCISA isa, const ClassDescriptorSP &descriptor_sp)
 
bool AddClass (ObjCISA isa, const ClassDescriptorSP &descriptor_sp, const char *class_name)
 
bool AddClass (ObjCISA isa, const ClassDescriptorSP &descriptor_sp, uint32_t class_name_hash)
 
ISAToDescriptorIterator GetDescriptorIterator (ConstString name)
 
std::pair< ISAToDescriptorIterator, ISAToDescriptorIteratorGetDescriptorIteratorPair (bool update_if_needed=true)
 
void ReadObjCLibraryIfNeeded (const ModuleList &module_list)
 
 ObjCLanguageRuntime (const ObjCLanguageRuntime &)=delete
 
const ObjCLanguageRuntimeoperator= (const ObjCLanguageRuntime &)=delete
 
- Protected Member Functions inherited from lldb_private::LanguageRuntime
virtual lldb::UnwindPlanSP GetRuntimeUnwindPlan (lldb::ProcessSP process_sp, lldb_private::RegisterContext *regctx, bool &behaves_like_zeroth_frame)
 
 LanguageRuntime (Process *process)
 

Static Protected Member Functions

static bool AppleIsModuleObjCLibrary (const lldb::ModuleSP &module_sp)
 
static ObjCRuntimeVersions GetObjCVersion (Process *process, lldb::ModuleSP &objc_module_sp)
 

Protected Attributes

std::unique_ptr< Addressm_PrintForDebugger_addr
 
bool m_read_objc_library
 
std::unique_ptr< lldb_private::AppleObjCTrampolineHandlerm_objc_trampoline_handler_up
 
lldb::BreakpointSP m_objc_exception_bp_sp
 
lldb::ModuleWP m_objc_module_wp
 
std::unique_ptr< FunctionCallerm_print_object_caller_up
 
std::optional< uint32_t > m_Foundation_major
 
- Protected Attributes inherited from lldb_private::ObjCLanguageRuntime
uint32_t m_isa_to_descriptor_stop_id
 
CompleteClassMap m_complete_class_cache
 
CompleteClassSet m_negative_complete_class_cache
 
- Protected Attributes inherited from lldb_private::Runtime
Processm_process
 

Additional Inherited Members

- Public Types inherited from lldb_private::ObjCLanguageRuntime
enum class  ObjCRuntimeVersions { eObjC_VersionUnknown = 0 , eAppleObjC_V1 = 1 , eAppleObjC_V2 = 2 , eGNUstep_libobjc2 = 3 }
 
typedef lldb::addr_t ObjCISA
 
typedef std::shared_ptr< ClassDescriptorClassDescriptorSP
 
typedef std::shared_ptr< EncodingToTypeEncodingToTypeSP
 
- Protected Types inherited from lldb_private::ObjCLanguageRuntime
typedef std::map< ConstString, lldb::TypeWPCompleteClassMap
 
typedef std::unordered_set< ConstString, ConstStringSetHelpers, ConstStringSetHelpersCompleteClassSet
 

Detailed Description

Definition at line 23 of file AppleObjCRuntime.h.

Constructor & Destructor Documentation

◆ ~AppleObjCRuntime()

AppleObjCRuntime::~AppleObjCRuntime ( )
overridedefault

◆ AppleObjCRuntime()

AppleObjCRuntime::AppleObjCRuntime ( Process process)
protected

Member Function Documentation

◆ AppleIsModuleObjCLibrary()

bool AppleObjCRuntime::AppleIsModuleObjCLibrary ( const lldb::ModuleSP module_sp)
staticprotected

◆ CalculateHasNewLiteralsAndIndexing()

bool AppleObjCRuntime::CalculateHasNewLiteralsAndIndexing ( )
overrideprotectedvirtual

◆ classof()

static bool lldb_private::AppleObjCRuntime::classof ( const LanguageRuntime runtime)
inlinestatic

Definition at line 42 of file AppleObjCRuntime.h.

References ID, and lldb_private::LanguageRuntime::isA().

◆ ClearExceptionBreakpoints()

void AppleObjCRuntime::ClearExceptionBreakpoints ( )
overridevirtual

Reimplemented from lldb_private::LanguageRuntime.

Definition at line 426 of file AppleObjCRuntime.cpp.

References m_objc_exception_bp_sp, and lldb_private::Runtime::m_process.

◆ CouldHaveDynamicValue()

bool AppleObjCRuntime::CouldHaveDynamicValue ( ValueObject in_value)
overridevirtual

◆ CreateExceptionSearchFilter()

lldb::SearchFilterSP AppleObjCRuntime::CreateExceptionSearchFilter ( )
overridevirtual

◆ ExceptionBreakpointsAreSet()

bool AppleObjCRuntime::ExceptionBreakpointsAreSet ( )
overridevirtual

Reimplemented from lldb_private::LanguageRuntime.

Definition at line 435 of file AppleObjCRuntime.cpp.

References m_objc_exception_bp_sp.

◆ ExceptionBreakpointsExplainStop()

bool AppleObjCRuntime::ExceptionBreakpointsExplainStop ( lldb::StopInfoSP  stop_reason)
overridevirtual

◆ FixUpDynamicType()

TypeAndOrName AppleObjCRuntime::FixUpDynamicType ( const TypeAndOrName type_and_or_name,
ValueObject static_value 
)
overridevirtual

◆ GetBacktraceThreadFromException()

ThreadSP AppleObjCRuntime::GetBacktraceThreadFromException ( lldb::ValueObjectSP  thread_sp)
overridevirtual

◆ GetDynamicTypeAndAddress()

bool AppleObjCRuntime::GetDynamicTypeAndAddress ( ValueObject in_value,
lldb::DynamicValueType  use_dynamic,
TypeAndOrName class_type_or_name,
Address address,
Value::ValueType value_type 
)
overridevirtual

◆ GetExceptionObjectForThread()

ValueObjectSP AppleObjCRuntime::GetExceptionObjectForThread ( lldb::ThreadSP  thread_sp)
overridevirtual

◆ GetExceptionThrowLocation()

std::tuple< FileSpec, ConstString > AppleObjCRuntime::GetExceptionThrowLocation ( )
static

◆ GetFoundationVersion()

uint32_t AppleObjCRuntime::GetFoundationVersion ( )

◆ GetObjCModule()

lldb::ModuleSP AppleObjCRuntime::GetObjCModule ( )

◆ GetObjCVersion()

ObjCLanguageRuntime::ObjCRuntimeVersions AppleObjCRuntime::GetObjCVersion ( Process process,
lldb::ModuleSP objc_module_sp 
)
staticprotected

◆ GetObjectDescription() [1/2]

bool AppleObjCRuntime::GetObjectDescription ( Stream str,
Value value,
ExecutionContextScope exe_scope 
)
overridevirtual

Implements lldb_private::LanguageRuntime.

Definition at line 98 of file AppleObjCRuntime.cpp.

References lldb_private::ExecutionContextScope::CalculateExecutionContext(), lldb_private::ExecutionContextScope::CalculateTarget(), DoNoSelectMostRelevantFrame, lldb::eBasicTypeObjCID, lldb::eBasicTypeVoid, lldb::eExpressionCompleted, lldb::eLanguageTypeObjC, error(), lldb_private::Value::GetCompilerType(), lldb_private::ScratchTypeSystemClang::GetForTarget(), lldb_private::ExecutionContext::GetFramePtr(), lldb_private::CompilerType::GetPointerType(), GetPrintForDebuggerAddr(), lldb_private::ExecutionContext::GetProcessPtr(), lldb_private::Value::GetScalar(), lldb_private::Thread::GetSelectedFrame(), lldb_private::ThreadList::GetSelectedThread(), lldb_private::ExecutionContext::GetTargetPtr(), lldb_private::Process::GetThreadList(), lldb_private::ExecutionContext::GetThreadPtr(), lldb_private::ProcessProperties::GetUtilityExpressionTimeout(), lldb_private::TypeSystemClang::IsObjCObjectPointerType(), LLDB_INVALID_ADDRESS, m_print_object_caller_up, lldb_private::Runtime::m_process, m_read_objc_library, lldb_private::Stream::Printf(), lldb_private::ValueList::PushValue(), lldb_private::Process::ReadCStringFromMemory(), lldb_private::Value::SetCompilerType(), lldb_private::ExecutionContext::SetFrameSP(), lldb_private::EvaluateExpressionOptions::SetIgnoreBreakpoints(), lldb_private::EvaluateExpressionOptions::SetIsForUtilityExpr(), lldb_private::EvaluateExpressionOptions::SetStopOthers(), lldb_private::ExecutionContext::SetThreadSP(), lldb_private::EvaluateExpressionOptions::SetTimeout(), lldb_private::EvaluateExpressionOptions::SetTryAllThreads(), lldb_private::EvaluateExpressionOptions::SetUnwindOnError(), lldb_private::Scalar::ULongLong(), and lldb_private::Stream::Write().

Referenced by GetObjectDescription().

◆ GetObjectDescription() [2/2]

bool AppleObjCRuntime::GetObjectDescription ( Stream str,
ValueObject object 
)
overridevirtual

◆ GetPrintForDebuggerAddr()

Address * AppleObjCRuntime::GetPrintForDebuggerAddr ( )
protected

◆ GetStepThroughTrampolinePlan()

ThreadPlanSP AppleObjCRuntime::GetStepThroughTrampolinePlan ( Thread thread,
bool  stop_others 
)
overridevirtual

Implements lldb_private::LanguageRuntime.

Definition at line 362 of file AppleObjCRuntime.cpp.

References m_objc_trampoline_handler_up.

◆ GetValuesForGlobalCFBooleans()

void AppleObjCRuntime::GetValuesForGlobalCFBooleans ( lldb::addr_t cf_true,
lldb::addr_t cf_false 
)
virtual

◆ HasReadObjCLibrary()

bool lldb_private::AppleObjCRuntime::HasReadObjCLibrary ( )
inlineoverridevirtual

◆ Initialize()

void AppleObjCRuntime::Initialize ( )
static

◆ isA()

bool lldb_private::AppleObjCRuntime::isA ( const void *  ClassID) const
inlineoverridevirtual

◆ IsModuleObjCLibrary()

bool AppleObjCRuntime::IsModuleObjCLibrary ( const lldb::ModuleSP module_sp)
overridevirtual

Implements lldb_private::ObjCLanguageRuntime.

Definition at line 345 of file AppleObjCRuntime.cpp.

References AppleIsModuleObjCLibrary().

Referenced by ReadObjCLibraryIfNeeded().

◆ IsTaggedPointer()

virtual bool lldb_private::AppleObjCRuntime::IsTaggedPointer ( lldb::addr_t  addr)
inlinevirtual

Reimplemented in lldb_private::AppleObjCRuntimeV2.

Definition at line 105 of file AppleObjCRuntime.h.

◆ ModulesDidLoad()

void AppleObjCRuntime::ModulesDidLoad ( const ModuleList module_list)
overridevirtual

Called when modules have been loaded in the process.

Reimplemented from lldb_private::LanguageRuntime.

Reimplemented in lldb_private::AppleObjCRuntimeV2.

Definition at line 622 of file AppleObjCRuntime.cpp.

References ReadObjCLibraryIfNeeded().

Referenced by lldb_private::AppleObjCRuntimeV2::ModulesDidLoad().

◆ ReadObjCLibrary()

bool AppleObjCRuntime::ReadObjCLibrary ( const lldb::ModuleSP module_sp)
overridevirtual

◆ ReadObjCLibraryIfNeeded()

void AppleObjCRuntime::ReadObjCLibraryIfNeeded ( const ModuleList module_list)
protected

◆ SetExceptionBreakpoints()

void AppleObjCRuntime::SetExceptionBreakpoints ( )
overridevirtual

◆ Terminate()

void AppleObjCRuntime::Terminate ( )
static

Member Data Documentation

◆ ID

char AppleObjCRuntime::ID = 0
static

Definition at line 32 of file AppleObjCRuntime.h.

Referenced by classof(), and isA().

◆ m_Foundation_major

std::optional<uint32_t> lldb_private::AppleObjCRuntime::m_Foundation_major
protected

Definition at line 130 of file AppleObjCRuntime.h.

Referenced by GetFoundationVersion().

◆ m_objc_exception_bp_sp

lldb::BreakpointSP lldb_private::AppleObjCRuntime::m_objc_exception_bp_sp
protected

◆ m_objc_module_wp

lldb::ModuleWP lldb_private::AppleObjCRuntime::m_objc_module_wp
protected

◆ m_objc_trampoline_handler_up

std::unique_ptr<lldb_private::AppleObjCTrampolineHandler> lldb_private::AppleObjCRuntime::m_objc_trampoline_handler_up
protected

Definition at line 125 of file AppleObjCRuntime.h.

Referenced by GetStepThroughTrampolinePlan(), and ReadObjCLibrary().

◆ m_print_object_caller_up

std::unique_ptr<FunctionCaller> lldb_private::AppleObjCRuntime::m_print_object_caller_up
protected

Definition at line 128 of file AppleObjCRuntime.h.

Referenced by GetObjectDescription().

◆ m_PrintForDebugger_addr

std::unique_ptr<Address> lldb_private::AppleObjCRuntime::m_PrintForDebugger_addr
protected

Definition at line 122 of file AppleObjCRuntime.h.

Referenced by GetPrintForDebuggerAddr().

◆ m_read_objc_library

bool lldb_private::AppleObjCRuntime::m_read_objc_library
protected

Definition at line 123 of file AppleObjCRuntime.h.

Referenced by GetObjectDescription(), HasReadObjCLibrary(), and ReadObjCLibrary().


The documentation for this class was generated from the following files: