From 93fa375b580a647904925cb741266f2d679cb448 Mon Sep 17 00:00:00 2001 From: mmentovai Date: Wed, 6 Dec 2006 20:18:26 +0000 Subject: symupload parameters don't match processor expectations (#91). r=bryner - Interface change: the "guid" and "age" parameters supplied to a symbol server by symupload have been merged into "debug_identifier". Some other parameters have had their names changed. Additional code_file, os, and cpu parameters have been added. - Interface change: the format of the MODULE line at the top of dumped .sym files has changed slightly. The fields used for uuid and age have merged into a debug_identifier-type field. - debug_identifier is formatted the same way as CodeModule::debug_identifier for ease of server-side processing. http://groups.google.com/group/airbag-dev/browse_thread/thread/8022f504cf01f994 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@77 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/tools/windows/symupload/symupload.vcproj | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/tools/windows/symupload/symupload.vcproj') diff --git a/src/tools/windows/symupload/symupload.vcproj b/src/tools/windows/symupload/symupload.vcproj index c1458854..49f6e518 100644 --- a/src/tools/windows/symupload/symupload.vcproj +++ b/src/tools/windows/symupload/symupload.vcproj @@ -216,6 +216,10 @@ RelativePath="..\..\..\common\windows\pdb_source_line_writer.cc" > + + -- cgit v1.2.1