gdb/gdbserver:

* tracepoint.c (do_action_at_tracepoint): Write `stop_pc' in
	debug log.
This commit is contained in:
Yao Qi 2012-03-02 00:18:51 +00:00
parent 19560ba53e
commit 8d00225bba
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -4473,7 +4473,7 @@ do_action_at_tracepoint (struct tracepoint_hit_ctx *ctx,
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. */