[Lldb-commits] [PATCH] D128932: [lldb] [llgs] Improve stdio forwarding in multiprocess+nonstop

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 7 09:10:28 PDT 2022


mgorny added inline comments.


================
Comment at: lldb/test/API/tools/lldb-server/main.cpp:351
+          break;
+        std::this_thread::sleep_for(std::chrono::milliseconds(125 * i));
+      }
----------------
labath wrote:
> I'm not convinced this will be enough. How about `125 * (1<<i)` ?
Sure, I just tried to keep it simple ;-).


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

https://reviews.llvm.org/D128932



More information about the lldb-commits mailing list