Re: [Lldb-commits] [PATCH] Fix deadlock in operation thread in NativeProcessLinux

2015-03-04 Thread Tamas Berghammer
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

Re: [Lldb-commits] [PATCH] Fix deadlock in operation thread in NativeProcessLinux

2015-03-03 Thread Pavel Labath
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

Re: [Lldb-commits] [PATCH] Fix deadlock in operation thread in NativeProcessLinux

2015-03-03 Thread Tamas Berghammer
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