aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux/file_id.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-3/+3
* Teach the ELF parser to handle multiple PT_NOTE phdrs.Peter Collingbourne2017-05-261-8/+15
* Simplify ELF parser code.Peter Collingbourne2017-05-251-15/+7
* This change allows compiling the google-breakpad code using a global ::string...Ivan Penkov2016-08-301-2/+1
* Dump INFO CODE_ID containing Build ID in Linux dump_symsTed Mielczarek2016-06-101-8/+18
* Switch the Linux minidump writer to use MDCVInfoELF for CV data.Ted Mielczarek2016-04-051-34/+36
* Chrome on Android now supports loading the shared library directly from the A...rmcilroy@chromium.org2014-07-221-1/+1
* Change some ELF utils to return the length as a size_t.thestig@chromium.org2014-07-171-4/+5
* Terminating FileID path when at maximum length. (Coverity)thestig@chromium.org2014-04-011-4/+2
* Fix build on Android - put the missing NT_GNU_BUILD_ID #define in elf_gnu_com...thestig@chromium.org2013-04-101-4/+1
* Try to find a build-id through PT_NOTE program headersted.mielczarek@gmail.com2013-04-041-10/+27
* Move some ELF-handling bits from file_id.cc to elfutils.{h,cc}ted.mielczarek2012-07-181-104/+1
* Changes to get the breakpad client compiling and running on Android usingmark@chromium.org2012-04-031-1/+2
* Refactor code in preparation of merging with the fork in Chromium OS.benchan@chromium.org2011-12-161-21/+5
* Fix some shadow variables, including one in file_id.cc that causes all files ...thestig@chromium.org2011-10-201-11/+7
* issue 243 - Linux dumper should use build id produced by ld --build-id if ava...ted.mielczarek2011-08-301-38/+122
* Add support for building the Linux client code using the Android NDKted.mielczarek2010-10-201-0/+4
* Import linux_syscall_support.h from linux-syscall-support.googlecode.com inst...thestig@chromium.org2010-09-151-1/+1
* Linux FileID should work with ELFCLASS32 and ELFCLASS64 regardless of what'smark@chromium.org2010-08-271-25/+56
* Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek2010-06-251-4/+5
* Fix compilation on gcc 4.5 by adding a missing #include. Patch by Benoit Jaco...ted.mielczarek2010-06-031-0/+1
* Issue 357: New Linux file_id code doesn't persist across strip. r=agl,nealsid...ted.mielczarek2009-12-231-14/+78
* Merge of Breakpad Chrome Linux forknealsid2009-08-171-71/+41
* Issue 294: mmap error checking is not correct.nealsid2009-02-221-1/+1
* Solaris version of symbol dumper (#207). Patch by Alfred Peng. r=memmentovai2007-09-281-1/+1
* Add md5 implementation into code base to get rid ofluly812007-05-031-5/+7
* Add Linux exception handler.luly812007-03-121-0/+143