aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/minidump_writer/minidump_writer.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Adding a way to create an ExceptionHandler that takes in a file descriptorjcivelli@chromium.org2012-08-091-32/+92
* SORRY. It seems I've screwed up my commit for http://breakpad.appspot.com/411...digit@chromium.org2012-08-031-45/+47
* Speculatively back out r989 per http://codereview.chromium.org/10805065/ :mark@chromium.org2012-07-241-40/+5
* Move minidump_extension_linux.h contents into minidump_format.hted.mielczarek2012-07-201-1/+0
* Allow adding extra memory regions to minidump on linux/windowsted.mielczarek2012-07-191-5/+40
* Add MD_OS_ANDROID definition.digit@chromium.org2012-07-041-0/+24
* Changes to get the breakpad client compiling and running on Android usingmark@chromium.org2012-04-031-9/+8
* Remove redundant include of CPP specific header filested.mielczarek@gmail.com2012-04-031-2/+0
* Implement core dump to minidump conversion.benchan@chromium.org2012-01-191-17/+43
* Refactor LinuxDumper and MinidumpWriter.benchan@chromium.org2012-01-111-64/+71
* Fix some shadow variables, including one in file_id.cc that causes all files ...thestig@chromium.org2011-10-201-2/+2
* Fix an assertion encountered in UntypedMDRVA::Copy().mmentovai2011-07-011-0/+9
* Add some headers necessary to build the Linux client code with the Android ND...ted.mielczarek@gmail.com2011-05-311-0/+1
* Another attempt at signed / unsigned int resolution for linux minidump writer.jessicag.feedback@gmail.com2011-03-301-5/+7
* Updating to ints from unsigned ints so -1 will be an acceptable value.jessicag.feedback@gmail.com2011-03-031-3/+2
* allow passing info about known memory mappings to MinidumpWriter and Exceptio...ted.mielczarek2010-12-131-43/+101
* Reuse code and fix inconsistent array boundaries.kmixter@chromium.org2010-12-081-6/+2
* Delete an old Makefile and fix lots of lint errors.thestig@chromium.org2010-11-081-15/+16
* Add support for building the Linux client code using the Android NDKted.mielczarek2010-10-201-1/+18
* Write a window of memory around the instruction pointer from the crashing thr...ted.mielczarek2010-09-231-4/+5
* Write a window of memory around the instruction pointer from the crashing thr...ted.mielczarek2010-09-171-2/+91
* Import linux_syscall_support.h from linux-syscall-support.googlecode.com inst...thestig@chromium.org2010-09-151-1/+1
* Fix a couple of bugs where we generate incorrect minidump files on Linux.othestig@chromium.org2010-08-141-24/+254
* ARM support, with some build system changes to support x86-64, arm, and i386 ...nealsid2010-03-021-1/+60
* Issue 357: New Linux file_id code doesn't persist across strip. r=agl,nealsid...ted.mielczarek2009-12-231-20/+5
* Fix some build warningsnealsid2009-12-101-1/+1
* remove trailing comma from enum definition to make it compile with -pedanticted.mielczarek2009-12-031-1/+1
* Upstreaming several patches from Chrome:nealsid2009-12-011-8/+8
* Merge of Breakpad Chrome Linux forknealsid2009-08-171-0/+872