|
|
|
|
|
|
|
|
|
__init__(self,
*args)
__init__(lldb::SBSymbolContextList self) -> SBSymbolContextList
__init__(lldb::SBSymbolContextList self, SBSymbolContextList rhs)
-> SBSymbolContextList |
source code
|
|
|
__swig_destroy__(...)
delete_SBSymbolContextList(SBSymbolContextList self) |
|
|
|
|
|
|
|
IsValid(self)
IsValid(SBSymbolContextList self) -> bool |
source code
|
|
|
GetSize(self)
GetSize(SBSymbolContextList self) -> uint32_t |
source code
|
|
|
GetContextAtIndex(self,
*args)
GetContextAtIndex(SBSymbolContextList self, uint32_t idx) ->
SBSymbolContext |
source code
|
|
|
Append(self,
*args)
Append(SBSymbolContextList self, SBSymbolContext sc)
Append(SBSymbolContextList self, SBSymbolContextList sc_list) |
source code
|
|
|
GetDescription(self,
*args)
GetDescription(SBSymbolContextList self, SBStream description) ->
bool |
source code
|
|
|
Clear(self)
Clear(SBSymbolContextList self) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__sizeof__ ,
__subclasshook__
|
|
blocks
Returns a list() of lldb.SBBlock objects, one for each block in each
SBSymbolContext object in this list.
|
|
compile_units
Returns a list() of lldb.SBCompileUnit objects, one for each compile
unit in each SBSymbolContext object in this list.
|
|
functions
Returns a list() of lldb.SBFunction objects, one for each function in
each SBSymbolContext object in this list.
|
|
line_entries
Returns a list() of lldb.SBLineEntry objects, one for each line entry
in each SBSymbolContext object in this list.
|
|
modules
Returns a list() of lldb.SBModule objects, one for each module in
each SBSymbolContext object in this list.
|
|
symbols
Returns a list() of lldb.SBSymbol objects, one for each symbol in
each SBSymbolContext object in this list.
|
Inherited from object :
__class__
|