Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DRunInTerminal.h81 llvm::Error WaitUntilDebugAdaptorAttaches(std::chrono::milliseconds timeout);
H A DRunInTerminal.cpp105 Error RunInTerminalLauncherCommChannel::WaitUntilDebugAdaptorAttaches( in WaitUntilDebugAdaptorAttaches() function in lldb_vscode::RunInTerminalLauncherCommChannel
H A Dlldb-vscode.cpp3107 if (llvm::Error err = comm_channel.WaitUntilDebugAdaptorAttaches( in LaunchRunInTerminalTarget()