aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux/tests
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-1/+1
* Use sched_yield instead of pthread_yieldMichael Forney2020-03-101-1/+2
* Make breakpad_unittests work with Chrome's test runner instead of gtest'sMark Mentovai2019-04-191-0/+6
* Update linksOrgad Shaneh2016-11-181-1/+1
* Limit the workaround in r1313 to Android only.thestig@chromium.org2014-04-151-2/+9
* [Android]: Fix hang in CreateChildCrash() on Android.rmcilroy@chromium.org2014-04-151-13/+19
* fix races in CrashGenerator::CreateChildCrashvapier@chromium.org2014-04-021-6/+35
* Add missing #include of eintr_wrapper.h to auto_testfile.h. Since it'smark@chromium.org2013-12-031-0/+124
* Fix Breakpad unit tests build for Android.digit@chromium.org2012-08-231-0/+3
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-282-5/+7
* Fix crash_generator error messageted.mielczarek2012-04-111-1/+4
* Modify CrashGenerator::CreateChildCrash to copy proc files.benchan@chromium.org2012-02-232-7/+53
* Implement core dump to minidump conversion.benchan@chromium.org2012-01-192-2/+6
* Skip ElfCoreDumpTest.ValidCoreFile test if no core dump is generated.benchan@chromium.org2012-01-111-8/+33
* Add utilities for processing Linux core dump files.benchan@chromium.org2012-01-072-0/+314