| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBFrame.cpp | 58 SBFrame::SBFrame() : m_opaque_sp(new ExecutionContextRef()) { in SBFrame() function in SBFrame 62 SBFrame::SBFrame(const StackFrameSP &lldb_object_sp) in SBFrame() function in SBFrame 67 SBFrame::SBFrame(const SBFrame &rhs) { in SBFrame() function in SBFrame 73 SBFrame::~SBFrame() = default; 75 const SBFrame &SBFrame::operator=(const SBFrame &rhs) { in operator =() 83 StackFrameSP SBFrame::GetFrameSP() const { in GetFrameSP() 87 void SBFrame::SetFrameSP(const StackFrameSP &lldb_object_sp) { in SetFrameSP() 91 bool SBFrame::IsValid() const { in IsValid() 95 SBFrame::operator bool() const { in operator bool() 113 SBSymbolContext SBFrame::GetSymbolContext(uint32_t resolve_scope) const { in GetSymbolContext() [all …]
|
| H A D | SBExecutionContext.cpp | 56 SBExecutionContext::SBExecutionContext(const lldb::SBFrame &frame) in SBExecutionContext() 113 SBFrame SBExecutionContext::GetFrame() const { in GetFrame() 116 SBFrame sb_frame; in GetFrame()
|
| H A D | SBThread.cpp | 662 void SBThread::StepOutOfFrame(SBFrame &sb_frame) { in StepOutOfFrame() 669 void SBThread::StepOutOfFrame(SBFrame &sb_frame, SBError &error) { in StepOutOfFrame() 770 SBError SBThread::StepOverUntil(lldb::SBFrame &sb_frame, in StepOverUntil() 961 SBError SBThread::ReturnFromFrame(SBFrame &frame, SBValue &return_value) { in ReturnFromFrame() 1106 SBFrame SBThread::GetFrameAtIndex(uint32_t idx) { in GetFrameAtIndex() 1109 SBFrame sb_frame; in GetFrameAtIndex() 1125 lldb::SBFrame SBThread::GetSelectedFrame() { in GetSelectedFrame() 1128 SBFrame sb_frame; in GetSelectedFrame() 1144 lldb::SBFrame SBThread::SetSelectedFrame(uint32_t idx) { in SetSelectedFrame() 1147 SBFrame sb_frame; in SetSelectedFrame() [all …]
|
| /openbsd-src/gnu/llvm/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); 218 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 | 287 lldb::SBFrame GetFrame(); 386 friend class SBFrame; variable
|
| H A D | SBValueList.h | 79 friend class SBFrame;
|
| H A D | SBFunction.h | 72 friend class SBFrame; variable
|
| H A D | SBLineEntry.h | 60 friend class SBFrame; variable
|
| H A D | SBSymbol.h | 109 friend class SBFrame; variable
|
| H A D | SBInstruction.h | 66 bool EmulateWithFrame(lldb::SBFrame &frame, uint32_t evaluate_options);
|
| H A D | SBExpressionOptions.h | 108 friend class SBFrame; variable
|
| H A D | SBSymbolContext.h | 59 friend class SBFrame; variable
|
| H A D | SBCompileUnit.h | 79 friend class SBFrame; variable
|
| /openbsd-src/gnu/llvm/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 | SBThreadPlan.i | 135 friend class SBFrame; variable
|
| /openbsd-src/gnu/llvm/lldb/bindings/lua/ |
| H A D | lua-wrapper.swig | 10 lldb::SBFrame sb_frame(stop_frame_sp); 46 lldb::SBFrame sb_frame(stop_frame_sp);
|
| H A D | lua-swigsafecast.swig | 3 void PushSBClass(lua_State *L, lldb::SBFrame *frame_sb) {
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
| H A D | JSONUtils.h | 342 llvm::json::Value CreateSource(lldb::SBFrame &frame, int64_t &disasm_line); 361 llvm::json::Value CreateStackFrame(lldb::SBFrame &frame);
|
| H A D | LLDBUtils.h | 81 int64_t MakeVSCodeFrameID(lldb::SBFrame &frame);
|
| H A D | VSCodeForward.h | 29 class SBFrame; variable
|