breakpad/src
mkrebs@chromium.org 1500c41966 Don't bail if a thread's stack pointer is invalid
Currently, if a thread's stack pointer is not within a valid memory page,
the minidump writing will fail with an error.  This change allows an invalid
stack pointer by simply setting the memory size to zero in the minidump.
The processing code already checks for the size being zero, although it
currently just gives an error (see https://breakpad.appspot.com/413002/).

BUG=google-breakpad:499, chromium-os:34880
TEST=make check, manually ran minidump-2-core and core2md
Review URL: https://breakpad.appspot.com/478002

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1065 4c0a9323-5329-0410-9bdc-e9ce6186880e
2012-10-08 20:33:06 +00:00
..
client Don't bail if a thread's stack pointer is invalid 2012-10-08 20:33:06 +00:00
common Comment out unused arguments in definitions, as required by the Google C++ Style Guide. 2012-10-05 22:07:48 +00:00
google_breakpad Fix linux compile errors for some systems. 2012-10-02 10:46:31 +00:00
processor processor: add arm exception flags 2012-09-25 08:30:48 +00:00
third_party Change an always true comparison to another conditional. Since 2012-09-17 21:55:37 +00:00
tools Add custom implementation of NXGetArchInfoXXX to allow adding new arch. 2012-10-03 16:20:53 +00:00
breakpad_googletest_includes.h
config.h.in Remove NetworkSourceLine{Resolver,Server} and related code. It never wound up being useful enough to use in production, so let's drop the maintenence burden 2011-07-07 20:53:52 +00:00