| Commit message (Expand) | Author | Age | Files | Lines |
* | Chrome on Android now supports loading the shared library directly from the A... | rmcilroy@chromium.org | 2014-07-22 | 1 | -1/+1 |
* | Change some ELF utils to return the length as a size_t. | thestig@chromium.org | 2014-07-17 | 1 | -4/+5 |
* | Terminating FileID path when at maximum length. (Coverity) | thestig@chromium.org | 2014-04-01 | 1 | -4/+2 |
* | Fix build on Android - put the missing NT_GNU_BUILD_ID #define in elf_gnu_com... | thestig@chromium.org | 2013-04-10 | 1 | -4/+1 |
* | Try to find a build-id through PT_NOTE program headers | ted.mielczarek@gmail.com | 2013-04-04 | 1 | -10/+27 |
* | Move some ELF-handling bits from file_id.cc to elfutils.{h,cc} | ted.mielczarek | 2012-07-18 | 1 | -104/+1 |
* | Changes to get the breakpad client compiling and running on Android using | mark@chromium.org | 2012-04-03 | 1 | -1/+2 |
* | Refactor code in preparation of merging with the fork in Chromium OS. | benchan@chromium.org | 2011-12-16 | 1 | -21/+5 |
* | Fix some shadow variables, including one in file_id.cc that causes all files ... | thestig@chromium.org | 2011-10-20 | 1 | -11/+7 |
* | issue 243 - Linux dumper should use build id produced by ld --build-id if ava... | ted.mielczarek | 2011-08-30 | 1 | -38/+122 |
* | Add support for building the Linux client code using the Android NDK | ted.mielczarek | 2010-10-20 | 1 | -0/+4 |
* | Import linux_syscall_support.h from linux-syscall-support.googlecode.com inst... | thestig@chromium.org | 2010-09-15 | 1 | -1/+1 |
* | Linux FileID should work with ELFCLASS32 and ELFCLASS64 regardless of what's | mark@chromium.org | 2010-08-27 | 1 | -25/+56 |
* | Breakpad: Avoid using the C++ <cfoo> headers. | ted.mielczarek | 2010-06-25 | 1 | -4/+5 |
* | Fix compilation on gcc 4.5 by adding a missing #include. Patch by Benoit Jaco... | ted.mielczarek | 2010-06-03 | 1 | -0/+1 |
* | Issue 357: New Linux file_id code doesn't persist across strip. r=agl,nealsid... | ted.mielczarek | 2009-12-23 | 1 | -14/+78 |
* | Merge of Breakpad Chrome Linux fork | nealsid | 2009-08-17 | 1 | -71/+41 |
* | Issue 294: mmap error checking is not correct. | nealsid | 2009-02-22 | 1 | -1/+1 |
* | Solaris version of symbol dumper (#207). Patch by Alfred Peng. r=me | mmentovai | 2007-09-28 | 1 | -1/+1 |
* | Add md5 implementation into code base to get rid of | luly81 | 2007-05-03 | 1 | -5/+7 |
* | Add Linux exception handler. | luly81 | 2007-03-12 | 1 | -0/+143 |