brintos

brintos / llvm-project-archived public Read only

0
0
Text · 269 B · 7073b6b Raw
9 lines · plain
1%feature("docstring",2"Describes an existing process and any discoverable information that pertains to3that 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