|
|
|
|
|
|
|
__init__(self,
*args)
__init__(lldb::SBSymbolContext self) -> SBSymbolContext
__init__(lldb::SBSymbolContext self, SBSymbolContext rhs) ->
SBSymbolContext |
source code
|
|
|
__swig_destroy__(...)
delete_SBSymbolContext(SBSymbolContext self) |
|
|
|
|
|
|
|
IsValid(self)
IsValid(SBSymbolContext self) -> bool |
source code
|
|
|
GetModule(self)
GetModule(SBSymbolContext self) -> SBModule |
source code
|
|
|
GetCompileUnit(self)
GetCompileUnit(SBSymbolContext self) -> SBCompileUnit |
source code
|
|
|
GetFunction(self)
GetFunction(SBSymbolContext self) -> SBFunction |
source code
|
|
|
GetBlock(self)
GetBlock(SBSymbolContext self) -> SBBlock |
source code
|
|
|
GetLineEntry(self)
GetLineEntry(SBSymbolContext self) -> SBLineEntry |
source code
|
|
|
GetSymbol(self)
GetSymbol(SBSymbolContext self) -> SBSymbol |
source code
|
|
|
SetModule(self,
*args)
SetModule(SBSymbolContext self, SBModule module) |
source code
|
|
|
SetCompileUnit(self,
*args)
SetCompileUnit(SBSymbolContext self, SBCompileUnit compile_unit) |
source code
|
|
|
SetFunction(self,
*args)
SetFunction(SBSymbolContext self, SBFunction function) |
source code
|
|
|
SetBlock(self,
*args)
SetBlock(SBSymbolContext self, SBBlock block) |
source code
|
|
|
SetLineEntry(self,
*args)
SetLineEntry(SBSymbolContext self, SBLineEntry line_entry) |
source code
|
|
|
SetSymbol(self,
*args)
SetSymbol(SBSymbolContext self, SBSymbol symbol) |
source code
|
|
|
GetParentOfInlinedScope(self,
*args)
GetParentOfInlinedScope(SBSymbolContext self, SBAddress
curr_frame_pc, SBAddress parent_frame_addr) -> SBSymbolContext |
source code
|
|
|
GetDescription(self,
*args)
GetDescription(SBSymbolContext self, SBStream description) -> bool |
source code
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__sizeof__ ,
__subclasshook__
|
|
block
A read/write property that allows the getting/setting of the block
(lldb.SBBlock) in this symbol context.
|
|
compile_unit
A read/write property that allows the getting/setting of the compile
unit (lldb.SBCompileUnit) in this symbol context.
|
|
function
A read/write property that allows the getting/setting of the function
(lldb.SBFunction) in this symbol context.
|
|
line_entry
A read/write property that allows the getting/setting of the line
entry (lldb.SBLineEntry) in this symbol context.
|
|
module
A read/write property that allows the getting/setting of the module
(lldb.SBModule) in this symbol context.
|
|
symbol
A read/write property that allows the getting/setting of the symbol
(lldb.SBSymbol) in this symbol context.
|
Inherited from object :
__class__
|