Skip to content

Commit 379927e

Browse files
Merge pull request #7141 from adrian-prantl/state-stringmap
Make Swift result variables persistent
2 parents 1dbd3c4 + 4cf27d9 commit 379927e

19 files changed

+312
-375
lines changed

lldb/source/Core/ValueObject.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
#include "lldb/lldb-private-types.h"
5353

5454
#ifdef LLDB_ENABLE_SWIFT
55+
#include "Plugins/ExpressionParser/Swift/SwiftPersistentExpressionState.h"
5556
#include "Plugins/TypeSystem/Swift/SwiftASTContext.h"
5657
#endif //LLDB_ENABLE_SWIFT
5758

lldb/source/Expression/Materializer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
#ifdef LLDB_ENABLE_SWIFT
2929
#include "Plugins/TypeSystem/Swift/SwiftASTContext.h"
30+
#include "Plugins/ExpressionParser/Swift/SwiftPersistentExpressionState.h"
3031
#endif //LLDB_ENABLE_SWIFT
3132

3233
#include <memory>

lldb/source/Expression/UserExpression.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444

4545
#ifdef LLDB_ENABLE_SWIFT
4646
#include "Plugins/TypeSystem/Swift/SwiftASTContext.h"
47+
#include "Plugins/ExpressionParser/Swift/SwiftPersistentExpressionState.h"
4748
#endif //LLDB_ENABLE_SWIFT
4849

4950
using namespace lldb_private;

0 commit comments

Comments
 (0)