[Lldb-commits] [PATCH] D118265: [lldb] Make ReadCStringFromMemory default to read from the file-cache.
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jan 27 13:42:02 PST 2022
aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.
force_live_memory=false means use the file cache iff:
- the address has a Section
- the section is read-only
Otherwise it reads from memory.
Based on that this looks safe to me.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118265/new/
https://reviews.llvm.org/D118265
More information about the lldb-commits
mailing list