[Lldb-commits] [PATCH] D62221: [lldb-server][LLGS] Support 'g' packets

Guilherme Andrade via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon May 27 14:45:04 PDT 2019


guiandrade updated this revision to Diff 201583.
guiandrade added a comment.

Add inferior to to set the values of a few registers to known values so we can verify the 'g' packet looks good. Also, start testing with/without thread suffix .


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62221/new/

https://reviews.llvm.org/D62221

Files:
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteGPacket.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestLldbGdbServer.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/register-reading/Makefile
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/register-reading/TestGdbRemoteGPacket.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/register-reading/main.cpp
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
  lldb/source/Utility/StringExtractorGDBRemote.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62221.201583.patch
Type: text/x-patch
Size: 16494 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190527/a5faf302/attachment.bin>


More information about the lldb-commits mailing list