================
@@ -97,6 +97,8 @@ ThreadElfCore::CreateRegisterContextForFrame(StackFrame 
*frame) {
       case llvm::Triple::ppc64le:
         reg_interface = new RegisterContextFreeBSD_powerpc64(arch);
         break;
+      case llvm::Triple::riscv64:
+        break;
----------------
mchoo7 wrote:

arm/arm64 follows this. Other have their own RegisterContextFreeBSD_* 
implementation. As noted above, should I fall back to FreeBSD's own 
implementation of RegisterContext? I think I cannot follow arm/arm64's example 
here.

https://github.com/llvm/llvm-project/pull/180549
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to