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

Stephane Sezer sas at fb.com
Tue Oct 21 13:03:37 PDT 2014


Bump.

Could someone commit this for me? :)

-- 
Stephane Sezer

On Oct 12, 2014, at 11:07 AM, Todd Fiala <tfiala at google.com> wrote:

> 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	
> 





More information about the lldb-commits mailing list