mgorny added a comment.

In D95696#2531753 <https://reviews.llvm.org/D95696#2531753>, @clayborg wrote:

> Is this for lldb-server or for the ProcessFreeBSD.cpp?

lldb-server.

In D95696#2532012 <https://reviews.llvm.org/D95696#2532012>, @strejda wrote:

> What is missing in the FreeBSD kernel for support of HW 
> breakpoints/watchpoints ?

At the very least, `fill_dbregs` and `set_dbregs` are stubs. Were they to be 
implemented, it would probably make sense to change `struct dbreg` to be more 
like arm64. I don't know much additional code this will require.


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

https://reviews.llvm.org/D95696

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to