mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-25 16:54:43 +01:00
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
This commit is contained in:
parent
042ca733d3
commit
4365e2fe41
10 changed files with 128 additions and 3979 deletions
2
src/processor/testdata/module1.out
vendored
2
src/processor/testdata/module1.out
vendored
|
|
@ -1,4 +1,4 @@
|
|||
MODULE 11111111-1111-1111-1111-111111111111 1 module1.pdb
|
||||
MODULE windows x86 11111111-1111-1111-1111-111111111111 1 module1.pdb
|
||||
FILE 1 file1_1.cc
|
||||
FILE 2 file1_2.cc
|
||||
FILE 3 file1_3.cc
|
||||
|
|
|
|||
2
src/processor/testdata/module2.out
vendored
2
src/processor/testdata/module2.out
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
src/processor/testdata/module3_bad.out
vendored
2
src/processor/testdata/module3_bad.out
vendored
|
|
@ -1,3 +1,3 @@
|
|||
MODULE 33333333-3333-3333-3333-333333333333 3 module3.pdb
|
||||
MODULE windows x86 33333333-3333-3333-3333-333333333333 3 module3.pdb
|
||||
FILE 1 file1.cc
|
||||
FUNC 1000
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -1,4 +1,4 @@
|
|||
MODULE 8ddb7e9a-3657-4893-8d6e-b08b1dca31aa 1 test_app.pdb
|
||||
MODULE windows x86 8ddb7e9a-3657-4893-8d6e-b08b1dca31aa 1 test_app.pdb
|
||||
FILE 1 c:\program files\microsoft visual studio 8\vc\platformsdk\include\pshpack2.h
|
||||
FILE 2 c:\program files\microsoft visual studio 8\vc\platformsdk\include\winuser.h
|
||||
FILE 3 c:\program files\microsoft visual studio 8\vc\include\wtime.inl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue