[Lldb-commits] [PATCH] D17860: Fix "ninja check-lldb" crash in IRExecutionUnit.cpp

Jim Ingham via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 8 11:10:21 PST 2016


jingham added a comment.

Greg suggests adding something to SymbolContext to get the start address of the function that handles this possibility.  GetAddressRange sort of does this, but only if the SymbolContext doesn't have a block or line entry.


http://reviews.llvm.org/D17860





More information about the lldb-commits mailing list