1*5a9fa21cSMed Ismail Bennani# RUN: %lldb -o 'command script import lldb.macosx.crashlog' -o 'crashlog' 2>&1 | FileCheck %s 2*5a9fa21cSMed Ismail Bennani 3*5a9fa21cSMed Ismail Bennani# CHECK: "crashlog" {{.*}} commands have been installed, use the "--help" options on these commands 4*5a9fa21cSMed Ismail Bennani 5*5a9fa21cSMed Ismail Bennani# CHECK: Usage: crashlog [options] <FILE> [FILE ...] 6*5a9fa21cSMed Ismail Bennani# CHECK: Symbolicate one or more darwin crash log files to provide source file and line 7*5a9fa21cSMed Ismail Bennani# CHECK: Options: 8*5a9fa21cSMed Ismail Bennani# CHECK: -h, --help show this help message and exit 9*5a9fa21cSMed Ismail Bennani 10