xref: /freebsd/contrib/llvm-project/lldb/bindings/interface/SBSymbolDocstrings.i (revision 06c3fb2749bda94cb5201f81ffdb8fa6c3161b2e)
1*06c3fb27SDimitry Andric %feature("docstring",
2*06c3fb27SDimitry Andric "Represents the symbol possibly associated with a stack frame.
3*06c3fb27SDimitry Andric :py:class:`SBModule` contains SBSymbol(s). SBSymbol can also be retrieved from :py:class:`SBFrame` ."
4*06c3fb27SDimitry Andric ) lldb::SBSymbol;
5