aboutsummaryrefslogtreecommitdiff
path: root/lldb/bindings/interface/SBFormatDocstrings.i
blob: a7304f5f6a8483794f5d350729e08d1bd8d71827 (plain)
1
2
3
4
5
%feature("docstring",
"Class that represents a format string that can be used to generate "
"descriptions of objects like frames and threads. See "
"https://lldb.llvm.org/use/formatting.html for more information."
) lldb::SBFormat;