aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/minidump_writer/minidump_writer_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix test addresses to use uintptr_t instead of u_int64_t.benchan@chromium.org2012-01-271-2/+2
* Replace readlink calls with a safer version that guarantees NULL-termination.benchan@chromium.org2011-12-211-2/+3
* Correct compilation warning.qsr@chromium.org2011-11-231-40/+32
* Fix compile by adding needed includes.thestig@chromium.org2011-01-121-6/+11
* allow passing info about known memory mappings to MinidumpWriter and Exceptio...ted.mielczarek2010-12-131-1/+314
* Reuse code and fix inconsistent array boundaries.kmixter@chromium.org2010-12-081-0/+2
* Add support for building the Linux client code using the Android NDKted.mielczarek2010-10-201-1/+7
* Breakpad: Update copyright notice years on all files changed in 2010.jimblandy2010-02-091-1/+1
* Refactor Chrome's out-of-process Linux code into CrashGeneration{Server,Clien...ted.mielczarek2010-02-051-10/+1
* Merge of Breakpad Chrome Linux forknealsid2009-08-171-0/+79