[Lldb-commits] [PATCH] D12757: Fix prologue end handling when code compiled by gcc
Tamas Berghammer via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 15 07:21:13 PDT 2015
tberghammer added a comment.
Hi Greg, what do you think about my inline suggestion? Are you fine with removing the original hack about removing duplicate entries from the line table end then solve the problem around duplicate line entries with always returning the last entry if we have multiple line entries for the same address?
http://reviews.llvm.org/D12757
More information about the lldb-commits
mailing list