* tracepoint.c (do_action_at_tracepoint): Write `stop_pc' in
debug log.
+2012-03-02 Yao Qi <yao@codesourcery.com>
+
+ * tracepoint.c (do_action_at_tracepoint): Write `stop_pc' in
+ debug log.
+
2012-03-02 Yao Qi <yao@codesourcery.com>
* tracepoint.c (collect_ust_data_at_tracepoint): Remove parameters
preemptively), since the PC had already been adjusted to
contain the tracepoint's address by the jump pad. */
trace_debug ("Storing stop pc (0x%s) in regblock",
- paddress (tpoint->address));
+ paddress (stop_pc));
/* This changes the regblock, not the thread's
regcache. */