Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
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.