Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/driver/
H A DDriver.cpp749 auto *capture_path = input_args.getLastArg(OPT_capture_path); in InitializeReproducer() local
756 if (capture || capture_path) { in InitializeReproducer()
757 if (capture_path) { in InitializeReproducer()
760 if (const char *error = SBReproducer::Capture(capture_path->getValue())) { in InitializeReproducer()
H A DOptions.td233 def capture_path: Separate<["--", "-"], "capture-path">,