[Lldb-commits] [PATCH] D62499: Create a generic handler for Xfer packets
António Afonso via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu May 30 15:36:22 PDT 2019
aadsm updated this revision to Diff 202323.
aadsm added a comment.
- Introduce better error handling by creating 2 new error classes, one for generic packet errors that contain a number and another for unimplemented features.
- The logic for reading the xfer object was moved into its own function.
- Removes the define for linux || netbsd for the auxv xfer object.
- Switched from shared pointer to a unique pointer to store the memory buffers in the map
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62499/new/
https://reviews.llvm.org/D62499
Files:
lldb/include/lldb/Utility/StringExtractorGDBRemote.h
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
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: D62499.202323.patch
Type: text/x-patch
Size: 13210 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190530/cf6563b5/attachment-0001.bin>
More information about the lldb-commits
mailing list