aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux/elf_core_dump_unittest.cc
AgeCommit message (Expand)Author
2023-02-27Add #include <config.h> to the beginning of all cc filesIan Barkley-Yeung
2022-09-07Update copyright boilerplate, 2022 edition (Breakpad)Mark Mentovai
2022-06-24elf_core_dump_unittest: skip test if setrlimit will failGeorge Burgess IV
2019-04-26Linux breakpad_unittests: fix ThreadSanitizer problemsMark Mentovai
2014-07-22Chrome on Android now supports loading the shared library directly from the A...rmcilroy@chromium.org
2014-04-23Skip ElfCoreDumpTest and LinuxCoreDumperTest on Android if no core file is du...rmcilroy@chromium.org
2014-04-03Fix ElfCoreDumpTest.ValidCoreFile unit test.benchan@chromium.org
2014-04-02fix races in CrashGenerator::CreateChildCrashvapier@chromium.org
2012-11-21Cleaning up google-breakpad source code of signed-unsigned comparison warningsivan.penkov@gmail.com
2012-08-23Fix Breakpad unit tests build for Android.digit@chromium.org
2012-07-02Fixing various compiler warnings and applying minor tweaks to allow running ofivan.penkov@gmail.com
2012-06-28This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com
2012-01-19Implement core dump to minidump conversion.benchan@chromium.org
2012-01-11Skip ElfCoreDumpTest.ValidCoreFile test if no core dump is generated.benchan@chromium.org
2012-01-07Add utilities for processing Linux core dump files.benchan@chromium.org