Fixed MemoryCache L1 cache flush
authorMarianne Mailhot-Sarrasin <marianne.mailhot.sarrasin@gmail.com>
Fri, 11 Mar 2016 13:50:10 +0000 (13:50 +0000)
committerMarianne Mailhot-Sarrasin <marianne.mailhot.sarrasin@gmail.com>
Fri, 11 Mar 2016 13:50:10 +0000 (13:50 +0000)
commit7a4eed280a6d0b11895662d3509aff08009492c3
treea57e8b0a064200db1e3707358c7977019ded6977
parentaef32bd319733bd233cc370e7eaf7807b5f0cade
Fixed MemoryCache L1 cache flush

Use the same method to find the cache line as in Read().

Differential Revision: http://reviews.llvm.org/D18050

llvm-svn: 263233
lldb/packages/Python/lldbsuite/test/functionalities/memory/cache/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/memory/cache/TestMemoryCache.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/memory/cache/main.cpp [new file with mode: 0644]
lldb/source/Target/Memory.cpp