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