[Lldb-commits] [PATCH] D42145: [lldb] Use vFlash commands when writing to target's flash memory regions

Owen Shaw via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 29 18:30:00 PST 2018


owenpshaw added a comment.

Thanks.  What I'm struggling to reconcile are your statements that users should not have to know how things must happen, but then that we should make ObjectFile::Load smart so it doesn't result in an unnecessary amount of reads/writes.  If writing to flash memory effectively requires some smarts on the caller's part, then how have we made things easier for the callers?  And at that point isn't start/end a lot simpler than requiring callers to worry about block sizes themselves?


https://reviews.llvm.org/D42145





More information about the lldb-commits mailing list