Home
last modified time | relevance | path

Searched refs:SetRestarted (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp3995 SetRestarted(true); in ShouldStop()
4058 SetRestarted(true); in DoOnRemoval()
4073 SetRestarted(true); in DoOnRemoval()
4131 data->SetRestarted(new_value); in SetRestartedInEvent()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h458 void SetRestarted(bool new_value) { m_restarted = new_value; } in SetRestarted() function