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

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Feb 6 06:23:19 PST 2021


mgorny added a comment.

In D95802#2546786 <https://reviews.llvm.org/D95802#2546786>, @labath wrote:

> It doesn't look //too// bad, but what's up with the `friend` thingy? What's that used for? Can we get rid of it?

It's needed to access `SetSoftwareBreakpoint()`, though I'm not really sure why that method is not public. Maybe it'd be better to mark it public instead.


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

https://reviews.llvm.org/D95802



More information about the lldb-commits mailing list