[Lldb-commits] [PATCH] D12757: Fix prologue end handling when code compiled by gcc
Jim Ingham via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 16 08:53:53 PDT 2015
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
More information about the lldb-commits
mailing list