Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4238 SetRestarted(true); in ShouldStop()
4316 SetRestarted(true); in DoOnRemoval()
4331 SetRestarted(true); in DoOnRemoval()
4389 data->SetRestarted(new_value); in SetRestartedInEvent()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h472 void SetRestarted(bool new_value) { m_restarted = new_value; } in SetRestarted() function