Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBFrameDocstrings.i37 ) lldb::SBFrame;
45 ) lldb::SBFrame::GetCFA;
51 ) lldb::SBFrame::GetBlock;
67 ) lldb::SBFrame::GetFunctionName;
73 ) lldb::SBFrame::GuessLanguage;
79 ) lldb::SBFrame::IsInlined;
94 ) lldb::SBFrame::GetRegisters;
100 ) lldb::SBFrame::IsArtificial;
105 ) lldb::SBFrame::EvaluateExpression;
120 ) lldb::SBFrame::GetFrameBlock;
[all …]
H A DSBFrameExtensions.i1 STRING_EXTENSION_OUTSIDE(SBFrame)
3 %extend lldb::SBFrame {
25 return SBFrame()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp61 SBFrame::SBFrame() : m_opaque_sp(new ExecutionContextRef()) { in SBFrame() function in SBFrame
65 SBFrame::SBFrame(const StackFrameSP &lldb_object_sp) in SBFrame() function in SBFrame
70 SBFrame::SBFrame(const SBFrame &rhs) { in SBFrame() function in SBFrame
76 SBFrame::~SBFrame() = default;
78 const SBFrame &SBFrame::operator=(const SBFrame &rhs) { in operator =()
86 StackFrameSP SBFrame::GetFrameSP() const { in GetFrameSP()
90 void SBFrame::SetFrameSP(const StackFrameSP &lldb_object_sp) { in SetFrameSP()
94 bool SBFrame::IsValid() const { in IsValid()
98 SBFrame::operator bool() const { in operator bool()
116 SBSymbolContext SBFrame::GetSymbolContext(uint32_t resolve_scope) const { in GetSymbolContext()
[all …]
H A DSBExecutionContext.cpp56 SBExecutionContext::SBExecutionContext(const lldb::SBFrame &frame) in SBExecutionContext()
113 SBFrame SBExecutionContext::GetFrame() const { in GetFrame()
116 SBFrame sb_frame; in GetFrame()
H A DSBThread.cpp671 void SBThread::StepOutOfFrame(SBFrame &sb_frame) { in StepOutOfFrame()
678 void SBThread::StepOutOfFrame(SBFrame &sb_frame, SBError &error) { in StepOutOfFrame()
779 SBError SBThread::StepOverUntil(lldb::SBFrame &sb_frame, in StepOverUntil()
971 SBError SBThread::ReturnFromFrame(SBFrame &frame, SBValue &return_value) { in ReturnFromFrame()
1116 SBFrame SBThread::GetFrameAtIndex(uint32_t idx) { in GetFrameAtIndex()
1119 SBFrame sb_frame; in GetFrameAtIndex()
1135 lldb::SBFrame SBThread::GetSelectedFrame() { in GetSelectedFrame()
1138 SBFrame sb_frame; in GetSelectedFrame()
1155 lldb::SBFrame SBThread::SetSelectedFrame(uint32_t idx) { in SetSelectedFrame()
1158 SBFrame sb_frame; in SetSelectedFrame()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFrame.h26 class LLDB_API SBFrame {
28 SBFrame();
30 SBFrame(const lldb::SBFrame &rhs);
32 const lldb::SBFrame &operator=(const lldb::SBFrame &rhs);
34 ~SBFrame();
36 bool IsEqual(const lldb::SBFrame &that) const;
152 bool operator==(const lldb::SBFrame &rhs) const;
154 bool operator!=(const lldb::SBFrame &rhs) const;
230 SBFrame(const lldb::StackFrameSP &lldb_object_sp);
H A DSBThread.h24 class SBFrame; variable
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);
238 friend class SBFrame; variable
H A DSBExecutionContext.h43 SBExecutionContext(const lldb::SBFrame &frame);
55 SBFrame GetFrame() const;
H A DSBBlock.h61 lldb::SBValueList GetVariables(lldb::SBFrame &frame, bool arguments,
81 friend class SBFrame; variable
H A DSBValue.h310 lldb::SBFrame GetFrame();
441 friend class SBFrame; variable
H A DSBValueList.h79 friend class SBFrame;
H A DSBLineEntry.h63 friend class SBFrame; variable
H A DSBSymbol.h109 friend class SBFrame; variable
H A DSBFunction.h77 friend class SBFrame; variable
H A DSBInstruction.h68 bool EmulateWithFrame(lldb::SBFrame &frame, uint32_t evaluate_options);
H A DSBExpressionOptions.h115 friend class SBFrame; variable
H A DSBCompileUnit.h79 friend class SBFrame; variable
H A DSBSymbolContext.h63 friend class SBFrame; variable
H A DSBStructuredData.h117 friend class SBFrame; variable
H A DSBAddress.h93 friend class SBFrame; variable
H A DSBThreadPlan.h130 friend class SBFrame; variable
H A DSBStream.h83 friend class SBFrame; variable
/freebsd/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-wrapper.swig11 lldb::SBFrame sb_frame(stop_frame_sp);
48 lldb::SBFrame sb_frame(stop_frame_sp);
H A Dlua-swigsafecast.swig3 void PushSBClass(lua_State *L, lldb::SBFrame *frame_sb) {
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython.swig18 * :py:class:`SBFrame`: Represents one of the stack frames associated with a thread. :py:class:`SBThread`
19 contains SBFrame(s).

12