[Lldb-commits] [PATCH] D78421: Fix out of sync source code/executable when debugging
Martin Schmidt via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu May 28 09:50:21 PDT 2020
n1tram1 added a comment.
In D78421#2060327 <https://reviews.llvm.org/D78421#2060327>, @labath wrote:
> So, I'm not actually convinced that this is an improvement...
This is exactly what is was worried about, I'm not sure either.
The only thing I thought was a bug is the fact the lldb shows you the modified file but the running module hasn't changed (GDB for example shows the previous file unless the executable is recompiled&reloaded).
But I'm not sure this is really a bug a worth fix fixing (I'm very worried about breaking other weird behavior), at least the current behavior is very understandable.
I think I'm going to close this issue.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78421/new/
https://reviews.llvm.org/D78421
More information about the lldb-commits
mailing list