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