REPOSITORY
rL LLVM
http://reviews.llvm.org/D8030
Files:
lldb/trunk/source/Plugins/Process/Linux/NativeProcessLinux.cpp
Index: lldb/trunk/source/Plugins/Process/Linux/NativeProcessLinux.cpp
===
--- lldb/trunk/source/Plugins/Proce
Looks much better to me now. I'll leave the final signoff to ovyalov.
http://reviews.llvm.org/D8030
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
___
lldb-commits mailing list
lldb-commits@cs.uiuc.edu
http://lists.cs.u
Comment at: source/Plugins/Process/Linux/NativeProcessLinux.cpp:3591
@@ +3590,3 @@
+state != StateType::eStateAttaching &&
+state != StateType::eStateLaunching)
+{
labath wrote:
> Enumerating the states when the thread could have exited on its o