Package lldb :: Class SBSymbol
[hide private]
[frames] | no frames]

Class SBSymbol

source code


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.

Instance Methods [hide private]
 
__repr__(self) source code
 
__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
 
__nonzero__(self) source code
 
__bool__(self) 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
 
get_instructions_from_current_target(self) source code
 
__str__(self)
__str__(SBSymbol self) -> PyObject *
source code
 
__eq__(self, rhs) source code
 
__ne__(self, rhs) source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _lldb.delete_SBSymbol
  __del__ = lambda self: