brintos

brintos / llvm-project-archived public Read only

0
0
Text · 208 B · 708a073 Raw
10 lines · plain
1%feature("docstring",2"Represents the environment of a certain process.3 4Example: ::5 6  for entry in lldb.debugger.GetSelectedTarget().GetEnvironment().GetEntries():7    print(entry)8 9") lldb::SBEnvironment;10