breakpad/src/tools
Sylvain Defresne 600ec35c5b Fail with a proper error message if input file is not found.
Previously, if the input file was missing, the symupload tool on Mac
would happily process, try to parse it (calling a method on nil) and
fail when trying to create the payload to send to the server as one
of the method raised a NSInvalidArgumentException when receiving a
nil value.

Change to code to instead check the file for existence which makes it
easier to understand what is happening when part of the build system
is misconfigured and invoke symupload without first creating the symbol
file.

BUG=449348

Change-Id: Icc0f08958114da4be0cbbd7a7c2aeef905bc0db1
Reviewed-on: https://chromium-review.googlesource.com/367260
Reviewed-by: Mark Mentovai <mark@chromium.org>
2016-08-09 23:13:07 +00:00
..
linux Added an option (-i) to have dump_syms output header information only. 2016-04-08 04:37:45 +02:00
mac Fail with a proper error message if input file is not found. 2016-08-09 23:13:07 +00:00
python Update symbol file documentation links. 2016-06-10 06:29:06 -04:00
solaris/dump_syms Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace. 2011-11-18 21:40:27 +00:00
windows Support for multiple upload files in CrashReportSender/HTTPUpload 2015-10-06 11:05:12 -04:00
tools.gyp Add GYP build for the src/tools directory on Mac and Linux. 2014-07-24 15:22:51 +00:00