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
[NFC][Coroutines] Use structured binding with llvm::enumerate in CoroSplit (#116879)
[llvm-project.git]
/
lldb
/
bindings
/
interface
/
SBProcessInfoDocstrings.i
blob
7073b6ba9bf4c2bacc12e21f212846095aa83e1b
1
%
feature
(
"docstring"
,
2
"Describes an existing process and any discoverable information that pertains to
3
that process."
4
)
lldb
::
SBProcessInfo
;
5
6
%
feature
(
"docstring"
,
7
"Return the target triple (arch-vendor-os) for the described process."
8
)
lldb
::
SBProcessInfo
::
GetTriple
;