Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DRunInTerminal.h88 llvm::Error NotifyPid();
H A DRunInTerminal.cpp117 Error RunInTerminalLauncherCommChannel::NotifyPid() { in NotifyPid() function in lldb_vscode::RunInTerminalLauncherCommChannel
H A Dlldb-vscode.cpp3095 if (llvm::Error err = comm_channel.NotifyPid()) { in LaunchRunInTerminalTarget()