[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 28 17:06:30 PDT 2019
guiandrade updated this revision to Diff 201790.
guiandrade added a comment.
Remove redundant cast from GDBRemoteCommunicationServerLLGS::Handle_g and add annotation to TestGdbRemoteGPacket::g_returns_correct_data so it gets skipped if the running architecture isn't x86_64
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.201790.patch
Type: text/x-patch
Size: 16403 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190529/020fb4c0/attachment-0001.bin>
More information about the lldb-commits
mailing list