[Lldb-commits] [PATCH] D59896: [ObjectFileMachO] Disable memory caching for savecore.
Jason Molenda via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 27 16:08:25 PDT 2019
jasonmolenda accepted this revision.
jasonmolenda added a comment.
This revision is now accepted and ready to land.
Looks good. Removing that printf is good. Could you also remove the printf("mach_header:...") in the same function?
It would be nice if include/lldb/Target/Process.h had the decl for ReadMemoryFromInferior right after ReadMemory(), and a comment that ReadMemoryFromInferior does not go through the memory cache (and most callers should go through ReadMemory()) so people know what the difference is.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59896/new/
https://reviews.llvm.org/D59896
More information about the lldb-commits
mailing list