Searched refs:have_prstatus (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp436 bool have_prstatus = false; local
452 if ((note.n_type == NT_PRSTATUS && have_prstatus) ||
459 have_prstatus = false;
474 have_prstatus = true;
499 have_prstatus = true;

Completed in 48 milliseconds