2022-06-08 16:21:24 -07:00
|
|
|
# RUN: %lldb -o 'command script import lldb.macosx.crashlog' -o 'crashlog' 2>&1 | FileCheck %s
|
|
|
|
|
|
|
|
|
|
# CHECK: "crashlog" {{.*}} commands have been installed, use the "--help" options on these commands
|
|
|
|
|
|
2023-08-14 12:03:16 +02:00
|
|
|
# CHECK: usage: crashlog [options] <FILE> [FILE ...]
|
2022-06-08 16:21:24 -07:00
|
|
|
# CHECK: Symbolicate one or more darwin crash log files to provide source file and line
|
2023-08-14 12:03:16 +02:00
|
|
|
# CHECK: positional arguments:
|
|
|
|
|
# CHECK-NEXT: FILE crash report(s) to symbolicate (default: None)
|
2023-08-23 07:31:54 -07:00
|
|
|
# CHECK: option
|
2022-06-08 16:21:24 -07:00
|
|
|
# CHECK: -h, --help show this help message and exit
|
|
|
|
|
|