5 lines
232 B
OpenEdge ABL
5 lines
232 B
OpenEdge ABL
%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;
|