Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp3978 SetRestarted(true); in ShouldStop()
4041 SetRestarted(true); in DoOnRemoval()
4056 SetRestarted(true); in DoOnRemoval()
4114 data->SetRestarted(new_value); in SetRestartedInEvent()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h464 void SetRestarted(bool new_value) { m_restarted = new_value; } in SetRestarted() function