Refactoring in preparation for microdump processing
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1370 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
a58de86bcd
commit
54c2560a82
22 changed files with 1058 additions and 666 deletions
|
@ -37,6 +37,7 @@
|
|||
//
|
||||
// Author: Siyang Xie (lambxsy@google.com)
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <sstream>
|
||||
|
@ -113,6 +114,9 @@ class MockMemoryRegion: public MemoryRegion {
|
|||
*value = address;
|
||||
return true;
|
||||
}
|
||||
void Print() const {
|
||||
assert(false);
|
||||
}
|
||||
};
|
||||
|
||||
// Verify that, for every association in ACTUAL, EXPECTED has the same
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue