util: MemoryMap test failure more verbose
Change-Id: Ie42e1983d8cc5658b7e88d59cdbe689e6aefe9f2
This commit is contained in:
@ -99,6 +99,8 @@ public:
|
||||
* address2<tab>size2
|
||||
* ...
|
||||
* \endcode
|
||||
*
|
||||
* @return false if file could not be read
|
||||
*/
|
||||
bool readFromFile(char const * const filename);
|
||||
/**
|
||||
@ -106,6 +108,8 @@ public:
|
||||
*
|
||||
* Currently all access size information is lost; the map is flattened out
|
||||
* to a long list of single-byte addresses.
|
||||
*
|
||||
* @return false if file could not be written
|
||||
*/
|
||||
bool writeToFile(char const * const filename);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user