[Lldb-commits] [PATCH] D39967: Disable breakpoints before writing memory and re-enable after.
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 23 11:52:50 PST 2018
clayborg added a comment.
So the question still remains: does this need to be done when debugging with debugserver or lldb-server? I can't remember if memory write works around breakpoint opcodes in debugserver and/or lldb-server. If it does, then this code is only needed for targets that don't work around software breakpoints.
https://reviews.llvm.org/D39967
More information about the lldb-commits
mailing list