Add jstopinfo support to llgs
authorPavel Labath <labath@google.com>
Thu, 23 Jul 2015 09:09:29 +0000 (09:09 +0000)
committerPavel Labath <labath@google.com>
Thu, 23 Jul 2015 09:09:29 +0000 (09:09 +0000)
commit05569f679a132d146252f31810409d176438a9ac
treea162d23f81544c784727aa5ac9274302191e2832
parent5a95b0a043fda62f8ee2cbf8e09e61a7729a9af2
Add jstopinfo support to llgs

Summary:
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).

Reviewers: ovyalov, clayborg

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D11415

llvm-svn: 242997
lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp
lldb/source/Plugins/Process/Linux/NativeThreadLinux.h
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp