MemoryAccessor 1
A command-line front-end for exploring virtual memory of a linux process by accessing /proc/PID/mem file.
Loading...
Searching...
No Matches
MemoryAccessor::SegmentNotExistEx Class Reference

Ex: Segment of memory does not exist. More...

#include <memoryaccessor.h>

Inheritance diagram for MemoryAccessor::SegmentNotExistEx:
MemoryAccessor::SegmentEx MemoryAccessor::BaseException

Detailed Description

Ex: Segment of memory does not exist.

This exception is thrown when a memory segment is requested which does not exist (e.g., a number of segment requested that is too big).


The documentation for this class was generated from the following file: