[Lldb-commits] [PATCH] D13812: Increase default memory cache line size for android
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 19 10:43:16 PDT 2015
labath added a comment.
New version of the patch. I agree that it looks better like this.
I have put the setting logic in the process constructor, rather than doing it lazily - if anyone was observing the setting value, it would seem strange that the value of setting changed suddenly after the first memory read.
http://reviews.llvm.org/D13812
More information about the lldb-commits
mailing list