bolt/deps/llvm-18.1.8/lldb/bindings/interface/SBEnvironmentDocstrings.i
2025-02-14 19:21:04 +01:00

9 lines
208 B
OpenEdge ABL

%feature("docstring",
"Represents the environment of a certain process.
Example: ::
for entry in lldb.debugger.GetSelectedTarget().GetEnvironment().GetEntries():
print(entry)
") lldb::SBEnvironment;