Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4061 SetRestarted(true); in ShouldStop()
4124 SetRestarted(true); in DoOnRemoval()
4139 SetRestarted(true); in DoOnRemoval()
4197 data->SetRestarted(new_value); in SetRestartedInEvent()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h468 void SetRestarted(bool new_value) { m_restarted = new_value; } in SetRestarted() function