[Lldb-commits] [PATCH] Make sure we perform full pathname matches when displaying source code.

Stephane Sezer sas at fb.com
Wed Oct 8 15:27:55 PDT 2014


When stepping into a function in a different file but with the same
basename, we do not reload the source file and end up displaying the
wrong snippet of code. This patch forces filename comparisons to be made
with a full path, which fixes the issue.

Ran tests on Mac OS.


--
Stephane Sezer

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20141008/858e890e/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Make-sure-we-perform-full-pathname-matches-when-disp.patch
Type: application/octet-stream
Size: 1100 bytes
Desc: 0001-Make-sure-we-perform-full-pathname-matches-when-disp.patch
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20141008/858e890e/attachment.obj>


More information about the lldb-commits mailing list