Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A 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()