breakpad/src/client/windows
mark@chromium.org 5951dd28af Eliminate another source of UnspecifiedStackSignature crash dumps.
Manufacturing an exception record improves the crash reporting, since then
the crashes get bucketed by the call stack leading to the dump, instead of 
all falling into a misc bucket that nobody ever looks at.
Currently these are occuring through e.g. dumps from the base watchdog.

Link against RtlCaptureContext, as the function has been documented as
available
from Windows XP
[http://msdn.microsoft.com/en-us/library/windows/desktop/ms680591(v=vs.85).aspx].

Patch by Siggi Asgeirsson <siggi@chromium.org>


git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@897 4c0a9323-5329-0410-9bdc-e9ce6186880e
2011-12-21 22:09:56 +00:00
..
build Fix svn:executable and svn:eol-style properties in src/client/windows. 2011-10-20 13:18:59 +00:00
common Speculative back-out of r883, which may have broken Windows crash reporting. 2011-11-28 19:17:41 +00:00
crash_generation Speculative back-out of r883, which may have broken Windows crash reporting. 2011-11-28 19:17:41 +00:00
handler Eliminate another source of UnspecifiedStackSignature crash dumps. 2011-12-21 22:09:56 +00:00
sender Fix svn:executable and svn:eol-style properties in src/client/windows. 2011-10-20 13:18:59 +00:00
tests/crash_generation_app Speculative back-out of r883, which may have broken Windows crash reporting. 2011-11-28 19:17:41 +00:00
unittests Speculative back-out of r883, which may have broken Windows crash reporting. 2011-11-28 19:17:41 +00:00
breakpad_client.gyp Fix svn:executable and svn:eol-style properties in src/client/windows. 2011-10-20 13:18:59 +00:00