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

Guilherme Andrade via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue May 21 14:55:04 PDT 2019


guiandrade created this revision.
guiandrade added a reviewer: labath.
guiandrade added a project: LLDB.
Herald added a subscriber: lldb-commits.

This change makes it possible to fetch all registers at once from Linux by defining a macro.
This is useful for the case when all registers are being fetched every step and the RTT is non-negligible.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D62221

Files:
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteGPacket.py
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
  lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
  lldb/source/Utility/StringExtractorGDBRemote.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62221.200591.patch
Type: text/x-patch
Size: 7646 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190521/57bf4e6b/attachment-0001.bin>


More information about the lldb-commits mailing list