aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/minidump_writer/linux_dumper_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Implement core dump to minidump conversion.benchan@chromium.org2012-01-191-428/+0
* Refactor LinuxDumper and MinidumpWriter.benchan@chromium.org2012-01-111-1/+1
* Replace readlink calls with a safer version that guarantees NULL-termination.benchan@chromium.org2011-12-211-4/+3
* Fix linux-gate handling in LinuxDumper so it gets a valid debug IDted.mielczarek2011-05-061-2/+77
* Another attempt at signed / unsigned int resolution for linux minidump writer.jessicag.feedback@gmail.com2011-03-301-1/+1
* Adding header files at the request of Chrome.jessicag.feedback@gmail.com2011-03-221-0/+2
* Merge adjacent mappings with the same name into one module in LinuxDumper.ted.mielczarek2011-03-141-12/+95
* allow passing info about known memory mappings to MinidumpWriter and Exceptio...ted.mielczarek2010-12-131-15/+30
* Add support for building the Linux client code using the Android NDKted.mielczarek2010-10-201-3/+21
* Write a window of memory around the instruction pointer from the crashing thr...ted.mielczarek2010-09-231-1/+1
* Breakpad Linux client: Simplify VerifyStackReadWithMultipleThreads unit test.jimblandy2010-03-291-6/+6
* ARM support, with some build system changes to support x86-64, arm, and i386 ...nealsid2010-03-021-16/+69
* Issue 357: New Linux file_id code doesn't persist across strip. r=agl,nealsid...ted.mielczarek2009-12-231-0/+65
* Merge of Breakpad Chrome Linux forknealsid2009-08-171-0/+118