Sign in
llvm
/
llvm-project
/
bae177241cd3d78e5a024592cf21f81c196b8001
/
.
/
lldb
/
test
/
API
/
commands
/
command
/
script
/
cmd_file.lldb
blob: 1589a7cfe0b8d90e549b679ea59fe02ccc2186bf [
file
] [
log
] [
blame
]
command script add my_cmd
result
.
PutCString
(
"My Command Result"
)
result
.
SetStatus
(
lldb
.
eReturnStatusSuccessFinishResult
)
DONE