/external/lldb/include/lldb/API/ |
D | SBFrame.h | 18 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);
|
D | SBThread.h | 19 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
|
D | SBBlock.h | 73 GetVariables (lldb::SBFrame& frame, 102 friend class SBFrame; variable
|
D | SBValue.h | 334 lldb::SBFrame 435 friend class SBFrame; variable
|
D | SBExpressionOptions.h | 78 friend class SBFrame; variable
|
D | SBValueList.h | 61 friend class SBFrame;
|
D | SBInstruction.h | 70 EmulateWithFrame (lldb::SBFrame &frame, uint32_t evaluate_options);
|
D | SBFunction.h | 81 friend class SBFrame; variable
|
D | SBLineEntry.h | 76 friend class SBFrame; variable
|
/external/lldb/source/API/ |
D | SBFrame.cpp | 52 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 …]
|
D | SBThread.cpp | 679 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/ |
D | SBFrame.i | 47 ) 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;
|
D | SBThread.i | 53 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
|
D | SBExpressionOptions.i | 18 friend class SBFrame; variable
|
/external/lldb/tools/lldb-perf/common/clang/ |
D | lldb_perf_clang.cpp | 46 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/ |
D | classlldb_1_1SBFrame__coll__graph.map | 1 <map id="lldb::SBFrame" name="lldb::SBFrame">
|
D | SBFrame_8h__incl.map | 1 <map id="SBFrame.h" name="SBFrame.h">
|
D | SBFrame_8h__dep__incl.map | 1 <map id="SBFrame.h" name="SBFrame.h">
|
/external/lldb/tools/lldb-perf/lib/ |
D | Xcode.h | 39 FetchVariables (SBFrame frame, uint32_t expand = 0, bool verbose = false); 45 RunExpression (SBFrame frame, const char* expression, bool po = false, bool verbose = false);
|
D | Xcode.cpp | 61 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/ |
D | sketch.cpp | 56 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/ |
D | api-objects.txt | 2957 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/ |
D | lldb.swig | 18 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/ |
D | sb_instruction.py | 14 obj.EmulateWithFrame(lldb.SBFrame(), 0)
|
D | sb_thread.py | 20 frame = lldb.SBFrame()
|