aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux/file_id.cc
Commit message (Expand)AuthorAgeFilesLines
* 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