aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux/file_id_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-01-28namespace implementations of FileIDAdam Duke
2020-09-08file_id_unittest: avoid system()Mike Frysinger
2020-07-15fix pointer style to match the style guideMike Frysinger
2019-02-28Replace TYPED_TEST_CASE with TYPED_TEST_SUITE.Lei Zhang
2017-05-26Teach the ELF parser to handle multiple PT_NOTE phdrs.Peter Collingbourne
2016-06-10Dump INFO CODE_ID containing Build ID in Linux dump_symsTed Mielczarek
2016-04-05Switch the Linux minidump writer to use MDCVInfoELF for CV data.Ted Mielczarek
2013-12-13Misc Android-related fixes.digit@chromium.org
2013-04-10Fix build on Android - put the missing NT_GNU_BUILD_ID #define in elf_gnu_com...thestig@chromium.org
2013-04-04Try to find a build-id through PT_NOTE program headersted.mielczarek@gmail.com
2013-04-04Support generic Elf notes, with unit teststed.mielczarek@gmail.com
2013-03-29Refactor file_id_unittestted.mielczarek@gmail.com
2012-11-21Cleaning up google-breakpad source code of signed-unsigned comparison warningsivan.penkov@gmail.com
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
2011-12-21Replace readlink calls with a safer version that guarantees NULL-termination.benchan@chromium.org
2011-11-23 Correct compilation warning.qsr@chromium.org
2011-10-20Fix some shadow variables, including one in file_id.cc that causes all files ...thestig@chromium.org
2011-08-30issue 243 - Linux dumper should use build id produced by ld --build-id if ava...ted.mielczarek
2010-09-16Fix compilation of file_id_unittest.thestig@chromium.org
2010-08-27Linux FileID should work with ELFCLASS32 and ELFCLASS64 regardless of what'smark@chromium.org
2009-12-23Issue 357: New Linux file_id code doesn't persist across strip. r=agl,nealsid...ted.mielczarek