[Lldb-commits] [PATCH] D100338: Add a setting that enables memory to be read from the file cache instead of process when the section LLDB is reading from is read-only
Augusto Noronha via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 13 11:16:32 PDT 2021
augusto2112 added a comment.
@jasonmolenda actually, most of them are passing `prefer_file_cache = false`, unfortunately. But they might be doing this because there's they weren't sure if the memory was writable, so this was the safer option. I want to change all the ones we deem safe to `force_live_memory = false`, which is why I ask which files you think this change would be safe.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100338/new/
https://reviews.llvm.org/D100338
More information about the lldb-commits
mailing list