================
@@ -112,7 +114,11 @@ Error
RunInTerminalLauncherCommChannel::WaitUntilDebugAdapterAttaches(
}
Error RunInTerminalLauncherCommChannel::NotifyPid() {
- return m_io.SendJSON(RunInTerminalMessagePid(getpid()).ToJSON());
+ return NotifyPid(getpid());
+}
+
+Error RunInTerminalLauncherCommChannel::NotifyPid(int pid) {
----------------
DrSergei wrote:
`lldb::pid_t`?
https://github.com/llvm/llvm-project/pull/174635
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits