summaryrefslogtreecommitdiffstats
path: root/breakpad/linux/minidump_writer.cc
Commit message (Expand)AuthorAgeFilesLines
* Linux: Use upstream google-breakpad instead of our fork.thestig@chromium.org2009-12-021-862/+0
* MDRawSystemInfo.processor_level refers to the CPU family, not the cpuid level.thestig@chromium.org2009-10-191-1/+1
* Linux Breakpad: Use MD_MODULE_SIZE in place of sizeof(MDRawModule).thestig@chromium.org2009-09-041-3/+3
* Build breakpad / crash reporting on Linux 64-bit.deanm@chromium.org2009-08-141-4/+4
* Fix incorrect logic in WriteCPUInformation().thestig@chromium.org2009-07-151-3/+3
* Initialize the age field in Linux Breakpad.thestig@chromium.org2009-07-071-1/+2
* Fix breakpad compile on Fedora 11.thestig@chromium.org2009-07-071-2/+2
* Avoid using fgets in a compromised context in Linux Breakpad.thestig@chromium.org2009-06-301-12/+18
* Add missing include, fix compile on Fedora 11.thestig@chromium.org2009-06-261-2/+3
* Fill in sys_info->csd_version_rva on Linux.thestig@chromium.org2009-06-231-0/+48
* Fill in more fields of struct MDRawSystemInfo.thestig@chromium.org2009-06-221-6/+114
* Linux: Dumping a renderer can traverse an invalid pointer.agl@chromium.org2009-06-051-5/+7
* Linux Breakpad tweaking to get symbols working.thestig@chromium.org2009-05-281-13/+31
* Linux: Breakpad updates.agl@chromium.org2009-05-271-5/+72
* Linux: add Breakpad supportagl@chromium.org2009-05-221-0/+611