Home
last modified time | relevance | path

Searched refs:UpdateExecutionContext (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h399 void UpdateExecutionContext(ExecutionContext *override_context);
/external/llvm-project/lldb/source/Commands/
DCommandObjectExpression.cpp299 m_interpreter.UpdateExecutionContext(nullptr); in HandleCompletion()
DCommandObjectProcess.cpp384 m_interpreter.UpdateExecutionContext(nullptr); in DoExecute()
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp1657 UpdateExecutionContext(override_context); in HandleCommand()
1860 UpdateExecutionContext(nullptr); in HandleCompletion()
2288 UpdateExecutionContext(override_context); in HandleCommands()
2723 void CommandInterpreter::UpdateExecutionContext( in UpdateExecutionContext() function in CommandInterpreter
/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp1393 debugger.GetCommandInterpreter().UpdateExecutionContext( in Run()
1406 debugger.GetCommandInterpreter().UpdateExecutionContext(nullptr); in Run()