[Lldb-commits] [PATCH] D108148: [lldb] [gdb-remote] Use standardized GDB errno values
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 16 10:35:38 PDT 2021
mgorny created this revision.
mgorny added reviewers: krytarowski, emaste, JDevlieghere, labath, jasonmolenda.
mgorny requested review of this revision.
GDB uses normalized errno values for vFile errors. Implement
the translation between them and system errno values in the gdb-remote
plugin.
https://reviews.llvm.org/D108148
Files:
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
lldb/test/API/functionalities/gdb_remote_client/TestGDBRemotePlatformFile.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108148.366670.patch
Type: text/x-patch
Size: 9592 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210816/b838e900/attachment.bin>
More information about the lldb-commits
mailing list