Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1258)

Issue 567002: This change allows compiling the sym_upload and minidump_upload using a global ::string class inste… (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 4 months ago by Ivan Penkov
Modified:
11 years, 4 months ago
CC:
google-breakpad-dev_googlegroups.com
Base URL:
http://google-breakpad.googlecode.com/svn/trunk/
Visibility:
Public.

Description

This change allows compiling sym_upload.cc and minidump_upload.cc using a global
::string class instead of std::string.  For more details take a look at
common/using_std_string.h

A few other fixes:

 - getopt() returns (int)(-1) when options are exhausted.  This was already sent
out for code review by mattdr but only for sym_upload.cc
(https://breakpad.appspot.com/561002/).  I'm applying the fix for both files.

 - Fixed a couple of lint warning about improper usage of white-spaces.

Thanks,
-Ivan
Committed: https://code.google.com/p/google-breakpad/source/detail?r=1158

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/tools/linux/symupload/minidump_upload.cc View 1 5 chunks +15 lines, -13 lines 0 comments Download
M src/tools/linux/symupload/sym_upload.cc View 1 8 chunks +27 lines, -25 lines 0 comments Download

Messages

Total messages: 4
Ivan Penkov
.
11 years, 4 months ago #1
Mark Mentovai
LGTM https://breakpad.appspot.com/567002/diff/1/src/tools/linux/symupload/minidump_upload.cc File src/tools/linux/symupload/minidump_upload.cc (right): https://breakpad.appspot.com/567002/diff/1/src/tools/linux/symupload/minidump_upload.cc#newcode146 src/tools/linux/symupload/minidump_upload.cc:146: int main(int argc, const char * argv[]) { ...
11 years, 4 months ago #2
Ivan Penkov
Done. https://breakpad.appspot.com/567002/diff/1/src/tools/linux/symupload/minidump_upload.cc File src/tools/linux/symupload/minidump_upload.cc (right): https://breakpad.appspot.com/567002/diff/1/src/tools/linux/symupload/minidump_upload.cc#newcode146 src/tools/linux/symupload/minidump_upload.cc:146: int main(int argc, const char * argv[]) { ...
11 years, 4 months ago #3
Mark Mentovai
11 years, 4 months ago #4
LGTM
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted