Home
last modified time | relevance | path

Searched refs:start_frame (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/llvm/lldb/examples/python/
H A Dscripted_step.py158 self.start_frame = thread_plan.GetThread().GetFrameAtIndex(0)
180 if not self.start_frame.IsEqual(frame):
/openbsd/gnu/llvm/lldb/source/Target/
H A DThread.cpp1734 size_t Thread::GetStatus(Stream &strm, uint32_t start_frame, in GetStatus() argument
1750 StackFrameSP frame_sp = GetStackFrameAtIndex(start_frame); in GetStatus()
1761 DumpUsingSettingsFormat(strm, start_frame, stop_format); in GetStatus()
1778 strm, start_frame, num_frames, show_frame_info, num_frames_with_source, in GetStatus()
H A DProcess.cpp900 const uint32_t start_frame = thread_sp->GetSelectedFrameIndex(); in HandleProcessStateChangedEvent() local
907 start_frame, num_frames, in HandleProcessStateChangedEvent()
5523 uint32_t start_frame, uint32_t num_frames, in GetThreadStatus() argument
5554 thread_sp->GetStatus(strm, start_frame, num_frames, in GetThreadStatus()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DThread.h1098 size_t GetStatus(Stream &strm, uint32_t start_frame, uint32_t num_frames,
H A DProcess.h1256 uint32_t start_frame, uint32_t num_frames,
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectProcess.cpp1503 const uint32_t start_frame = 0; in DoExecute() local
1508 process->GetThreadStatus(strm, only_threads_with_stop_reason, start_frame, in DoExecute()
H A DCommandObjectThread.cpp1225 const uint32_t start_frame = 0; in DoExecute() local
1229 process->GetThreadStatus(strm, only_threads_with_stop_reason, start_frame, in DoExecute()
H A DCommandObjectTarget.cpp117 const uint32_t start_frame = 0; in DumpTargetInfo() local
123 start_frame, num_frames, num_frames_with_source, in DumpTargetInfo()