Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h248 std::optional<bool> IsZombie() const { return m_zombie; } in IsZombie() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp483 if (auto zombie_opt = info.IsZombie(); zombie_opt.value_or(false)) { in Populate()