From 4365e2fe41e2d7246a71b364147dd6e7787028f9 Mon Sep 17 00:00:00 2001 From: mmentovai Date: Tue, 21 Nov 2006 16:58:36 +0000 Subject: Support GUID-less PDBs (#77). r=bryner - Handle MDCVInfoPDB20-based PDBs by outputting a signature instead of a guid in the MODULE line. - Identify the OS and CPU in the MODULE line. - Suppress multiple subsequent identical STACK WIN lines. http://groups.google.com/group/airbag-dev/browse_thread/thread/0f54e2c33ed5d82d git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@70 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/processor/testdata/module2.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/processor/testdata/module2.out') diff --git a/src/processor/testdata/module2.out b/src/processor/testdata/module2.out index c8671c8c..db6adaec 100644 --- a/src/processor/testdata/module2.out +++ b/src/processor/testdata/module2.out @@ -1,4 +1,4 @@ -MODULE 22222222-2222-2222-2222-222222222222 2 module2.pdb +MODULE windows x86 22222222 2 module2.pdb FILE 1 file2_1.cc FILE 2 file2_2.cc FILE 3 file2_3.cc -- cgit v1.2.1