[Lldb-commits] [PATCH] Fix race condition in Target::Launch
Jim Ingham
jingham at apple.com
Thu Mar 26 10:29:20 PDT 2015
Todd originally put that in, but only in the async case. It is just some dopey little delay in the hope of avoiding a race. The synchronous case is going to the trouble of waiting for a real stop to happen and get reported, that's going to take longer than this little delay.
Of course, it would be better to see how to avoid whatever this delay is papering over, but I don't have the time to open that can of worms right now...
Jim
http://reviews.llvm.org/D8562
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list