breakpad/src/tools/linux
Mike Frysinger 7864f2edaa core2md: write error message with perror
The current failure message omits the underlying errno.  This can
make diagnosing failures a bit difficult unless you run everything
through strace.  For example:
 $ core2md core /proc/self md
 $ core2md core /proc/self md
 Unable to generate minidump

Now we get the errno details:
 Unable to generate minidump: File exists

Change-Id: I67f30879868ce4a726d5d888ee8c0a4a316b5186
Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/1497660
Reviewed-by: Ted Mielczarek <ted.mielczarek@gmail.com>
2019-03-04 16:45:16 +00:00
..
core2md core2md: write error message with perror 2019-03-04 16:45:16 +00:00
dump_syms Added an option (-i) to have dump_syms output header information only. 2016-04-08 04:37:45 +02:00
md2core Define and use a a new MDRawContextARM64 2018-08-01 19:27:25 +00:00
symupload Refactor sym_upload in tools to extract code into common/linux, and minor fixes 2016-03-30 13:46:21 -07:00
tools_linux.gypi Fixed file extention for minidump_upload in tools_linux.gypi 2018-01-04 08:43:43 +00:00