Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectReproducer.cpp383 std::unique_ptr<repro::MultiLoader<repro::CommandProvider>> multi_loader = in DoExecute() local
385 if (!multi_loader) { in DoExecute()
394 while ((command_file = multi_loader->GetNextFile())) { in DoExecute()
411 multi_loader = in DoExecute() local
414 if (!multi_loader) { in DoExecute()
422 while ((gdb_file = multi_loader->GetNextFile())) { in DoExecute()
439 multi_loader = in DoExecute() local
442 if (!multi_loader) { in DoExecute()
450 while ((process_file = multi_loader->GetNextFile())) { in DoExecute()