Home
last modified time | relevance | path

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

123

/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;
85 ) lldb::SBFrame::IsArtificial;
90 ) lldb::SBFrame::EvaluateExpression;
105 ) lldb::SBFrame::GetFrameBlock;
110 ) lldb::SBFrame::GetVariables;
[all …]
H A DSBFrameExtensions.i1 STRING_EXTENSION_OUTSIDE(SBFrame)
3 %extend lldb::SBFrame {
25 return SBFrame()
/llvm-project/lldb/source/API/
H A DSBFrame.cpp1 //===-- SBFrame.cpp -------------------------------------------------------===//
13 #include "lldb/API/SBFrame.h"
61 SBFrame::SBFrame() : m_opaque_sp(new ExecutionContextRef()) { in SBFrame()
65 SBFrame::SBFrame(const StackFrameSP &lldb_object_sp) in SBFrame()
70 SBFrame::SBFrame(const SBFrame &rhs) { in SBFrame()
76 SBFrame
60 SBFrame::SBFrame() : m_opaque_sp(new ExecutionContextRef()) { SBFrame() function in SBFrame
64 SBFrame::SBFrame(const StackFrameSP &lldb_object_sp) SBFrame() function in SBFrame
69 SBFrame::SBFrame(const SBFrame &rhs) { SBFrame() function in SBFrame
[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.cpp16 #include "lldb/API/SBFrame.h"
669 void SBThread::StepOutOfFrame(SBFrame &sb_frame) { in StepOutOfFrame()
676 void SBThread::StepOutOfFrame(SBFrame &sb_frame, SBError &error) { in StepOutOfFrame()
683 error = Status::FromErrorString("passed invalid SBFrame object"); in StepOutOfFrame()
777 SBError SBThread::StepOverUntil(lldb::SBFrame &sb_frame, in StepOverUntil()
969 SBError SBThread::ReturnFromFrame(SBFrame &frame, SBValue &return_value) { in ReturnFromFrame()
1114 SBFrame SBThread::GetFrameAtIndex(uint32_t idx) { in GetFrameAtIndex()
1117 SBFrame sb_frame; in GetFrameAtIndex()
1133 lldb::SBFrame SBThread::GetSelectedFrame() { in GetSelectedFrame()
1136 SBFrame sb_fram in GetSelectedFrame()
[all...]
/llvm-project/lldb/include/lldb/API/
H A DSBFrame.h1 //===-- SBFrame.h -----------------------------------------------*- C++ -*-===//
26 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;
135 /// block at or above the block for the PC (SBFrame
[all...]
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;
237 friend class SBFrame; global() variable
[all...]
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 DSBFormat.h54 friend class SBFrame;
H A DSBValue.h315 lldb::SBFrame GetFrame();
445 friend class SBFrame;
441 friend class SBFrame; global() variable
H A DSBValueList.h79 friend class SBFrame;
H A DSBFunction.h77 friend class SBFrame;
75 friend class SBFrame; global() variable
H A DSBSymbol.h109 friend class SBFrame; variable
H A DSBLineEntry.h63 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
/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) {
/llvm-project/lldb/test/API/python_api/default-constructor/
H A Dsb_instruction.py17 obj.EmulateWithFrame(lldb.SBFrame(), 0)
H A Dsb_thread.py20 frame = lldb.SBFrame()
/llvm-project/lldb/tools/lldb-dap/
H A DDAPForward.h33 class SBFrame;
29 class SBFrame; global() variable
H A DLLDBUtils.h118 int64_t MakeDAPFrameID(lldb::SBFrame &frame);
H A DDAP.h26 #include "lldb/API/SBFrame.h"
243 lldb::SBFrame GetLLDBFrame(const llvm::json::Object &arguments);
265 ReplMode DetectReplMode(lldb::SBFrame frame, std::string &expression,

123