Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/
DLinuxProcMaps.cpp69 const char read_perm_char = line_extractor.GetChar(); in ParseMemoryRegionInfoFromProcMapsLine() local
70 if (read_perm_char == 'r') in ParseMemoryRegionInfoFromProcMapsLine()
72 else if (read_perm_char == '-') in ParseMemoryRegionInfoFromProcMapsLine()