[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
Sat Apr 18 09:09:37 PDT 2020


n1tram1 updated this revision to Diff 258527.
n1tram1 added a comment.

Check the modification time against the current selected module.

(Previous patch was only checking against the current target's executable/main module)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78421/new/

https://reviews.llvm.org/D78421

Files:
  lldb/include/lldb/Core/SourceManager.h
  lldb/source/Core/SourceManager.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78421.258527.patch
Type: text/x-patch
Size: 3738 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200418/306c3ca2/attachment.bin>


More information about the lldb-commits mailing list