[Lldb-commits] [PATCH] D119797: Fix race condition when launching and attaching.

Ilya Nozhkin via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 14 18:04:41 PST 2022


ilya-nozhkin added inline comments.


================
Comment at: lldb/tools/lldb-vscode/VSCode.cpp:9
 
+#include <unistd.h>
 #include <chrono>
----------------
Incompatible with MSVC. Maybe use std::chrono instead?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119797/new/

https://reviews.llvm.org/D119797



More information about the lldb-commits mailing list