Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / bindings / interface / SBEnvironmentDocstrings.i
blob708a0735ed71bb1df4f1733eea346d3af29d71af
1 %feature("docstring",
2 "Represents the environment of a certain process.
4 Example: ::
6 for entry in lldb.debugger.GetSelectedTarget().GetEnvironment().GetEntries():
7 print(entry)
9 ") lldb::SBEnvironment;