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

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 7 04:00:02 PDT 2022


labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.

Ok, let's give this a shot.



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


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

https://reviews.llvm.org/D128932



More information about the lldb-commits mailing list