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
[clang] Fix implicit integer conversion for opaque enums declared in class templates...
[llvm-project.git]
/
lldb
/
test
/
API
/
commands
/
command
/
regex
/
echo_command.py
blob
3fa17f14ab2f0b36b03d9a704f12bcdb07d3e323
1
import
lldb
2
3
4
def
echo_command
(
debugger
,
args
,
result
,
dict
):
5
result
.
Print
(
args
+
"
\n
"
)
6
result
.
SetStatus
(
lldb
.
eReturnStatusSuccessFinishResult
)
7
return True