[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
Tue Sep 7 05:55:50 PDT 2021
labath added a comment.
I think this would be a good use case for a llvm-style `.def` file. It would provide a central place listing all the known constants, and one could use it to generate the enum definition and both of the conversion functions (by defining a suitable macro).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108148/new/
https://reviews.llvm.org/D108148
More information about the lldb-commits
mailing list