Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp4016 SetRestarted(true); in ShouldStop()
4079 SetRestarted(true); in DoOnRemoval()
4094 SetRestarted(true); in DoOnRemoval()
4152 data->SetRestarted(new_value); in SetRestartedInEvent()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h458 void SetRestarted(bool new_value) { m_restarted = new_value; } in SetRestarted() function