[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
Wed Apr 14 14:16:53 PDT 2021


augusto2112 added a comment.

@jasonmolenda I've updated all the function calls to prefer the file cache (except the one you pointed out), but I'm a little worried about this, since I changed a lot of function calls. Maybe I could update the function signature to `force_live_memory` (and default it to false), but keep all the current calls having the same behavior (by negating whatever was passed previously as `prefer_file_cache`). What do you think?


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