Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp609 bool have_prstatus = false; in parseFreeBSDNotes() local
616 if ((note.info.n_type == ELF::NT_PRSTATUS && have_prstatus) || in parseFreeBSDNotes()
622 have_prstatus = false; in parseFreeBSDNotes()
628 have_prstatus = true; in parseFreeBSDNotes()
649 if (!have_prstatus) { in parseFreeBSDNotes()
886 bool have_prstatus = false; in parseLinuxNotes() local
893 if ((note.info.n_type == ELF::NT_PRSTATUS && have_prstatus) || in parseLinuxNotes()
899 have_prstatus = false; in parseLinuxNotes()
905 have_prstatus = true; in parseLinuxNotes()
964 if (have_prstatus) in parseLinuxNotes()