gdb/gdbserver:
* tracepoint.c (do_action_at_tracepoint): Write `stop_pc' in debug log.
This commit is contained in:
parent
19560ba53e
commit
8d00225bba
@ -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
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user