[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
Wed Jan 31 10:16:48 PST 2018
owenpshaw added a comment.
> How does the flash memory behave from the POV of the debugged process?
Just tested on a couple targets and they both silently failed to change the flash memory. So no exception, but no flash write either.
Unless there are objections, I'll work on some changes along the lines you described.
https://reviews.llvm.org/D42145
More information about the lldb-commits
mailing list