[Lldb-commits] [lldb] r190812 - Fixes symbol resolution for a function with a tail call because the PC

Greg Clayton gclayton at apple.com
Wed Sep 18 13:07:03 PDT 2013


There we some logic errors in the Module::ResolveSymbolContextForAddress fix which I just fixed with:

% svn commit
Sending        source/Core/Module.cpp
Transmitting file data .
Committed revision 190955.

Let me know if this fixes anything for you?

Greg

On Sep 18, 2013, at 12:06 PM, Ed Maste <emaste at freebsd.org> wrote:

> On 16 September 2013 18:10, Thirumurthi, Ashok
> <ashok.thirumurthi at intel.com> wrote:
>> FYI Jason,
>> 
>> I believe that I handled the cases correctly that were lowered from the RegisterContextLLDB, however the OS/X test suite has reached the point where it's difficult to identify regressions.
> 
> Hi Ashok,
> 
> FYI this change introduces a new failure for me on FreeBSD when
> running the testsuite locally:
> http://llvm.org/bugs/show_bug.cgi?id=17276
> 
> I haven't yet done any detailed investigation, other than a git bisect
> to find the failure.
> 
> -Ed
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits




More information about the lldb-commits mailing list