ROSE 0.11.145.247
|
Exception for when we try to access a virtual address that isn't mapped.
Definition at line 232 of file MemoryMap.h.
#include <Rose/BinaryAnalysis/MemoryMap.h>
Public Member Functions | |
NotMapped (const std::string &mesg, const MemoryMap::Ptr &map, Address 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. | |
virtual std::string | details (bool) const |
Details emitted on following lines, indented two spaces. | |
![]() | |
Exception (const std::string &s) | |
Construct an exception with an error message. | |
Public Attributes | |
Address | va |
![]() | |
MemoryMap::Ptr | map |
Map that caused the exception if available, null otherwise. | |
|
inline |
Definition at line 233 of file MemoryMap.h.
|
inlinevirtual |
Definition at line 235 of file MemoryMap.h.
|
virtual |
Reimplemented from Rose::BinaryAnalysis::MemoryMap::Exception.
Address Rose::BinaryAnalysis::MemoryMap::NotMapped::va |
Definition at line 238 of file MemoryMap.h.