aboutsummaryrefslogtreecommitdiff
path: root/lldb/bindings/interface/SBProcessInfoDocstrings.i
blob: 7073b6ba9bf4c2bacc12e21f212846095aa83e1b (plain)
1
2
3
4
5
6
7
8
%feature("docstring",
"Describes an existing process and any discoverable information that pertains to
that process."
) lldb::SBProcessInfo;

%feature("docstring",
"Return the target triple (arch-vendor-os) for the described process."
) lldb::SBProcessInfo::GetTriple;