|
|
|
__init__(self,
*args)
__init__(lldb::SBFrame self) -> SBFrame __init__(lldb::SBFrame
self, SBFrame rhs) -> SBFrame |
source code
|
|
|
IsEqual(self,
*args)
IsEqual(SBFrame self, SBFrame rhs) -> bool |
source code
|
|
|
IsValid(self)
IsValid(SBFrame self) -> bool |
source code
|
|
|
|
|
|
|
GetFrameID(self)
GetFrameID(SBFrame self) -> uint32_t |
source code
|
|
|
|
|
GetPC(self)
GetPC(SBFrame self) -> lldb::addr_t |
source code
|
|
|
SetPC(self,
*args)
SetPC(SBFrame self, lldb::addr_t new_pc) -> bool |
source code
|
|
|
GetSP(self)
GetSP(SBFrame self) -> lldb::addr_t |
source code
|
|
|
GetFP(self)
GetFP(SBFrame self) -> lldb::addr_t |
source code
|
|
|
GetPCAddress(self)
GetPCAddress(SBFrame self) -> SBAddress |
source code
|
|
|
GetSymbolContext(self,
*args)
GetSymbolContext(SBFrame self, uint32_t resolve_scope) ->
SBSymbolContext |
source code
|
|
|
GetModule(self)
GetModule(SBFrame self) -> SBModule |
source code
|
|
|
GetCompileUnit(self)
GetCompileUnit(SBFrame self) -> SBCompileUnit |
source code
|
|
|
GetFunction(self)
GetFunction(SBFrame self) -> SBFunction |
source code
|
|
|
GetSymbol(self)
GetSymbol(SBFrame self) -> SBSymbol |
source code
|
|
|
|
|
GetDisplayFunctionName(self)
GetDisplayFunctionName(SBFrame self) -> char const * |
source code
|
|
|
GetFunctionName(self,
*args)
GetFunctionName(SBFrame self) -> char const
GetFunctionName(SBFrame self) -> char const * |
source code
|
|
|
|
|
|
|
|
|
EvaluateExpression(self,
*args)
EvaluateExpression(SBFrame self, char const * expr) -> SBValue
EvaluateExpression(SBFrame self, char const * expr,
lldb::DynamicValueType use_dynamic) -> SBValue
EvaluateExpression(SBFrame self, char const * expr,
lldb::DynamicValueType use_dynamic, bool unwind_on_error) ->
SBValue EvaluateExpression(SBFrame self, char const * expr,
SBExpressionOptions options) -> SBValue |
source code
|
|
|
|
|
GetLineEntry(self)
GetLineEntry(SBFrame self) -> SBLineEntry |
source code
|
|
|
GetThread(self)
GetThread(SBFrame self) -> SBThread |
source code
|
|
|
Disassemble(self)
Disassemble(SBFrame self) -> char const * |
source code
|
|
|
|
|
__eq__(self,
*args)
__eq__(SBFrame self, SBFrame rhs) -> bool |
source code
|
|
|
__ne__(self,
*args)
__ne__(SBFrame self, SBFrame rhs) -> bool |
source code
|
|
|
GetVariables(self,
*args)
GetVariables(SBFrame self, bool arguments, bool locals, bool statics,
bool in_scope_only) -> SBValueList GetVariables(SBFrame self, bool
arguments, bool locals, bool statics, bool in_scope_only,
lldb::DynamicValueType use_dynamic) -> SBValueList
GetVariables(SBFrame self, SBVariablesOptions options) ->
SBValueList |
source code
|
|
|
GetRegisters(self)
GetRegisters(SBFrame self) -> SBValueList |
source code
|
|
|
FindVariable(self,
*args)
FindVariable(SBFrame self, char const * var_name) -> SBValue
FindVariable(SBFrame self, char const * var_name,
lldb::DynamicValueType use_dynamic) -> SBValue |
source code
|
|
|
FindRegister(self,
*args)
FindRegister(SBFrame self, char const * name) -> SBValue |
source code
|
|
|
GetValueForVariablePath(self,
*args)
GetValueForVariablePath(SBFrame self, char const * var_path) -> SBValue
GetValueForVariablePath(SBFrame self, char const * var_path, lldb::DynamicValueType use_dynamic) -> SBValue |
source code
|
|
|
FindValue(self,
*args)
FindValue(SBFrame self, char const * name, lldb::ValueType
value_type) -> SBValue FindValue(SBFrame self, char const * name,
lldb::ValueType value_type, lldb::DynamicValueType use_dynamic) ->
SBValue |
source code
|
|
|
GetDescription(self,
*args)
GetDescription(SBFrame self, SBStream description) -> bool |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
var(self,
var_expr_path)
Calls through to lldb.SBFrame.GetValueForVariablePath() and returns a
value that represents the variable expression path |
source code
|
|
|
|
|
__str__(self)
__str__(SBFrame self) -> PyObject * |
source code
|
|