[Lldb-commits] [lldb] r244514 - Revert r244308 since it's introducing test regressions on Linux:

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 10 20:09:15 PDT 2015


I wouldn't be surprised if most of this is similar to the problem I emailed yesterday ("TOT svn lldb crashes trying to print argc on TOT lldb, maybe fallout from r244308 - [LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1 mode support") where lldb could hit an llvm APInt assert when trying to evaluate dwarf location expressions.

J

On Aug 10, 2015, at 2:49 PM, Oleksiy Vyalov via lldb-commits <lldb-commits at lists.llvm.org> wrote:

> Author: ovyalov
> Date: Mon Aug 10 16:49:50 2015
> New Revision: 244514
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=244514&view=rev
> Log:
> Revert r244308 since it's introducing test regressions on Linux:
> - TestLldbGdbServer.py both clang & gcc, i386 and x86_64
> - TestConstVariables.py gcc, i386 and x86_64
> - 112 failures clang, i386
> 


More information about the lldb-commits mailing list