xref: /llvm-project/lldb/test/API/commands/command/script/cmd_file.lldb (revision 5784bf85bc5143266565586ece0113cd773a8616)
1*5784bf85Sjiminghamcommand script add my_cmd
2*5784bf85Sjiminghamresult.PutCString("My Command Result")
3*5784bf85Sjiminghamresult.SetStatus(lldb.eReturnStatusSuccessFinishResult)
4*5784bf85SjiminghamDONE
5