[Lldb-commits] [PATCH] D11415: Add jstopinfo support to llgs
Pavel Labath
labath at google.com
Wed Jul 22 07:11:57 PDT 2015
labath created this revision.
labath added reviewers: ovyalov, clayborg.
labath added a subscriber: lldb-commits.
This adds support for jstopinfo field of stop-reply packets. This field enables us to avoid
querying full thread stop data on most stops (see r242593 for more details).
http://reviews.llvm.org/D11415
Files:
source/Plugins/Process/Linux/NativeProcessLinux.cpp
source/Plugins/Process/Linux/NativeThreadLinux.cpp
source/Plugins/Process/Linux/NativeThreadLinux.h
source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11415.30348.patch
Type: text/x-patch
Size: 10681 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150722/11117ef0/attachment.bin>
More information about the lldb-commits
mailing list