[Lldb-commits] [PATCH] D12757: Fix prologue end handling when code compiled by gcc

Tamas Berghammer via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 16 03:54:51 PDT 2015


tberghammer added a comment.

The line number is not always the same for the 2 entry (the first one points to the open '{' and the second one to the first instruction of the function). I added the check for the file name, but I would be quite surprised if we find a scenario when the file names doesn't match (it would imply some LTO what will kill most of the debugging experience anyway)


http://reviews.llvm.org/D12757





More information about the lldb-commits mailing list