diff options
| author | Sean Callanan <scallanan@apple.com> | 2015-10-01 00:38:06 +0000 |
|---|---|---|
| committer | Sean Callanan <scallanan@apple.com> | 2015-10-01 00:38:06 +0000 |
| commit | 7aeb7e256b19519003ec7297714687affea7dad3 (patch) | |
| tree | 406c19b81246a3e990b76ad90929e78a96c9543a /lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h | |
| parent | 1c8092c915d7aa90f791111b2529af911a236017 (diff) | |
| download | bcm5719-llvm-7aeb7e256b19519003ec7297714687affea7dad3.tar.gz bcm5719-llvm-7aeb7e256b19519003ec7297714687affea7dad3.zip | |
Changed PersistentExpressionState to allow symbol lookups. Clang doesn't
report any (yet).
llvm-svn: 248970
Diffstat (limited to 'lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h')
| -rw-r--r-- | lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h b/lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h index 4c6a19d3e5c..1a486aeb77b 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h +++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h @@ -69,6 +69,9 @@ public: void RemovePersistentVariable (lldb::ExpressionVariableSP variable) override; + + lldb::addr_t + LookupSymbol (const ConstString &name) override { return LLDB_INVALID_ADDRESS; } void RegisterPersistentType (const ConstString &name, |

