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