SBMemoryRegionInfo¶
-
class
lldb.
SBMemoryRegionInfo
(*args)¶ API clients can get information about memory regions in processes.
Methods Summary
Clear
(SBMemoryRegionInfo self)GetDescription
(SBMemoryRegionInfo self, …)GetName
(SBMemoryRegionInfo self)GetRegionBase
(SBMemoryRegionInfo self)GetRegionEnd
(SBMemoryRegionInfo self)IsExecutable
(SBMemoryRegionInfo self)IsMapped
(SBMemoryRegionInfo self)IsReadable
(SBMemoryRegionInfo self)IsWritable
(SBMemoryRegionInfo self)Methods Documentation
-
Clear
(SBMemoryRegionInfo self)¶
-
GetDescription
(SBMemoryRegionInfo self, SBStream description) → bool¶
-
GetName
(SBMemoryRegionInfo self) → char const *¶
-
GetRegionBase
(SBMemoryRegionInfo self) → lldb::addr_t¶
-
GetRegionEnd
(SBMemoryRegionInfo self) → lldb::addr_t¶
-
IsExecutable
(SBMemoryRegionInfo self) → bool¶
-
IsMapped
(SBMemoryRegionInfo self) → bool¶
-
IsReadable
(SBMemoryRegionInfo self) → bool¶
-
IsWritable
(SBMemoryRegionInfo self) → bool¶
-