[Lldb-commits] [PATCH] D116005: [lldb] [Process/FreeBSDKernel] Introduce libkvm support

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 20 09:06:37 PST 2021


mgorny added a comment.

In D116005#3202721 <https://reviews.llvm.org/D116005#3202721>, @labath wrote:

> How about factoring the two implementations into subclasses. If the classes are small, maybe you can just declare them in the cpp file...

Yes, that's a nice idea. As an extra, we can easily use the real pointer types and remove all these casts.


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

https://reviews.llvm.org/D116005



More information about the lldb-commits mailing list