Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectReproducer.cpp516 while ((command_file = multi_loader->GetNextFile())) { in DoExecute()
544 while ((gdb_file = multi_loader->GetNextFile())) { 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.cpp303 llvm::Optional<std::string> history_file = multi_loader->GetNextFile(); in Connect()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp360 llvm::Optional<std::string> nextfile = loader->GetNextFile(); in GetReplayProcessInstanceInfoList()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducerProvider.h386 llvm::Optional<std::string> GetNextFile() { in GetNextFile() function
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp360 llvm::Optional<std::string> nextfile = loader->GetNextFile(); in SetInputFile()