From 80866e79454cefc5570b01dbb0a723185eae653c Mon Sep 17 00:00:00 2001 From: mmentovai Date: Mon, 6 Nov 2006 19:34:19 +0000 Subject: Symbol file should contain module GUID at beginning (#66). r=bryner - The dumped symbol format now begins with a MODULE line identifying the uuid, age, and name of the source pdb file. - The processor ignores MODULE lines, but they are useful in figuring out how to index symbol files in a symbol store. - dump_syms and symupload now both accept either a pdb or exe/dll and will read the pdb regardless. - Figured out that MSSS always represents a module's age in pathnames in hexadecimal, and updated SimpleSymbolSupplier to match. http://groups.google.com/group/airbag-dev/browse_thread/thread/572108d6567edd58 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@59 4c0a9323-5329-0410-9bdc-e9ce6186880e --- .../symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/kernel32.sym | 1 + 1 file changed, 1 insertion(+) (limited to 'src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542') diff --git a/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/kernel32.sym b/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/kernel32.sym index 0a9d6fcc..0c23d478 100644 --- a/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/kernel32.sym +++ b/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/kernel32.sym @@ -1,3 +1,4 @@ +MODULE bce8785c-57b4-4245-a669-896b6a19b954 2 kernel32.pdb PUBLIC b5ae c BaseDllInitialize PUBLIC 9b47 4 CloseHandle PUBLIC 17826 0 BaseDllInitializeMemoryManager -- cgit v1.2.1