Home
last modified time | relevance | path

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

123

/external/llvm-project/lldb/source/API/
DSBFrame.cpp57 SBFrame::SBFrame() : m_opaque_sp(new ExecutionContextRef()) { in SBFrame() function in SBFrame
58 LLDB_RECORD_CONSTRUCTOR_NO_ARGS(SBFrame); in SBFrame()
61 SBFrame::SBFrame(const StackFrameSP &lldb_object_sp) in SBFrame() function in SBFrame
63 LLDB_RECORD_CONSTRUCTOR(SBFrame, (const lldb::StackFrameSP &), in SBFrame()
67 SBFrame::SBFrame(const SBFrame &rhs) : m_opaque_sp() { in SBFrame() function in SBFrame
68 LLDB_RECORD_CONSTRUCTOR(SBFrame, (const lldb::SBFrame &), rhs); in SBFrame()
73 SBFrame::~SBFrame() = default;
75 const SBFrame &SBFrame::operator=(const SBFrame &rhs) { in operator =()
76 LLDB_RECORD_METHOD(const lldb::SBFrame &, in operator =()
77 SBFrame, operator=,(const lldb::SBFrame &), rhs); in operator =()
[all …]
DSBExecutionContext.cpp61 SBExecutionContext::SBExecutionContext(const lldb::SBFrame &frame) in SBExecutionContext()
63 LLDB_RECORD_CONSTRUCTOR(SBExecutionContext, (const lldb::SBFrame &), frame); in SBExecutionContext()
123 SBFrame SBExecutionContext::GetFrame() const { in GetFrame()
124 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBFrame, SBExecutionContext, GetFrame); in GetFrame()
126 SBFrame sb_frame; in GetFrame()
148 LLDB_REGISTER_CONSTRUCTOR(SBExecutionContext, (const lldb::SBFrame &)); in RegisterMethods()
158 LLDB_REGISTER_METHOD_CONST(lldb::SBFrame, SBExecutionContext, GetFrame, ()); in RegisterMethods()
DSBThread.cpp661 void SBThread::StepOutOfFrame(SBFrame &sb_frame) { in StepOutOfFrame()
662 LLDB_RECORD_METHOD(void, SBThread, StepOutOfFrame, (lldb::SBFrame &), in StepOutOfFrame()
669 void SBThread::StepOutOfFrame(SBFrame &sb_frame, SBError &error) { in StepOutOfFrame()
671 (lldb::SBFrame &, lldb::SBError &), sb_frame, error); in StepOutOfFrame()
774 SBError SBThread::StepOverUntil(lldb::SBFrame &sb_frame, in StepOverUntil()
777 (lldb::SBFrame &, lldb::SBFileSpec &, uint32_t), sb_frame, in StepOverUntil()
973 SBError SBThread::ReturnFromFrame(SBFrame &frame, SBValue &return_value) { in ReturnFromFrame()
975 (lldb::SBFrame &, lldb::SBValue &), frame, return_value); in ReturnFromFrame()
1120 SBFrame SBThread::GetFrameAtIndex(uint32_t idx) { in GetFrameAtIndex()
1121 LLDB_RECORD_METHOD(lldb::SBFrame, SBThread, GetFrameAtIndex, (uint32_t), idx); in GetFrameAtIndex()
[all …]
DSBBlock.cpp240 lldb::SBValueList SBBlock::GetVariables(lldb::SBFrame &frame, bool arguments, in GetVariables()
245 (lldb::SBFrame &, bool, bool, bool, lldb::DynamicValueType), frame, in GetVariables()
380 (lldb::SBFrame &, bool, bool, bool, lldb::DynamicValueType)); in RegisterMethods()
DSBInstruction.cpp292 bool SBInstruction::EmulateWithFrame(lldb::SBFrame &frame, in EmulateWithFrame()
295 (lldb::SBFrame &, uint32_t), frame, evaluate_options); in EmulateWithFrame()
376 (lldb::SBFrame &, uint32_t)); in RegisterMethods()
/external/llvm-project/lldb/include/lldb/API/
DSBFrame.h17 class LLDB_API SBFrame {
19 SBFrame();
21 SBFrame(const lldb::SBFrame &rhs);
23 const lldb::SBFrame &operator=(const lldb::SBFrame &rhs);
25 ~SBFrame();
27 bool IsEqual(const lldb::SBFrame &that) const;
134 bool operator==(const lldb::SBFrame &rhs) const;
136 bool operator!=(const lldb::SBFrame &rhs) const;
187 SBFrame(const lldb::StackFrameSP &lldb_object_sp);
DSBThread.h18 class SBFrame; variable
109 void StepOutOfFrame(SBFrame &frame);
111 void StepOutOfFrame(SBFrame &frame, SBError &error);
117 SBError StepOverUntil(lldb::SBFrame &frame, lldb::SBFileSpec &file_spec,
135 SBError ReturnFromFrame(SBFrame &frame, SBValue &return_value);
172 lldb::SBFrame GetFrameAtIndex(uint32_t idx);
174 lldb::SBFrame GetSelectedFrame();
176 lldb::SBFrame SetSelectedFrame(uint32_t frame_idx);
180 static SBFrame GetStackFrameFromEvent(const SBEvent &event);
213 friend class SBFrame; variable
DSBExecutionContext.h38 SBExecutionContext(const lldb::SBFrame &frame);
50 SBFrame GetFrame() const;
DSBBlock.h57 lldb::SBValueList GetVariables(lldb::SBFrame &frame, bool arguments,
77 friend class SBFrame; variable
DSBValue.h281 lldb::SBFrame GetFrame();
380 friend class SBFrame; variable
DSBValueList.h52 friend class SBFrame;
DSBSymbol.h73 friend class SBFrame; variable
DSBInstruction.h64 bool EmulateWithFrame(lldb::SBFrame &frame, uint32_t evaluate_options);
DSBLineEntry.h60 friend class SBFrame; variable
DSBFunction.h72 friend class SBFrame; variable
DSBExpressionOptions.h108 friend class SBFrame; variable
/external/llvm-project/lldb/bindings/interface/
DSBFrame.i46 ) SBFrame;
47 class SBFrame
50 SBFrame ();
52 SBFrame (const lldb::SBFrame &rhs);
54 ~SBFrame();
57 IsEqual (const lldb::SBFrame &rhs) const;
207 operator == (const lldb::SBFrame &rhs) const;
210 operator != (const lldb::SBFrame &rhs) const;
288 STRING_EXTENSION(SBFrame)
300 return SBFrame()
DSBThread.i68 static SBFrame
230 StepOutOfFrame (SBFrame &frame);
235 StepOutOfFrame (SBFrame &frame, SBError &error);
246 StepOverUntil (lldb::SBFrame &frame,
277 ReturnFromFrame (SBFrame &frame, SBValue &return_value);
327 lldb::SBFrame
330 lldb::SBFrame
333 lldb::SBFrame
DSBExecutionContext.i24 SBExecutionContext (const lldb::SBFrame &frame);
37 SBFrame
/external/llvm-project/lldb/tools/lldb-vscode/
DJSONUtils.h340 llvm::json::Value CreateSource(lldb::SBFrame &frame, int64_t &disasm_line);
359 llvm::json::Value CreateStackFrame(lldb::SBFrame &frame);
DLLDBUtils.h81 int64_t MakeVSCodeFrameID(lldb::SBFrame &frame);
DVSCodeForward.h29 class SBFrame; variable
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_instruction.py17 obj.EmulateWithFrame(lldb.SBFrame(), 0)
Dsb_thread.py20 frame = lldb.SBFrame()
/external/llvm-project/lldb/bindings/lua/
Dlua-swigsafecast.swig6 PushSBClass (lua_State* L, lldb::SBFrame* frame_sb)

123