Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h246 void SetIsZombie(bool is_zombie) { m_zombie = is_zombie; } in SetIsZombie()
248 std::optional<bool> IsZombie() const { return m_zombie; } in IsZombie()
268 std::optional<bool> m_zombie = std::nullopt; variable