[NFC][Coroutines] Use structured binding with llvm::enumerate in CoroSplit (#116879)
[llvm-project.git] / lldb / bindings / interface / SBProcessInfoDocstrings.i
blob7073b6ba9bf4c2bacc12e21f212846095aa83e1b
1 %feature("docstring",
2 "Describes an existing process and any discoverable information that pertains to
3 that process."
4 ) lldb::SBProcessInfo;
6 %feature("docstring",
7 "Return the target triple (arch-vendor-os) for the described process."
8 ) lldb::SBProcessInfo::GetTriple;