repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
lldb
/
bindings
/
interface
/
SBEnvironmentDocstrings.i
blob
708a0735ed71bb1df4f1733eea346d3af29d71af
1
%
feature
(
"docstring"
,
2
"Represents the environment of a certain process.
3
4
Example: ::
5
6
for entry in lldb.debugger.GetSelectedTarget().GetEnvironment().GetEntries():
7
print(entry)
8
9
"
)
lldb
::
SBEnvironment
;