JDevlieghere added inline comments.

================
Comment at: lldb/source/Core/Debugger.cpp:1822
+            [this] { return ProgressHandlerThread(); },
+            8 * 1024 * 1024); // Use larger 8MB stack for this thread
+    if (progress_handler_thread) {
----------------
mib wrote:
> Why ?
I copied this from `StartIOHandlerThread`, but you're absolutely right, we 
don't need that big of stack to handle events.


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

https://reviews.llvm.org/D120972

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to