================
@@ -757,6 +806,31 @@ bool DwarfExpression::addExpression(
// Turn this into an implicit location description.
addStackValue();
+ if (HasSymbolicBranches) {
----------------
echristo wrote:Nice catch :) Fixed. https://github.com/llvm/llvm-project/pull/210850 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
