gdbserver: Rename some functions, thread -> inferior
[deliverable/binutils-gdb.git] / gdb / gdbserver / win32-i386-low.c
index c505190d44c3f320733c96b80f9c473fb6531ec0..40bdf12d4a38d96ea5602f360fdd0019b7fc1003 100644 (file)
@@ -45,7 +45,7 @@ update_debug_registers_callback (struct inferior_list_entry *entry,
                                 void *pid_p)
 {
   struct thread_info *thr = (struct thread_info *) entry;
-  win32_thread_info *th = (win32_thread_info *) inferior_target_data (thr);
+  win32_thread_info *th = (win32_thread_info *) thread_target_data (thr);
   int pid = *(int *) pid_p;
 
   /* Only update the threads of this process.  */
@@ -90,7 +90,7 @@ static DWORD64
 win32_get_current_dr (int dr)
 {
   win32_thread_info *th
-    = (win32_thread_info *) inferior_target_data (current_thread);
+    = (win32_thread_info *) thread_target_data (current_thread);
 
   win32_require_context (th);
 
This page took 0.028657 seconds and 4 git commands to generate.