Searched defs:thread_cur_frame (Results 1 - 2 of 2) sorted by relevance

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

Completed in 1050 milliseconds