Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * minidumper.cc (filter_minidump_type): New function. | Jon TURNEY | 2014-05-13 | 1 | -0/+65 |
| | | | | | | | (minidump): Change default dump type from MiniDumpNormal to something with more useful information without getting too big. Use filter_minidump_type() to filter out unsupported dump types. | ||||
* | * Makefile.in (minidumper.exe): Link directly with dbghelp. | Jon TURNEY | 2014-05-13 | 1 | -37/+10 |
| | | | | * minidumper.cc (minidump): Ditto. | ||||
* | * minidumper.cc (minidump): Fix copy and paste error in checking | Jon TURNEY | 2014-04-21 | 1 | -1/+1 |
| | | | | result of OpenProcess(). | ||||
* | * minidumper.cc (minidump): Fix -t option argument handling. | Jon TURNEY | 2014-02-23 | 1 | -1/+1 |
| | |||||
* | 2014-02-07 Jon TURNEY <jon.turney@dronecode.org.uk> | Jon TURNEY | 2014-02-09 | 1 | -0/+237 |
* minidumper.cc: New file. * Makefile.in (CYGWIN_BINS): Add minidumper. * utils.xml (minidumper): New section. |