Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectReproducer.cpp505 std::unique_ptr<repro::MultiLoader<repro::CommandProvider>> multi_loader = in DoExecute() local
507 if (!multi_loader) { in DoExecute()
516 while ((command_file = multi_loader->GetNextFile())) { in DoExecute()
533 multi_loader = in DoExecute() local
536 if (!multi_loader) { in DoExecute()
544 while ((gdb_file = multi_loader->GetNextFile())) { in DoExecute()
561 multi_loader = in DoExecute() local
564 if (!multi_loader) { in DoExecute()
572 while ((process_file = multi_loader->GetNextFile())) { in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationReplayServer.cpp298 multi_loader = repro::MultiLoader<repro::GDBRemoteProvider>::Create( in Connect() local
300 if (!multi_loader) in Connect()
303 llvm::Optional<std::string> history_file = multi_loader->GetNextFile(); in Connect()