aboutsummaryrefslogtreecommitdiff
path: root/src/common/windows/dia_util.cc
diff options
context:
space:
mode:
authorivanpe@chromium.org <ivanpe@chromium.org>2014-11-17 22:47:05 +0000
committerivanpe@chromium.org <ivanpe@chromium.org>2014-11-17 22:47:05 +0000
commite469f8cf4bd12d0addb2f2a37962819a8644622b (patch)
tree04be3a8f852e57422ace44a1360b2d4d5b272cc0 /src/common/windows/dia_util.cc
parentFix UMR and potential crash in Mac dump_syms. (diff)
downloadbreakpad-e469f8cf4bd12d0addb2f2a37962819a8644622b.tar.xz
Add parameter --product to symupload.exe
Adding an optional parameter --product to symupload.exe. If specified it will be passed to the symbol server as POST parameter 'product'. As part of this, I'm also fixing: - Removed the .vcproj file as it can be generated from the .gyp file on demand. - error C4335: Mac file format detected. Fixed the line endings for omap.cc and dia_util.cc. - warning C4003: not enough actual parameters for macro 'max' Symupload.exe was compiled using MSVS 2013 and DIA SDK 12.0. Review URL: https://breakpad.appspot.com/9734002/ git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1402 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/common/windows/dia_util.cc')
-rw-r--r--src/common/windows/dia_util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/windows/dia_util.cc b/src/common/windows/dia_util.cc
index 25a9a33f..ed8cb5b6 100644
--- a/src/common/windows/dia_util.cc
+++ b/src/common/windows/dia_util.cc
@@ -89,4 +89,4 @@ bool FindTable(REFIID iid, IDiaSession* session, void** table) {
return false;
}
-} // namespace google_breakpad
+} // namespace google_breakpad \ No newline at end of file