[Lldb-commits] [PATCH] D41067: llgs-tests: Add support for "exit" stop-reply packets

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 11 06:11:56 PST 2017


labath created this revision.

This makes StopReply class abstract, so that we can represent different
types of stop replies such as StopReplyStop and StopReplyExit (there
should also be a StopReplySignal, but I don't need that right now so I
haven't implemented it yet).

This prepares the ground for a new test I'm writing.


https://reviews.llvm.org/D41067

Files:
  include/lldb/Host/Host.h
  unittests/tools/lldb-server/tests/MessageObjects.cpp
  unittests/tools/lldb-server/tests/MessageObjects.h
  unittests/tools/lldb-server/tests/TestClient.cpp
  unittests/tools/lldb-server/tests/TestClient.h
  unittests/tools/lldb-server/tests/ThreadIdsInJstopinfoTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41067.126351.patch
Type: text/x-patch
Size: 11922 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20171211/12068d29/attachment-0001.bin>


More information about the lldb-commits mailing list