ROSE
0.11.137.0
|
Exception for when we try to access a virtual address that isn't mapped.
Definition at line 225 of file MemoryMap.h.
#include <Rose/BinaryAnalysis/MemoryMap.h>
Public Member Functions | |
NotMapped (const std::string &mesg, const MemoryMap::Ptr &map, rose_addr_t va) | |
virtual void | print (std::ostream &, bool verbose=true) const |
![]() | |
Exception (const std::string &mesg, const MemoryMap::Ptr map) | |
virtual std::string | leader (std::string dflt="memory map problem") const |
Leading part of the error message. More... | |
virtual std::string | details (bool) const |
Details emitted on following lines, indented two spaces. More... | |
![]() | |
Exception (const std::string &s) | |
Construct an exception with an error message. More... | |
Public Attributes | |
rose_addr_t | va |
![]() | |
MemoryMap::Ptr | map |
Map that caused the exception if available, null otherwise. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &, const NotMapped &) |