diff options
author | Pedro Alves <palves@redhat.com> | 2010-03-12 03:54:45 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2010-03-12 03:54:45 +0000 |
commit | 2f4d88753bc52c1104d9418fb843154ee8ef610c (patch) | |
tree | df75e60b273dfdeb5168e76d648c3c0dbb38b374 /gdb/tracepoint.c | |
parent | 313660f3955cc51ed17c55ecddd53ec1767721ad (diff) | |
download | gdb-2f4d88753bc52c1104d9418fb843154ee8ef610c.zip gdb-2f4d88753bc52c1104d9418fb843154ee8ef610c.tar.gz gdb-2f4d88753bc52c1104d9418fb843154ee8ef610c.tar.bz2 |
* target.c (memory_xfer_partial): Don't use the stack cache if
inspecting trace frames.
* tracepoint.c (finish_tfind_command): Invalidate the target
dcache.
Diffstat (limited to 'gdb/tracepoint.c')
-rw-r--r-- | gdb/tracepoint.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/tracepoint.c b/gdb/tracepoint.c index d248db4..e1679fa 100644 --- a/gdb/tracepoint.c +++ b/gdb/tracepoint.c @@ -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) |