gdb/
authorYao Qi <yao@codesourcery.com>
Tue, 20 Nov 2012 03:10:24 +0000 (03:10 +0000)
committerYao Qi <yao@codesourcery.com>
Tue, 20 Nov 2012 03:10:24 +0000 (03:10 +0000)
2012-11-20  Yao Qi  <yao@codesourcery.com>

* infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'
to deprecated_context_hook.

gdb/ChangeLog
gdb/infrun.c

index 613bf2e..5d3760c 100644 (file)
@@ -1,3 +1,8 @@
+2012-11-20  Yao Qi  <yao@codesourcery.com>
+
+       * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'
+       to deprecated_context_hook.
+
 2012-11-19  Yao Qi  <yao@codesourcery.com>
 
        * infrun.c (infwait_state): Add static.
index b29fd2f..e7c20e1 100644 (file)
@@ -3783,7 +3783,7 @@ handle_inferior_event (struct execution_control_state *ecs)
 
          context_switch (saved_singlestep_ptid);
          if (deprecated_context_hook)
-           deprecated_context_hook (pid_to_thread_id (ecs->ptid));
+           deprecated_context_hook (pid_to_thread_id (saved_singlestep_ptid));
 
          resume (1, GDB_SIGNAL_0);
          prepare_to_wait (ecs);