[Lldb-commits] [PATCH] D106584: [lldb] Improve checking of file cache read eligibility for mach-O

Jason Molenda via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 22 15:31:50 PDT 2021


jasonmolenda added a comment.

Hm there's no phab action which says "reject approach" :) the perf impact of forcing all reads to be out of memory would be dramatically bad for a remote system debug session, this can't be done.  If there is a specific caller that must use live memory even for a section marked "read-only", it needs to use force_live_memory=true in its call to ReadMemory.  This change would make app launch time for iOS apps etc probably take 30-60 seconds longer than they do right now.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106584/new/

https://reviews.llvm.org/D106584



More information about the lldb-commits mailing list