aboutsummaryrefslogtreecommitdiff
path: root/src/processor/minidump_processor_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-40/+40
* Always emit a 32-bit crash address for 32-bit architecturesGabriele Svelto2019-01-301-8/+30
* Fixed leak of unloaded module lists.Joshua Peraza2017-02-071-2/+5
* Populate stack frames with unloaded module info.Joshua Peraza2017-01-191-0/+99
* fix signed warning errors in unittestsMike Frysinger2016-05-261-1/+1
* Add the TID to the CallStack.Sebastien Marchand2016-04-011-0/+1
* Surfacing the process create time in google_breakpad::ProcessStateivanpe@chromium.org2014-11-251-0/+49
* Refactoring in preparation for microdump processingmmandlis@chromium.org2014-09-081-2/+2
* Detect corrupt symbol files during minidump processing. Recover from the err...ivan.penkov@gmail.com2013-07-111-10/+13
* This change is addressing a particularly nasty issue where the stackwalkerivan.penkov@gmail.com2013-06-271-10/+40
* Avoid gmock warning "Uninteresting mock function call"ted.mielczarek@gmail.com2013-05-171-0/+7
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-9/+9
* Move scoped_ptr.h to commonted.mielczarek@gmail.com2013-01-171-1/+1
* 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-17/+192
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-281-3/+3
* Restrict ownership of symbol data buffers to symbol supplier.SiyangXie@gmail.com2010-11-011-1/+20
* Refactor source line resolver, add interface in supplier and resolver.SiyangXie@gmail.com2010-10-071-4/+32
* Added libdisasm to the repository. This library is no longer under developmen...cdn@chromium.org2010-10-011-18/+0
* Added the base exploitability module for windows. This only adds the very bas...cdn@chromium.org2010-09-221-9/+7
* Fix a handful of comment spelling errors (Issue 385)jessicag.feedback@gmail.com2010-09-091-1/+1
* Patch from CDN to add support for an exploitability enginenealsid2010-08-241-0/+23
* Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek2010-06-251-1/+3
* Fix test breakage caused by my last checkin :-(nealsid2010-06-041-1/+1
* Fix to cache NOT_FOUND results from symbol supplier on a per-minidump basis nealsid2010-03-031-0/+57
* Breakpad processor: Use unsigned constants in comparisons, to quiet compiler ...jimblandy2009-12-231-8/+8
* Removed logging init macro from minidump_processor_unittest, since with the G...nealsid2009-05-291-1/+0
* Add more error information to minidump processing return code. Also added de...nealsid2009-05-291-24/+57
* Fix for issues 296, 297. Various symbol supplier classes need to be updated w...nealsid2009-02-271-0/+24
* Provide for logging initialization routines (#179). r=brynermmentovai2007-05-251-0/+3
* Rename Airbag to Breakpad.mmentovai2007-02-141-25/+25
* Communicate OS and CPU to SymbolSupplier (#107). r=brynermmentovai2007-01-101-6/+37
* Add an abstract interface to SourceLineResolver, and allow any implementationbryner2006-12-111-1/+4
* Provide a mechanism for SymbolSuppliers to interrupt processing (#93)bryner2006-12-081-28/+50
* Allow exception handler callbacks more flexibility (#81). r=brynermmentovai2006-12-071-12/+11
* Module API (#32). r=waylonis, brynermmentovai2006-12-051-13/+32
* Limit use of default namespace in tests and utility programs (#71). r=brynermmentovai2006-11-091-6/+6
* Suppress handler thread from appearing in MinidumpProcessor's ProcessStatemmentovai2006-11-061-5/+5
* Move headers for exported interfaces into src/google_airbag (#51). r=brynermmentovai2006-11-061-6/+6
* minidump_stackwalk should use MinidumpProcessor (#64). r=brynermmentovai2006-10-271-1/+4
* Fix minor style problems (#58). r=brynermmentovai2006-10-251-1/+0
* MinidumpProcessor should process all threads (#35). r=brynermmentovai2006-10-241-2/+15
* Replace auto_ptr with scoped_ptr (#56). r=brynermmentovai2006-10-231-3/+3
* Make stack_frame_info vector hold linked_ptrs instead of objects;mmentovai2006-10-231-23/+25
* Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker.mmentovai2006-10-201-24/+26
* Relicense to BSD (#29). r=brynermmentovai2006-09-201-10/+25
* Follow-up to #26: get rid of supplier_data, it's not really needed sincebryner2006-09-201-17/+3
* Get rid of CrashReport, and rename CrashReportProcessor to MinidumpProcessorbryner2006-09-191-0/+118