labath accepted this revision.
labath added inline comments.
================
Comment at:
lldb/source/Plugins/Process/FreeBSDRemote/NativeProcessFreeBSD.cpp:214
+ llvm::Error error = t.CopyWatchpointsFrom(
+ static_cast<NativeThreadFreeBSD &>(*GetCurrentThread()));
+ if (error) {
----------------
maybe this cast could be inside `GetCurrentThread`? Linux has it that way...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91032/new/
https://reviews.llvm.org/D91032
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits