It seems that when trying to link the lldb library explicitly, the inlined default constructor cannot find the vtable for the class. This patch fixes this by explicitly declaring a default constructor in PersistentExpressionState, and providing the definition in the source file.
Details
Details
Diff Detail
Diff Detail