Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/elf-core/
DProcessElfCore.cpp499 bool have_prstatus = false; in ParseThreadContextsFromNoteSegment() local
515 if ((note.n_type == NT_PRSTATUS && have_prstatus) || in ParseThreadContextsFromNoteSegment()
522 have_prstatus = false; in ParseThreadContextsFromNoteSegment()
537 have_prstatus = true; in ParseThreadContextsFromNoteSegment()
562 have_prstatus = true; in ParseThreadContextsFromNoteSegment()