| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBFrame.cpp | 57 SBFrame::SBFrame() : m_opaque_sp(new ExecutionContextRef()) { in SBFrame() function in SBFrame 61 SBFrame::SBFrame(const StackFrameSP &lldb_object_sp) in SBFrame() function 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 =() 77 SBFrame, operator=,(const lldb::SBFrame &), rhs); in operator =() 694 bool SBFrame::IsEqual(const SBFrame &that) const { in IsEqual() 703 bool SBFrame::operator==(const SBFrame &rhs) const { in operator ==() 710 bool SBFrame::operator!=(const SBFrame &rhs) const { in operator !=() [all …]
|
| H A D | SBExecutionContext.cpp | 61 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()
|
| H A D | SBThread.cpp | 677 void SBThread::StepOutOfFrame(SBFrame &sb_frame) { in StepOutOfFrame() 790 SBError SBThread::StepOverUntil(lldb::SBFrame &sb_frame, in StepOverUntil() 1137 SBFrame SBThread::GetFrameAtIndex(uint32_t idx) { in GetFrameAtIndex() 1140 SBFrame sb_frame; in GetFrameAtIndex() 1156 lldb::SBFrame SBThread::GetSelectedFrame() { in GetSelectedFrame() 1159 SBFrame sb_frame; in GetSelectedFrame() 1175 lldb::SBFrame SBThread::SetSelectedFrame(uint32_t idx) { in SetSelectedFrame() 1179 SBFrame sb_frame; in SetSelectedFrame() 1206 SBFrame SBThread::GetStackFrameFromEvent(const SBEvent &event) { in GetStackFrameFromEvent() 1413 (lldb::SBFrame &, lldb::SBError &)); in RegisterMethods() [all …]
|
| H A D | SBBlock.cpp | 238 lldb::SBValueList SBBlock::GetVariables(lldb::SBFrame &frame, bool arguments, in GetVariables() 243 (lldb::SBFrame &, bool, bool, bool, lldb::DynamicValueType), frame, in GetVariables() 378 (lldb::SBFrame &, bool, bool, bool, lldb::DynamicValueType)); in RegisterMethods()
|
| H A D | SBInstruction.cpp | 292 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()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBFrame.h | 17 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);
|
| H A D | SBThread.h | 18 class SBFrame; variable 112 void StepOutOfFrame(SBFrame &frame); 114 void StepOutOfFrame(SBFrame &frame, SBError &error); 120 SBError StepOverUntil(lldb::SBFrame &frame, lldb::SBFileSpec &file_spec, 138 SBError ReturnFromFrame(SBFrame &frame, SBValue &return_value); 175 lldb::SBFrame GetFrameAtIndex(uint32_t idx); 177 lldb::SBFrame GetSelectedFrame(); 179 lldb::SBFrame SetSelectedFrame(uint32_t frame_idx); 183 static SBFrame GetStackFrameFromEvent(const SBEvent &event); 216 friend class SBFrame; variable
|
| H A D | SBExecutionContext.h | 38 SBExecutionContext(const lldb::SBFrame &frame); 50 SBFrame GetFrame() const;
|
| H A D | SBBlock.h | 57 lldb::SBValueList GetVariables(lldb::SBFrame &frame, bool arguments, 77 friend class SBFrame; variable
|
| H A D | SBValue.h | 281 lldb::SBFrame GetFrame(); 380 friend class SBFrame; variable
|
| H A D | SBValueList.h | 52 friend class SBFrame;
|
| H A D | SBSymbol.h | 73 friend class SBFrame; variable
|
| H A D | SBFunction.h | 72 friend class SBFrame; variable
|
| H A D | SBInstruction.h | 64 bool EmulateWithFrame(lldb::SBFrame &frame, uint32_t evaluate_options);
|
| H A D | SBLineEntry.h | 60 friend class SBFrame; variable
|
| H A D | SBExpressionOptions.h | 108 friend class SBFrame; variable
|
| H A D | SBCompileUnit.h | 76 friend class SBFrame; variable
|
| H A D | SBSymbolContext.h | 59 friend class SBFrame; variable
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A 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; 208 operator == (const lldb::SBFrame &rhs) const; 211 operator != (const lldb::SBFrame &rhs) const; 296 STRING_EXTENSION(SBFrame) 308 return SBFrame()
|
| H A D | SBThread.i | 68 static SBFrame 233 StepOutOfFrame (SBFrame &frame); 238 StepOutOfFrame (SBFrame &frame, SBError &error); 249 StepOverUntil (lldb::SBFrame &frame, 280 ReturnFromFrame (SBFrame &frame, SBValue &return_value); 330 lldb::SBFrame 333 lldb::SBFrame 336 lldb::SBFrame
|
| H A D | SBExecutionContext.i | 27 SBExecutionContext (const lldb::SBFrame &frame); 40 SBFrame
|
| H A D | SBInstruction.i | 72 EmulateWithFrame (lldb::SBFrame &frame, uint32_t evaluate_options);
|
| H A D | SBThreadPlan.i | 135 friend class SBFrame; variable
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/lua/ |
| H A D | lua-wrapper.swig | 21 lldb::SBFrame sb_frame(stop_frame_sp); 65 lldb::SBFrame sb_frame(stop_frame_sp);
|
| H A D | lua-swigsafecast.swig | 6 PushSBClass (lua_State* L, lldb::SBFrame* frame_sb)
|