1# RUN: %lldb -o 'command script import lldb.macosx.crashlog' -o 'crashlog' 2>&1 | FileCheck %s 2 3# CHECK: "crashlog" {{.*}} commands have been installed, use the "--help" options on these commands 4 5# CHECK: usage: crashlog [options] <FILE> [FILE ...] 6# CHECK: Symbolicate one or more darwin crash log files to provide source file and line 7# CHECK: positional arguments: 8# CHECK-NEXT: FILE crash report(s) to symbolicate (default: None) 9# CHECK: option 10# CHECK: -h, --help show this help message and exit 11 12