Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h366 void UpdateExecutionContext(ExecutionContext *override_context);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectExpression.cpp321 m_interpreter.UpdateExecutionContext(nullptr); in HandleCompletion()
H A DCommandObjectProcess.cpp483 m_interpreter.UpdateExecutionContext(nullptr); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1620 UpdateExecutionContext(override_context); in HandleCommand()
2220 UpdateExecutionContext(override_context); in HandleCommands()
2666 void CommandInterpreter::UpdateExecutionContext( in UpdateExecutionContext() function in CommandInterpreter
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp1855 debugger.GetCommandInterpreter().UpdateExecutionContext( in Run()
1868 debugger.GetCommandInterpreter().UpdateExecutionContext(nullptr); in Run()