breakpad/src/client/linux/minidump_writer
jimblandy b68b800189 Breakpad Linux client: Simplify VerifyStackReadWithMultipleThreads unit test.
As written, the VerifyStackReadWithMultipleThreads unit test makes
assumptions about the layout of thread_function's stack frame. As a result,
the test will fail when compiled with some compilers, or built with certain
optimization levels.

As an extension to C++, the GNU compilers allow you to request that a
variable be placed in a specific register. Using this, we can have
thread_function put the thread id in place where the test can find it
reliably.

a=jimblandy, r=nealsid


git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@558 4c0a9323-5329-0410-9bdc-e9ce6186880e
2010-03-29 18:23:42 +00:00
..
directory_reader_unittest.cc Merge of Breakpad Chrome Linux fork 2009-08-17 23:12:53 +00:00
directory_reader.h Merge of Breakpad Chrome Linux fork 2009-08-17 23:12:53 +00:00
line_reader_unittest.cc ARM support, with some build system changes to support x86-64, arm, and i386 in an autoconf style build in Linux. The O2 build for the unit tests is still broken but I'm checking this in to unblock people 2010-03-02 00:39:48 +00:00
line_reader.h Merge of Breakpad Chrome Linux fork 2009-08-17 23:12:53 +00:00
linux_dumper_unittest_helper.cc Breakpad Linux client: Simplify VerifyStackReadWithMultipleThreads unit test. 2010-03-29 18:23:42 +00:00
linux_dumper_unittest.cc Breakpad Linux client: Simplify VerifyStackReadWithMultipleThreads unit test. 2010-03-29 18:23:42 +00:00
linux_dumper.cc ARM support, with some build system changes to support x86-64, arm, and i386 in an autoconf style build in Linux. The O2 build for the unit tests is still broken but I'm checking this in to unblock people 2010-03-02 00:39:48 +00:00
linux_dumper.h ARM support, with some build system changes to support x86-64, arm, and i386 in an autoconf style build in Linux. The O2 build for the unit tests is still broken but I'm checking this in to unblock people 2010-03-02 00:39:48 +00:00
minidump_writer_unittest.cc Breakpad: Update copyright notice years on all files changed in 2010. 2010-02-09 17:08:56 +00:00
minidump_writer.cc ARM support, with some build system changes to support x86-64, arm, and i386 in an autoconf style build in Linux. The O2 build for the unit tests is still broken but I'm checking this in to unblock people 2010-03-02 00:39:48 +00:00
minidump_writer.h Merge of Breakpad Chrome Linux fork 2009-08-17 23:12:53 +00:00