aboutsummaryrefslogtreecommitdiff
path: root/src/processor/minidump_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-59/+59
* Added classes to support reading unloaded module lists in minidumps.Joshua Peraza2016-12-161-1/+108
* Switch the Linux minidump writer to use MDCVInfoELF for CV data.Ted Mielczarek2016-04-051-0/+74
* Change MDCVInfoELF into something usable.Ted Mielczarek2016-02-101-21/+202
* Adding support for mips.gordana.cmiljanovic@imgtec.com2013-09-111-0/+113
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-37/+37
* The Google-breakpad processor rejects (ignores) context records that lack CPU...ivan.penkov@gmail.com2012-12-081-0/+152
* Cleaning up google-breakpad source code of signed-unsigned comparison warningsivan.penkov@gmail.com2012-11-211-4/+4
* Allow processing dumps with missing stack memory for some threadsted.mielczarek@gmail.com2012-11-061-0/+87
* Add a GetInstructionPointer method to MinidumpExceptionted.mielczarek@gmail.com2012-09-171-2/+8
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-281-1/+2
* Adjust MD_CONTEXT_CPU_MASK to reflect reality, fix some code so it can handle...ted.mielczarek2011-08-301-0/+316
* Add MinidumpMemoryInfo / MinidumpMemoryInfoList classes to expose MDRawMemory...ted.mielczarek2011-01-131-0/+57
* Fix unit tests that have not built since @610ted.mielczarek2010-07-231-2/+2
* Breakpad Processor: Add new unit tests for google_breakpad::Minidumpjimblandy2010-03-161-6/+437
* Breakpad processor: Use unsigned constants in comparisons, to quiet compiler ...jimblandy2009-12-231-2/+2
* Allow Minidump class to be instantiated with stream instead of file. r=mark a...ted.mielczarek2009-12-091-0/+103