[Lldb-commits] [lldb] r114095 - in /lldb/trunk/include/lldb: Core/Debugger.h Target/Process.h Target/Thread.h

Benjamin Kramer benny.kra at googlemail.com
Thu Sep 16 10:46:39 PDT 2010


On 16.09.2010, at 19:37, Johnny Chen wrote:

> Author: johnny
> Date: Thu Sep 16 12:37:05 2010
> New Revision: 114095
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=114095&view=rev
> Log:
> Undo 114084 and 114087 to unbreak the build for the time being.

Sorry for this, I tested with clang++ only, which accepted the code without any complaints.

However, calling virtual methods in the ctor will blow up horribly. I can't even start lldb
on the command line without getting a segfault now.



More information about the lldb-commits mailing list