aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/commands/command/script/cmd_file.lldb
blob: 1589a7cfe0b8d90e549b679ea59fe02ccc2186bf (plain)
1
2
3
4
command script add my_cmd
result.PutCString("My Command Result")
result.SetStatus(lldb.eReturnStatusSuccessFinishResult)
DONE