* target.c (memory_xfer_partial): Don't use the stack cache if
inspecting trace frames. * tracepoint.c (finish_tfind_command): Invalidate the target dcache.
This commit is contained in:
parent
313660f395
commit
2f4d88753b
3 changed files with 13 additions and 0 deletions
|
@ -1757,6 +1757,7 @@ finish_tfind_command (enum trace_find_type type, int num,
|
|||
|
||||
reinit_frame_cache ();
|
||||
registers_changed ();
|
||||
target_dcache_invalidate ();
|
||||
set_traceframe_num (target_frameno);
|
||||
set_tracepoint_num (tp ? tp->number : target_tracept);
|
||||
if (target_frameno == -1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue