================
@@ -42,64 +48,111 @@ bool RegisterContextFreeBSDKernel_arm64::ReadRegister(
   if (m_pcb_addr == LLDB_INVALID_ADDRESS)
     return false;
 
+  struct {
+#define PCB_FP 10
+#define PCB_LR 11
----------------
mchoo7 wrote:

Okay, but I'm using `constexpr` here (since this was originally a macro)

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

Reply via email to