[Lldb-commits] [PATCH] D108148: [lldb] [gdb-remote] Use standardized GDB errno values
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 10 01:13:27 PDT 2021
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
LG, modulo the comment. Keep an eye out on the bots though. I fear some systems (windows, in particular), may not have all errno constants defined, and we'll need to do something smarter.
================
Comment at: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp:3075
+#include "Plugins/Process/gdb-remote/GDBRemoteErrno.def"
+#undef HANDLE_ERRNO
+ default:
----------------
Normally, it's the job of the .def file to undef this macro.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108148/new/
https://reviews.llvm.org/D108148
More information about the lldb-commits
mailing list