Home
last modified time | relevance | path

Searched refs:thread_cur_frame (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Commands/
DCommandObjectArgs.cpp142 lldb::StackFrameSP thread_cur_frame = thread->GetSelectedFrame (); in DoExecute() local
143 if (!thread_cur_frame) in DoExecute()
150 ModuleSP thread_module_sp (thread_cur_frame->GetFrameCodeAddress ().GetModule()); in DoExecute()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTrampolineHandler.cpp876 lldb::StackFrameSP thread_cur_frame = thread.GetStackFrameAtIndex(0); in GetStepThroughDispatchPlan() local