Searched refs:zombie_opt (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ | ||
| H A D | ThreadElfCore.cpp | 483 if (auto zombie_opt = info.IsZombie(); zombie_opt.value_or(false)) { in Populate() local |