[lldb-dev] lldb mutex debugging command

2016-06-22 Thread ?????????? via lldb-dev
Dear all you know, in windbg there is a very useful command -- locks . it will tell us who owned the special lock. in lldb, there is no such command. sometimes, we have a deadlock. but we cannot find the mutex, whitch thread owned it , and do not release!! Thank you very much!

[lldb-dev] lldb mutex debugging command

2016-06-22 Thread ?????????? via lldb-dev
Dear all you know, in windbg there is a very useful command -- locks . it will tell us who owned the special lock. in lldb, there is no such command. sometimes, we have a deadlock. but we cannot find the mutex, whitch thread owned it , and do not release!! Thank you very much!