[Lldb-commits] [PATCH] D77790: [NFC] Add a test for the inferior memory cache (mainly L1)
Jaroslav Sevcik via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 9 04:50:45 PDT 2020
jarin created this revision.
jarin added reviewers: labath, clayborg.
jarin added a project: LLDB.
Herald added subscribers: lldb-commits, mgorny.
This patch adds a test for L1 <https://reviews.llvm.org/L1> of the inferior's memory cache and makes the cache testable. This is mostly in preparation for an L1 <https://reviews.llvm.org/L1> flushing bug fix and its regression test (context: https://reviews.llvm.org/D77765).
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D77790
Files:
lldb/include/lldb/Target/Memory.h
lldb/include/lldb/Target/Process.h
lldb/source/Target/Memory.cpp
lldb/source/Target/Process.cpp
lldb/unittests/Target/CMakeLists.txt
lldb/unittests/Target/MemoryCacheTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77790.256243.patch
Type: text/x-patch
Size: 14164 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200409/daa24474/attachment-0001.bin>
More information about the lldb-commits
mailing list