C++ keyword cleanliness, mostly auto-generated
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-aarch64-low.c
index 6b8404252556f1eb510889779c92579492529c09..a34fe5d1d8d690629cf8ae67e0565497329d7f1b 100644 (file)
@@ -721,7 +721,7 @@ aarch64_get_debug_reg_state ()
   struct process_info *proc;
 
   proc = current_process ();
-  return &proc->private->arch_private->debug_reg_state;
+  return &proc->priv->arch_private->debug_reg_state;
 }
 
 /* Record the insertion of one breakpoint/watchpoint, as represented
@@ -1151,7 +1151,7 @@ aarch64_linux_prepare_to_resume (struct lwp_info *lwp)
       int tid = ptid_get_lwp (ptid);
       struct process_info *proc = find_process_pid (ptid_get_pid (ptid));
       struct aarch64_debug_reg_state *state
-       = &proc->private->arch_private->debug_reg_state;
+       = &proc->priv->arch_private->debug_reg_state;
 
       if (show_debug_regs)
        fprintf (stderr, "prepare_to_resume thread %ld\n", lwpid_of (thread));
This page took 0.023169 seconds and 4 git commands to generate.