Home
last modified time | relevance | path

Searched refs:SBFrame (Results 1 – 25 of 61) sorted by relevance

123

/external/lldb/include/lldb/API/
DSBFrame.h18 class SBFrame
21 SBFrame ();
23 SBFrame (const lldb::SBFrame &rhs);
25 const lldb::SBFrame &
26 operator =(const lldb::SBFrame &rhs);
28 ~SBFrame();
31 IsEqual (const lldb::SBFrame &that) const;
139 operator == (const lldb::SBFrame &rhs) const;
142 operator != (const lldb::SBFrame &rhs) const;
219 SBFrame (const lldb::StackFrameSP &lldb_object_sp);
DSBThread.h19 class SBFrame; variable
110 StepOutOfFrame (lldb::SBFrame &frame);
116 StepOverUntil (lldb::SBFrame &frame,
124 ReturnFromFrame (SBFrame &frame, SBValue &return_value);
162 lldb::SBFrame
165 lldb::SBFrame
168 lldb::SBFrame
174 static SBFrame
201 friend class SBFrame; variable
DSBBlock.h73 GetVariables (lldb::SBFrame& frame,
102 friend class SBFrame; variable
DSBValue.h334 lldb::SBFrame
435 friend class SBFrame; variable
DSBExpressionOptions.h78 friend class SBFrame; variable
DSBValueList.h61 friend class SBFrame;
DSBInstruction.h70 EmulateWithFrame (lldb::SBFrame &frame, uint32_t evaluate_options);
DSBFunction.h81 friend class SBFrame; variable
DSBLineEntry.h76 friend class SBFrame; variable
/external/lldb/source/API/
DSBFrame.cpp52 SBFrame::SBFrame () : in SBFrame() function in SBFrame
57 SBFrame::SBFrame (const StackFrameSP &lldb_object_sp) : in SBFrame() function in SBFrame
72 SBFrame::SBFrame(const SBFrame &rhs) : in SBFrame() function in SBFrame
77 const SBFrame &
78 SBFrame::operator = (const SBFrame &rhs) in operator =()
85 SBFrame::~SBFrame() in ~SBFrame()
90 SBFrame::GetFrameSP() const in GetFrameSP()
98 SBFrame::SetFrameSP (const StackFrameSP &lldb_object_sp) in SetFrameSP()
104 SBFrame::IsValid() const in IsValid()
110 SBFrame::GetSymbolContext (uint32_t resolve_scope) const in GetSymbolContext()
[all …]
DSBThread.cpp679 SBThread::StepOutOfFrame (lldb::SBFrame &sb_frame) in StepOutOfFrame()
765 SBThread::StepOverUntil (lldb::SBFrame &sb_frame, in StepOverUntil()
913 SBThread::ReturnFromFrame (SBFrame &frame, SBValue &return_value) in ReturnFromFrame()
1056 SBFrame
1061 SBFrame sb_frame; in GetFrameAtIndex()
1092 lldb::SBFrame
1097 SBFrame sb_frame; in GetSelectedFrame()
1128 lldb::SBFrame
1133 SBFrame sb_frame; in SetSelectedFrame()
1174 SBFrame
/external/lldb/scripts/Python/interface/
DSBFrame.i47 ) SBFrame;
48 class SBFrame
51 SBFrame ();
53 SBFrame (const lldb::SBFrame &rhs);
55 ~SBFrame();
58 IsEqual (const lldb::SBFrame &rhs) const;
177 operator == (const lldb::SBFrame &rhs) const;
180 operator != (const lldb::SBFrame &rhs) const;
DSBThread.i53 static SBFrame
133 StepOutOfFrame (lldb::SBFrame &frame);
139 StepOverUntil (lldb::SBFrame &frame,
147 ReturnFromFrame (SBFrame &frame, SBValue &return_value);
187 lldb::SBFrame
190 lldb::SBFrame
193 lldb::SBFrame
DSBExpressionOptions.i18 friend class SBFrame; variable
/external/lldb/tools/lldb-perf/common/clang/
Dlldb_perf_clang.cpp46 m_expr_first_evaluate([this] (SBFrame frame) -> void
50 m_expr_frame_zero ([this] (SBFrame frame) -> void
54 m_expr_frame_non_zero ([this] (SBFrame frame) -> void
152 SBFrame frame (m_thread.GetFrameAtIndex(0)); in TestStep()
168 SBFrame frame (m_thread.GetFrameAtIndex(21)); in TestStep()
270 TimeMeasurement<std::function<void(SBFrame)>> m_expr_first_evaluate;
271 TimeMeasurement<std::function<void(SBFrame)>> m_expr_frame_zero;
272 TimeMeasurement<std::function<void(SBFrame)>> m_expr_frame_non_zero;
/external/lldb/www/cpp_reference/html/
Dclasslldb_1_1SBFrame__coll__graph.map1 <map id="lldb::SBFrame" name="lldb::SBFrame">
DSBFrame_8h__incl.map1 <map id="SBFrame.h" name="SBFrame.h">
DSBFrame_8h__dep__incl.map1 <map id="SBFrame.h" name="SBFrame.h">
/external/lldb/tools/lldb-perf/lib/
DXcode.h39 FetchVariables (SBFrame frame, uint32_t expand = 0, bool verbose = false);
45 RunExpression (SBFrame frame, const char* expression, bool po = false, bool verbose = false);
DXcode.cpp61 Xcode::FetchVariables (SBFrame frame, uint32_t expand, bool verbose) in FetchVariables()
84 SBFrame frame(thread.GetFrameAtIndex(t)); in FetchFrames()
112 Xcode::RunExpression (SBFrame frame, const char* expression, bool po, bool verbose) in RunExpression()
/external/lldb/tools/lldb-perf/darwin/sketch/
Dsketch.cpp56 SBFrame frame(thread.GetFrameAtIndex(0)); in __anonc0957f9d0402()
60 m_run_expr_measurement([this] (SBFrame frame, const char* expr) -> void
368 …Measurement<lldb_perf::TimeGauge, std::function<void(SBFrame, const char*)>> m_run_expr_measuremen…
/external/lldb/www/python_reference/
Dapi-objects.txt2957 lldb.SBFrame lldb.SBFrame-class.html
2958 lldb.SBFrame.__swig_getmethods__ lldb.SBFrame-class.html#__swig_getmethods__
2959 lldb.SBFrame.fp lldb.SBFrame-class.html#fp
2960 lldb.SBFrame.GetFP lldb.SBFrame-class.html#GetFP
2961 lldb.SBFrame.compile_unit lldb.SBFrame-class.html#compile_unit
2962 lldb.SBFrame.GetThread lldb.SBFrame-class.html#GetThread
2963 lldb.SBFrame.vars lldb.SBFrame-class.html#vars
2964 lldb.SBFrame.GetFunction lldb.SBFrame-class.html#GetFunction
2965 lldb.SBFrame.IsInlined lldb.SBFrame-class.html#IsInlined
2966 lldb.SBFrame.line_entry lldb.SBFrame-class.html#line_entry
[all …]
/external/lldb/scripts/
Dlldb.swig18 o SBFrame: Represents one of the stack frames associated with a thread. SBThread
19 contains SBFrame(s).
72 #include "lldb/API/SBFrame.h"
136 %include "./Python/interface/SBFrame.i"
/external/lldb/test/python_api/default-constructor/
Dsb_instruction.py14 obj.EmulateWithFrame(lldb.SBFrame(), 0)
Dsb_thread.py20 frame = lldb.SBFrame()

123