reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | RUN: dsymutil -help 2>&1 | FileCheck --check-prefix=HELP %s HELP: OVERVIEW: manipulate archived DWARF debug symbol files. HELP: USAGE: {{.*}}dsymutil{{[^ ]*}} [options] <input files> HELP-NOT: -reverse-iterate HELP: Dsymutil Options: HELP: -accelerator HELP: -arch <arch> HELP: -dump-debug-map HELP: -flat HELP: -minimize HELP: -no-odr HELP: -no-output HELP: -no-swiftmodule-timestamp HELP: -num-threads <threads> HELP: -oso-prepend-path <path> HELP: -o <filename> HELP: -papertrail HELP: -symbol-map HELP: -symtab HELP: -toolchain HELP: -update HELP: -verbose HELP: -verify HELP: -y HELP-NOT: -reverse-iterate RUN: dsymutil --version 2>&1 | FileCheck --check-prefix=VERSION %s VERSION: {{ version }} RUN: not dsymutil 2>&1 | FileCheck --check-prefix=NOINPUT %s NOINPUT: error: no input files specified RUN: dsymutil -bogus -help 2>&1 | FileCheck --check-prefix=BOGUS %s BOGUS: warning: ignoring unknown option: -bogus |