ted added a comment.

I'm seeing the same issue as Nitesh, except in a different spot. The Hexagon 
Simulator doesn't support QSaveRegisterState, so lldb calls 
GDBRemoteRegisterContext::ReadAllRegisterValues.  It gets a lock on the 
communication client, then calls ReadAllRegisters, which tries to get a lock on 
the communication client, and fails (hangs on Linux, crashes on Windows).

The revert fixed the problem.


Repository:
  rL LLVM

https://reviews.llvm.org/D23802



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to