Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp4243 SetRestarted(true); in DoOnRemoval()
4258 SetRestarted(true); in DoOnRemoval()
4267 SetRestarted(true); in DoOnRemoval()
4326 data->SetRestarted(new_value); in SetRestartedInEvent()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h647 void SetRestarted(bool new_value) { m_restarted = new_value; } in SetRestarted() function