[Lldb-commits] [PATCH] D95802: [lldb] [Process/FreeBSDRemote] Introduce mips64 support

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 4 05:54:08 PST 2021


labath added a comment.

In D95802#2541796 <https://reviews.llvm.org/D95802#2541796>, @mgorny wrote:

> Same way I did x86 watchpoints? I suppose I could try that.

Possibly. Depends on the implementation, I guess. I was thinking we could just shove this into the NativeProcessProtocol class. Though, now I see that would complicate layering as that class is in Host. However, there's no hard reason why that class has to be in Host (it's pretty different than the rest of host functionality), so we could also solve that by moving it some place else....


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

https://reviews.llvm.org/D95802



More information about the lldb-commits mailing list