[PATCH] D47609: [lldb, process] Fix occasional hang when launching a process in LLDB

Jim Ingham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 1 10:54:19 PDT 2018


jingham accepted this revision.
jingham added a comment.

Can we add a comment to lldb-enumerations.h after eStateLaunching and eStateAttaching are defined saying that these state changes are all sent while the private state thread is either not yet started or paused, so they should only be signaled as Public state changes, and not Private state changes?  I think that's the clearest place we can document this behavior.

Other than that, this change is fine.


Repository:
  rL LLVM

https://reviews.llvm.org/D47609





More information about the llvm-commits mailing list