Home
last modified time | relevance | path

Searched defs:StepOut (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBThread.cpp627 void SBThread::StepOut() { in StepOut() function in SBThread
634 void SBThread::StepOut(SBError &error) { in StepOut() function in SBThread
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThread.cpp1983 Status Thread::StepOut(uint32_t frame_idx) { in StepOut() function in Thread