[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
Fri Sep 10 01:29:19 PDT 2021
mgorny marked an inline comment as done.
mgorny added a comment.
In D108148#2993746 <https://reviews.llvm.org/D108148#2993746>, @labath wrote:
> 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.
Yeah, I was thinking how to handle this… after all, we can't `#ifdef` here.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108148/new/
https://reviews.llvm.org/D108148
More information about the lldb-commits
mailing list