[Lldb-commits] [PATCH] D95696: [lldb] [Process/FreeBSDRemote] Introduce arm (32-bit) support
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sat Jan 30 01:08:07 PST 2021
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
More information about the lldb-commits
mailing list