Lines Matching full:through
38 "MacOSX Step through ObjC Trampoline", thread, eVoteNoOpinion, in AppleThreadPlanStepThroughObjCTrampoline()
91 s->Printf("Step through ObjC trampoline"); in GetDescription()
230 // at objc_msgSend, we can step through to the target of the send, and see if
290 s->PutCString("Step through ObjC direct dispatch function."); in GetDescription()
293 s->Printf("Step through ObjC direct dispatch '%s' using breakpoints: ", in GetDescription()
370 // If we have a step through plan, then w're in the process of getting in ShouldStop()
371 // through an ObjC msgSend. If we arrived at the target function, then in ShouldStop()
378 // the step through plan, it is done and will get popped when we continue. in ShouldStop()
380 LLDB_LOGF(log, "ObjC Step through plan failed. Stepping out."); in ShouldStop()
397 // If we hit an msgSend breakpoint, then we should queue the step through in ShouldStop()
414 // Otherwise push the step through plan and continue. in ShouldStop()