[Lldb-commits] [lldb] [lldb][debugserver] Upstream to debugserver changes (PR #155733)

Felipe de Azevedo Piovezan via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 28 07:18:34 PDT 2025


================
@@ -244,6 +266,7 @@ kern_return_t DNBArchMachARM64::GetGPRState(bool force) {
     uint64_t log_sp = m_state.context.gpr.__sp;
     uint64_t log_pc = m_state.context.gpr.__pc;
 #endif
+    uint64_t *x = &m_state.context.gpr.__x[0];
----------------
felipepiovezan wrote:

is this used anywhere?

https://github.com/llvm/llvm-project/pull/155733


More information about the lldb-commits mailing list