blob: 990dee0def2bcf270997011512e12d8c57f41784 [file] [log] [blame]
%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;