[Lldb-commits] [lldb] [lldb][Process/FreeBSDKernel] Fix broken debugging on aarch64 (PR #180222)
Minsoo Choo via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 9 06:49:15 PST 2026
================
@@ -108,3 +157,35 @@ bool RegisterContextFreeBSDKernel_arm64::WriteRegister(
const RegisterInfo *reg_info, const RegisterValue &value) {
return false;
}
+
+int64_t RegisterContextFreeBSDKernel_arm64::GetOsreldate() {
----------------
mchoo7 wrote:
Yes, it should be int.
https://github.com/llvm/llvm-project/pull/180222
More information about the lldb-commits
mailing list