bolt/deps/llvm-18.1.8/lldb/bindings/interface/SBSymbolDocstrings.i

5 lines
205 B
OpenEdge ABL
Raw Normal View History

2025-02-14 19:21:04 +01:00
%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;