[Lldb-commits] [PATCH] D39969: Set error status in ObjectFile::LoadInMemory if it is not set
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 22 11:13:38 PST 2018
clayborg added a comment.
I am not sure we can say for sure that a breakpoint intersected with the write here? I would rather just have an error saying something like "only %u of %u bytes in section %s were written". Extra credit for checking if there are overlapping breakpoints and appending "(try disabling all breakpoints and loading again)" to the error message.
https://reviews.llvm.org/D39969
More information about the lldb-commits
mailing list