Home | History | Annotate | Download | only in AppleObjCRuntime

Lines Matching refs:AppleObjCRuntime

1 //===-- AppleObjCRuntime.cpp --------------------------------------*- C++ -*-===//
10 #include "AppleObjCRuntime.h"
44 AppleObjCRuntime::GetObjectDescription (Stream &str, ValueObject &valobj)
64 AppleObjCRuntime::GetObjectDescription (Stream &strm, Value &value, ExecutionContextScope *exe_scope)
177 AppleObjCRuntime::GetObjCModule ()
190 if (AppleObjCRuntime::AppleIsModuleObjCLibrary(module_sp))
201 AppleObjCRuntime::GetPrintForDebuggerAddr()
223 AppleObjCRuntime::CouldHaveDynamicValue (ValueObject &in_value)
231 AppleObjCRuntime::GetDynamicTypeAndAddress (ValueObject &in_value,
240 AppleObjCRuntime::AppleIsModuleObjCLibrary (const ModuleSP &module_sp)
257 AppleObjCRuntime::IsModuleObjCLibrary (const ModuleSP &module_sp)
263 AppleObjCRuntime::ReadObjCLibrary (const ModuleSP &module_sp)
278 AppleObjCRuntime::GetStepThroughTrampolinePlan (Thread &thread, bool stop_others)
290 AppleObjCRuntime::GetObjCVersion (Process *process, ModuleSP &objc_module_sp)
331 AppleObjCRuntime::SetExceptionBreakpoints ()
353 AppleObjCRuntime::ClearExceptionBreakpoints ()
365 AppleObjCRuntime::ExceptionBreakpointsExplainStop (lldb::StopInfoSP stop_reason)
380 AppleObjCRuntime::CalculateHasNewLiteralsAndIndexing()
400 AppleObjCRuntime::CreateExceptionSearchFilter ()