Represents the symbol possibly associated with a stack frame. SBModule
contains SBSymbol(s). SBSymbol can also be retrieved from SBFrame.
See also SBModule and SBFrame.
|
|
|
__init__(self,
*args)
__init__(lldb::SBSymbol self) -> SBSymbol __init__(lldb::SBSymbol
self, SBSymbol rhs) -> SBSymbol |
source code
|
|
|
IsValid(self)
IsValid(SBSymbol self) -> bool |
source code
|
|
|
|
|
|
|
GetName(self)
GetName(SBSymbol self) -> char const * |
source code
|
|
|
GetDisplayName(self)
GetDisplayName(SBSymbol self) -> char const * |
source code
|
|
|
GetMangledName(self)
GetMangledName(SBSymbol self) -> char const * |
source code
|
|
|
GetInstructions(self,
*args)
GetInstructions(SBSymbol self, SBTarget target) ->
SBInstructionList GetInstructions(SBSymbol self, SBTarget target,
char const * flavor_string) -> SBInstructionList |
source code
|
|
|
GetStartAddress(self)
GetStartAddress(SBSymbol self) -> SBAddress |
source code
|
|
|
GetEndAddress(self)
GetEndAddress(SBSymbol self) -> SBAddress |
source code
|
|
|
GetPrologueByteSize(self)
GetPrologueByteSize(SBSymbol self) -> uint32_t |
source code
|
|
|
GetType(self)
GetType(SBSymbol self) -> lldb::SymbolType |
source code
|
|
|
GetDescription(self,
*args)
GetDescription(SBSymbol self, SBStream description) -> bool |
source code
|
|
|
IsExternal(self)
IsExternal(SBSymbol self) -> bool |
source code
|
|
|
IsSynthetic(self)
IsSynthetic(SBSymbol self) -> bool |
source code
|
|
|
|
|
__str__(self)
__str__(SBSymbol self) -> PyObject * |
source code
|
|
|
|
|
|