[Lldb-commits] [PATCH] Fix TestThreadSpecificBreakpoint with LLGS

Tamas Berghammer tberghammer at google.com
Tue Feb 3 08:44:19 PST 2015


Hi vharron, sivachandra,

Fix TestThreadSpecificBreakpoint with LLGS

* Set the state of the process into running/stepping on continue/step operations
* Add mutex to use transactions in Thread State Coordinator
** It is required because the events from two Signal Handler or form a Signal handler and a Resume request shouldn't overlap
* Send Stop Replay Packet only when the state of the process changed

http://reviews.llvm.org/D7374

Files:
  source/Host/common/NativeProcessProtocol.cpp
  source/Plugins/Process/Linux/NativeProcessLinux.cpp

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7374.19231.patch
Type: text/x-patch
Size: 17928 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150203/ee19f865/attachment.bin>


More information about the lldb-commits mailing list