9#ifndef LLDB_API_SBFRAME_H
10#define LLDB_API_SBFRAME_H
38 explicit operator bool()
const;
42 uint32_t GetFrameID()
const;
84 const char *GetFunctionName();
88 const char *GetDisplayFunctionName();
90 const char *GetFunctionName()
const;
101 bool IsInlined()
const;
105 bool IsArtificial()
const;
109 bool IsHidden()
const;
120 bool unwind_on_error);
143 const char *Disassemble()
const;
178 lldb::SBValue GetValueForVariablePath(
const char *var_expr_cstr,
222 friend class lldb_private::python::SWIGBridge;
lldb::ExecutionContextRefSP m_opaque_sp
A class that represents a running process on the host machine.
std::shared_ptr< lldb_private::StackFrame > StackFrameSP
LanguageType
Programming language type.
bool LLDB_API operator==(const SBAddress &lhs, const SBAddress &rhs)
std::shared_ptr< lldb_private::ExecutionContextRef > ExecutionContextRefSP