Searched refs:GetFrameBlock (Results 1 - 10 of 10) sorted by relevance

/external/lldb/test/python_api/default-constructor/
H A Dsb_frame.py25 obj.GetFrameBlock()
/external/lldb/include/lldb/API/
H A DSBFrame.h71 /// See also GetFrameBlock().
124 GetFrameBlock () const;
/external/lldb/scripts/Python/interface/
H A DSBFrame.i99 /// See also GetFrameBlock().
159 ") GetFrameBlock;
161 GetFrameBlock () const;
/external/lldb/include/lldb/Target/
H A DStackFrame.h92 GetFrameBlock ();
/external/lldb/source/Target/
H A DThreadPlanStepOut.cpp416 Block *from_block = immediate_return_from_sp->GetFrameBlock();
H A DThreadPlanStepOverRange.cpp359 Block *frame_block = stack_sp->GetFrameBlock();
H A DStackFrame.cpp184 SymbolContextScope *scope = GetFrameBlock ();
288 StackFrame::GetFrameBlock () function in class:StackFrame
484 Block *frame_block = GetFrameBlock();
H A DStackFrameList.cpp128 Block *block_ptr = m_frames[0]->GetFrameBlock();
/external/lldb/source/API/
H A DSBFrame.cpp352 SBFrame::GetFrameBlock () const function in class:SBFrame
370 sb_block.SetPtr(frame->GetFrameBlock ());
375 log->Printf ("SBFrame::GetFrameBlock () => error: could not reconstruct frame object for this SBFrame.");
381 log->Printf ("SBFrame::GetFrameBlock () => error: process is running");
385 log->Printf ("SBFrame(%p)::GetFrameBlock () => SBBlock(%p)",
/external/lldb/examples/python/
H A Dcrashlog.py565 block = frame.GetFrameBlock()

Completed in 1738 milliseconds