[Lldb-commits] [PATCH] D13695: lldb-server: add support for binary memory reads

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 13 05:02:12 PDT 2015


labath created this revision.
labath added reviewers: tberghammer, jasonmolenda.
labath added subscribers: lldb-commits, iancottrell.

This commit adds support for binary memory reads ($x) to lldb-server. It also removes the "0x"
prefix from the $x client packet, to make it more compatible with the old $m packet. This allows
us to use almost the same code for handling both packet types. I have verified that debugserver
correctly handles $x packets even without the leading "0x".

http://reviews.llvm.org/D13695

Files:
  source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
  source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
  source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  source/Utility/StringExtractorGDBRemote.cpp
  source/Utility/StringExtractorGDBRemote.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13695.37237.patch
Type: text/x-patch
Size: 5398 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151013/a1ab4bfb/attachment.bin>


More information about the lldb-commits mailing list