API clients can get information about memory regions in processes.
    |  |  | 
    |  |  | 
    |  |  | 
    |  | 
        
          | __init__(self,
        *args) __init__(lldb::SBMemoryRegionInfo self) -> SBMemoryRegionInfo 
      __init__(lldb::SBMemoryRegionInfo self, SBMemoryRegionInfo rhs) ->
      SBMemoryRegionInfo
 | source code |  | 
    |  | 
        
          | __swig_destroy__(...) delete_SBMemoryRegionInfo(SBMemoryRegionInfo self)
 |  |  | 
    |  |  | 
    |  |  | 
    |  | 
        
          | GetRegionBase(self) GetRegionBase(SBMemoryRegionInfo self) -> lldb::addr_t
 | source code |  | 
    |  | 
        
          | GetRegionEnd(self) GetRegionEnd(SBMemoryRegionInfo self) -> lldb::addr_t
 | source code |  | 
    |  | 
        
          | IsReadable(self) IsReadable(SBMemoryRegionInfo self) -> bool
 | source code |  | 
    |  | 
        
          | IsWritable(self) IsWritable(SBMemoryRegionInfo self) -> bool
 | source code |  | 
    |  | 
        
          | IsExecutable(self) IsExecutable(SBMemoryRegionInfo self) -> bool
 | source code |  | 
    |  | 
        
          | IsMapped(self) IsMapped(SBMemoryRegionInfo self) -> bool
 | source code |  | 
    |  | 
        
          | __eq__(self,
        *args) __eq__(SBMemoryRegionInfo self, SBMemoryRegionInfo rhs) -> bool
 | source code |  | 
    |  | 
        
          | __ne__(self,
        *args) __ne__(SBMemoryRegionInfo self, SBMemoryRegionInfo rhs) -> bool
 | source code |  | 
    |  | 
        
          | GetDescription(self,
        *args) GetDescription(SBMemoryRegionInfo self, SBStream description) -> 
      bool
 | source code |  | 
    |  |  | 
  
    | Inherited from object:__delattr__,__format__,__getattribute__,__hash__,__new__,__reduce__,__reduce_ex__,__sizeof__,__subclasshook__ |