mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-01-11 00:48:05 +01:00
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
|
|
@ -27,6 +27,7 @@
|
|||
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <string>
|
||||
|
|
@ -102,6 +103,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