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
[libc++] Remove duplicated _LIBCPP_HIDE_FROM_ABI from a few declarations (#122323)
[llvm-project.git]
/
lldb
/
test
/
API
/
commands
/
command
/
script
/
cmd_file.lldb
blob
1589a7cfe0b8d90e549b679ea59fe02ccc2186bf
1
command script add my_cmd
2
result.PutCString("My Command Result")
3
result.SetStatus(lldb.eReturnStatusSuccessFinishResult)
4
DONE