Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/tools/lldb-vscode/
DRunInTerminal.h88 llvm::Error NotifyPid();
DRunInTerminal.cpp117 Error RunInTerminalLauncherCommChannel::NotifyPid() { in NotifyPid() function in lldb_vscode::RunInTerminalLauncherCommChannel
Dlldb-vscode.cpp3149 if (llvm::Error err = comm_channel.NotifyPid()) { in LaunchRunInTerminalTarget()