diff options
| author | Greg Clayton <gclayton@apple.com> | 2010-12-20 20:49:23 +0000 |
|---|---|---|
| committer | Greg Clayton <gclayton@apple.com> | 2010-12-20 20:49:23 +0000 |
| commit | af67cecd47690d70be488673a02de533e044a521 (patch) | |
| tree | 374a923e4bccf163e4d305f5828862593603d812 /lldb/source/Core/ValueObject.cpp | |
| parent | 3307d7cbad6001dd2a70984dfc8a0763319ac250 (diff) | |
| download | bcm5719-llvm-af67cecd47690d70be488673a02de533e044a521.tar.gz bcm5719-llvm-af67cecd47690d70be488673a02de533e044a521.zip | |
The LLDB API (lldb::SB*) is now thread safe!
llvm-svn: 122262
Diffstat (limited to 'lldb/source/Core/ValueObject.cpp')
| -rw-r--r-- | lldb/source/Core/ValueObject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/ValueObject.cpp b/lldb/source/Core/ValueObject.cpp index 2f82d49bd0b..47b0c76359d 100644 --- a/lldb/source/Core/ValueObject.cpp +++ b/lldb/source/Core/ValueObject.cpp @@ -1203,7 +1203,7 @@ ValueObject::CreateConstantValue (ExecutionContextScope *exe_scope, const ConstS } lldb::ValueObjectSP -ValueObject::Dereference (ExecutionContextScope *exe_scope, Error &error) +ValueObject::Dereference (Error &error) { lldb::ValueObjectSP valobj_sp; const bool is_pointer_type = IsPointerType(); |

