breakpad/src
mark@chromium.org a5da1e193c minidump_dump: bug fixes.
- Convert time_t values to UTC correctly. It is incorrect to cast a uint32_t*
   to time_t* because the two types may have different widths. This is the
   case on many 64-bit systems, where time_t is a 64-bit signed integer.
   Conversion is unified in a single function, and additional uses of time_t
   in minidump files not previously displayed in UTC are now displayed.
 - Interpret the IMAGE_DEBUG_MISC structure correctly.
 - When printing MINIDUMP_SYSTEM_INFO structures, always show the "x86" side
   of the union, and state whether it's expected to be valid. (Existing
   Breakpad-produced non-Windows minidumps for x86_64 use the "x86" side of
   union, but Windows minidumps for x86_64 use the "other" side, so I want to
   print both.)

R=ivanpe@chromium.org

Review URL: https://breakpad.appspot.com/5674002

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1339 4c0a9323-5329-0410-9bdc-e9ce6186880e
2014-06-17 18:03:31 +00:00
..
build Add required build options to correctly target XP 2014-05-08 21:17:04 +00:00
client Use PAGE_MAX_SIZE. PAGE_SIZE is now a variable size. 2014-06-06 16:20:15 +00:00
common Add virtual dtor to LibcurlWrapper. 2014-06-04 08:54:07 +00:00
google_breakpad Add missing MD_MISCINFO_FLAGS1_BUILDSTRING. Revise documentation to clarify 2014-06-03 19:35:41 +00:00
processor minidump_dump: bug fixes. 2014-06-17 18:03:31 +00:00
third_party First cut at adding arm64 Linux / Android support to Breakpad. 2014-04-02 23:12:40 +00:00
tools Change PrintFunctions to print functions in address order and not print duplicate public functions. 2014-04-23 17:27:01 +00:00
breakpad_googletest_includes.h disable unittests under ASAN that use memory crashes 2013-12-11 05:38:34 +00:00
config.h.in Use AM_MAINTAINER_MODE so configure supports --enable-maintainer-mode 2013-12-10 12:28:11 +00:00