reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Interpreter/CommandInterpreter.h
  352   void UpdateExecutionContext(ExecutionContext *override_context);

References

tools/lldb/source/Commands/CommandObjectExpression.cpp
  307     m_interpreter.UpdateExecutionContext(nullptr);
tools/lldb/source/Commands/CommandObjectProcess.cpp
  423     m_interpreter.UpdateExecutionContext(nullptr);
tools/lldb/source/Core/IOHandler.cpp
 1833                   debugger.GetCommandInterpreter().UpdateExecutionContext(
 1846           debugger.GetCommandInterpreter().UpdateExecutionContext(nullptr);
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 1608     UpdateExecutionContext(override_context);
 2200     UpdateExecutionContext(override_context);