labath added inline comments.
================ Comment at: lldb/source/Plugins/Process/FreeBSDRemote/NativeRegisterContextFreeBSD_x86_64.cpp:699-711 + uint32_t regno; + switch (GetRegisterInfoInterface().GetTargetArchitecture().GetMachine()) { + case llvm::Triple::x86: + regno = lldb_dr0_i386; + break; + case llvm::Triple::x86_64: + regno = lldb_dr0_x86_64; ---------------- mgorny wrote: > labath wrote: > > `return GetDR(0)->byte_offset`? > Is there a point in changing this given that it gets replaced by D91411? nah, that's fine CHANGES SINCE LAST ACTION https://reviews.llvm.org/D91268/new/ https://reviews.llvm.org/D91268 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits