Searched refs:capture_path (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp810 auto *capture_path = input_args.getLastArg(OPT_capture_path); local
812 if (capture || capture_path) {
813 if (capture_path) {
816 if (const char *error = SBReproducer::Capture(capture_path->getValue())) {

Completed in 111 milliseconds