Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DRunInTerminal.h91 void NotifyError(llvm::StringRef error);
H A DRunInTerminal.cpp121 void RunInTerminalLauncherCommChannel::NotifyError(StringRef error) { in NotifyError() function in lldb_vscode::RunInTerminalLauncherCommChannel
H A Dlldb-vscode.cpp3171 comm_channel.NotifyError(error); in LaunchRunInTerminalTarget()