Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp829 auto *capture_path = input_args.getLastArg(OPT_capture_path); in InitializeReproducer() local
836 if (capture || capture_path) { in InitializeReproducer()
837 if (capture_path) { in InitializeReproducer()
840 if (const char *error = SBReproducer::Capture(capture_path->getValue())) { in InitializeReproducer()
H A DOptions.td229 def capture_path: Separate<["--", "-"], "capture-path">,