5 lines
205 B
OpenEdge ABL
5 lines
205 B
OpenEdge ABL
|
%feature("docstring",
|
||
|
"Represents the symbol possibly associated with a stack frame.
|
||
|
:py:class:`SBModule` contains SBSymbol(s). SBSymbol can also be retrieved from :py:class:`SBFrame` ."
|
||
|
) lldb::SBSymbol;
|