aboutsummaryrefslogtreecommitdiff
path: root/src/processor/minidump_dump.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-2/+2
* Allow minidump_dump to print module lists that would normally be rejectedTed Mielczarek2018-03-121-0/+3
* Dump Crashpad extension structures in minidump_dumpMark Mentovai2017-09-271-0/+7
* A couple of minor fixesLeonard Mosescu2017-07-111-3/+3
* minidump_dump: fix up init pathsMike Frysinger2017-03-251-1/+1
* minidump_dump: dump stack memory like hexdumpMike Frysinger2017-03-241-5/+12
* minidump_dump: add proper cli processingMike Frysinger2017-03-241-8/+53
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-3/+3
* Move scoped_ptr.h to commonted.mielczarek@gmail.com2013-01-171-1/+1
* Move minidump_extension_linux.h contents into minidump_format.hted.mielczarek2012-07-201-1/+0
* Fix compiler warning.jessicag.feedback@gmail.com2011-03-011-1/+4
* Dump MD_LINUX_MAPS from minidump_dumpted.mielczarek2011-01-281-0/+4
* Add MinidumpMemoryInfo / MinidumpMemoryInfoList classes to expose MDRawMemory...ted.mielczarek2011-01-131-0/+9
* Enable dumping of the Linux extension streams.kmixter@chromium.org2010-12-081-0/+60
* Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek2010-06-251-1/+1
* issue 170 - Report assertion type in minidump_stackwalk output. r=mark at htt...ted.mielczarek2009-12-021-0/+8
* Provide for logging initialization routines (#179). r=brynermmentovai2007-05-251-9/+11
* Rename Airbag to Breakpad.mmentovai2007-02-141-14/+14
* Limit use of default namespace in tests and utility programs (#71). r=brynermmentovai2006-11-091-11/+25
* Suppress handler thread from appearing in MinidumpProcessor's ProcessStatemmentovai2006-11-061-34/+36
* Move headers for exported interfaces into src/google_airbag (#51). r=brynermmentovai2006-11-061-1/+1
* Relicense to BSD (#29). r=brynermmentovai2006-09-201-10/+25
* Change interface for providing files to Minidump (#19). r=brynermmentovai2006-09-081-17/+4
* Initial implementation of minidump reader (#6). r=brynermmentovai2006-09-061-0/+110