xref: /freebsd/contrib/llvm-project/lldb/bindings/interface/SBProcessInfoDocstrings.i (revision 59c8e88e72633afbc47a4ace0d2170d00d51f7dc)
1 %feature("docstring",
2 "Describes an existing process and any discoverable information that pertains to
3 that process."
4 ) lldb::SBProcessInfo;
5 
6 %feature("docstring",
7 "Return the target triple (arch-vendor-os) for the described process."
8 ) lldb::SBProcessInfo::GetTriple;
9