Sign in
fuchsia
/
third_party
/
llvm-project
/
a336055ddb4290b953871d1714159de4b70670a8
/
.
/
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