[Lldb-commits] [PATCH] D145624: [lldb] Make MemoryCache::Read more resilient
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 9 12:14:33 PST 2023
bulbazord added a comment.
In D145624#4182424 <https://reviews.llvm.org/D145624#4182424>, @clayborg wrote:
> I would suggest checking the google stadia patch for the L1 <https://reviews.llvm.org/L1> and L2 caches:
>
> https://github.com/googlestadia/vsi-lldb/blob/master/patches/llvm-project/0019-lldb-Fix-incorrect-L1-inferior-memory-cache-flushing.patch
>
> Just to see how they did things.
I looked at this patch earlier. They're modifying code that I'm not touching and these 2 patches can be applied separately without conflict. It may be worth trying to apply this fix in a follow-up commit.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145624/new/
https://reviews.llvm.org/D145624
More information about the lldb-commits
mailing list