jingham added a subscriber: jingham.
jingham added a comment.

The point of the file name check is to catch the case where you had nested 
inlines that share the same address, and the compiler (errantly, but...) 
decided to emit duplicate entries at the same address for the two levels of 
inlining.  The inlining could of course be from the current file, but at least 
at -O0 it is much more common that they will come from somewhere else (like 
std::whatever)


Repository:
  rL LLVM

http://reviews.llvm.org/D12757



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to