Lines Matching defs:SBFrame
24 class SBFrame;
116 void StepOutOfFrame(SBFrame &frame);
118 void StepOutOfFrame(SBFrame &frame, SBError &error);
124 SBError StepOverUntil(lldb::SBFrame &frame, lldb::SBFileSpec &file_spec,
142 SBError ReturnFromFrame(SBFrame &frame, SBValue &return_value);
179 lldb::SBFrame GetFrameAtIndex(uint32_t idx);
181 lldb::SBFrame GetSelectedFrame();
183 lldb::SBFrame SetSelectedFrame(uint32_t frame_idx);
187 static SBFrame GetStackFrameFromEvent(const SBEvent &event);
237 friend class SBFrame;