Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DLinuxProcMaps.cpp79 const char write_perm_char = line_extractor.GetChar(); in ParseMemoryRegionInfoFromProcMapsLine() local
80 if (write_perm_char == 'w') in ParseMemoryRegionInfoFromProcMapsLine()
82 else if (write_perm_char == '-') in ParseMemoryRegionInfoFromProcMapsLine()