Lines Matching defs:thread
45 #include "lldb/Target/Thread.h"
64 "List information about the currently selected frame in the current thread.",
155 "Select a frame by index from within the current thread and make it the current frame.",
193 // No need to check "thread" for validity as eFlagRequiresThread ensures it is valid
194 Thread *thread = m_exe_ctx.GetThreadPtr();
200 frame_idx = thread->GetSelectedFrameIndex ();
225 const uint32_t num_frames = thread->GetStackFrameCount();
251 frame_idx = thread->GetSelectedFrameIndex ();
264 bool success = thread->SetSelectedFrameByIndexNoisily (frame_idx, result.GetOutputStream());
267 m_exe_ctx.SetFrameSP(thread->GetSelectedFrame ());
387 // for the thread. So hold onto a shared pointer to the frame so it stays alive.
613 "A set of commands for operating on the current thread's frames.",