aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux/file_id_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* file_id_unittest: avoid system()Mike Frysinger2020-09-081-7/+16
* fix pointer style to match the style guideMike Frysinger2020-07-151-2/+2
* Replace TYPED_TEST_CASE with TYPED_TEST_SUITE.Lei Zhang2019-02-281-1/+1
* Teach the ELF parser to handle multiple PT_NOTE phdrs.Peter Collingbourne2017-05-261-0/+34
* Dump INFO CODE_ID containing Build ID in Linux dump_symsTed Mielczarek2016-06-101-0/+17
* Switch the Linux minidump writer to use MDCVInfoELF for CV data.Ted Mielczarek2016-04-051-59/+117
* Misc Android-related fixes.digit@chromium.org2013-12-131-0/+4
* Fix build on Android - put the missing NT_GNU_BUILD_ID #define in elf_gnu_com...thestig@chromium.org2013-04-101-0/+1
* Try to find a build-id through PT_NOTE program headersted.mielczarek@gmail.com2013-04-041-0/+35
* Support generic Elf notes, with unit teststed.mielczarek@gmail.com2013-04-041-4/+5
* Refactor file_id_unittestted.mielczarek@gmail.com2013-03-291-102/+35
* Cleaning up google-breakpad source code of signed-unsigned comparison warningsivan.penkov@gmail.com2012-11-211-1/+1
* Fixing various compiler warnings and applying minor tweaks to allow running ofivan.penkov@gmail.com2012-07-021-2/+4
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-281-1/+4
* Replace readlink calls with a safer version that guarantees NULL-termination.benchan@chromium.org2011-12-211-3/+3
* Correct compilation warning.qsr@chromium.org2011-11-231-6/+6
* Fix some shadow variables, including one in file_id.cc that causes all files ...thestig@chromium.org2011-10-201-0/+101
* issue 243 - Linux dumper should use build id produced by ld --build-id if ava...ted.mielczarek2011-08-301-55/+95
* Fix compilation of file_id_unittest.thestig@chromium.org2010-09-161-5/+5
* Linux FileID should work with ELFCLASS32 and ELFCLASS64 regardless of what'smark@chromium.org2010-08-271-0/+67
* Issue 357: New Linux file_id code doesn't persist across strip. r=agl,nealsid...ted.mielczarek2009-12-231-0/+76