diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectExpression.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectExpression.cpp b/lldb/source/Commands/CommandObjectExpression.cpp index 31ecaf106d2..c96b247ce12 100644 --- a/lldb/source/Commands/CommandObjectExpression.cpp +++ b/lldb/source/Commands/CommandObjectExpression.cpp @@ -295,7 +295,7 @@ CommandObjectExpression::ExecuteRawCommandString CommandReturnObject &result ) { - m_exe_ctx = m_interpreter.GetDebugger().GetExecutionContext(); + m_exe_ctx = m_interpreter.GetExecutionContext(); m_options.Reset(); |