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

Todd Fiala tfiala at google.com
Sun Oct 12 11:07:33 PDT 2014


Hey Greg,

Stephane's patch looks reasonable here.  Can you have a quick look at it?
I can get it checked in if it looks okay to you.

Thanks,
Todd

On Wed, Oct 8, 2014 at 3:27 PM, Stephane Sezer <sas at fb.com> wrote:

>  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
>
>
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
>
>


-- 
Todd Fiala | Software Engineer | tfiala at google.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20141012/f5a978de/attachment.html>


More information about the lldb-commits mailing list