f254f8ef6a06ae1dba7c3b275a61a6d54c34accd |
|
23-Apr-2013 |
ivan.penkov@gmail.com <ivan.penkov@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e> |
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 Review URL: https://breakpad.appspot.com/567002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1158 4c0a9323-5329-0410-9bdc-e9ce6186880e
/external/google-breakpad/src/tools/linux/symupload/minidump_upload.cc
|
e1c94520b617f04213655d1e344f770a4b4eb1b9 |
|
24-May-2012 |
mkrebs@chromium.org <mkrebs@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e> |
sym_upload: Show failure if symbol server gives redirect response Add a "response_code" parameter to Linux's HTTPUpload::SendRequest() that, if non-NULL, will be set to the response code of the HTTP request. Using that, sym_upload will print a failure message on Linux if the response code is not 200. This is in line with the change made by http://breakpad.appspot.com/77001/ for the Mac version. BUG=google-breakpad:480, chromium-os:30032 TEST=Ran "sym_upload powertop.sym http://test.webdav.org/redir-tmp/" Ran "sym_upload powertop.sym http://clients2.google.com/cr/staging_symbol" Review URL: https://breakpad.appspot.com/388002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@968 4c0a9323-5329-0410-9bdc-e9ce6186880e
/external/google-breakpad/src/tools/linux/symupload/minidump_upload.cc
|
39edd96373aaca98df3f02c51aaa364f6242d266 |
|
18-Aug-2010 |
ted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e> |
fix symupload / minidump_upload to match changes to HTTPUpload::SendRequest from r640 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@657 4c0a9323-5329-0410-9bdc-e9ce6186880e
/external/google-breakpad/src/tools/linux/symupload/minidump_upload.cc
|
f0a07749af99d249ed1f0dba151bb9d81e885e11 |
|
20-Nov-2007 |
ted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e> |
Fix compile bustage from issue 221 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@231 4c0a9323-5329-0410-9bdc-e9ce6186880e
/external/google-breakpad/src/tools/linux/symupload/minidump_upload.cc
|
bcd46f007919b5063164c8c5c6c2bd4dfb62681e |
|
12-Mar-2007 |
luly81 <luly81@4c0a9323-5329-0410-9bdc-e9ce6186880e> |
Add Linux exception handler. Add Linux stab symbol dumper. Add minidump & symbol uploader for Linux. git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@126 4c0a9323-5329-0410-9bdc-e9ce6186880e
/external/google-breakpad/src/tools/linux/symupload/minidump_upload.cc
|