[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
Tue Sep 7 09:46:06 PDT 2021


mgorny added a comment.

In D108148#2986602 <https://reviews.llvm.org/D108148#2986602>, @labath wrote:

> 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).

So basically a new thingie for lldb's TableGen? or is there some generic thingie I could reuse for this?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108148/new/

https://reviews.llvm.org/D108148



More information about the lldb-commits mailing list