| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed leak of unloaded module lists. | Joshua Peraza | 2017-02-07 | 1 | -2/+5 |
* | Populate stack frames with unloaded module info. | Joshua Peraza | 2017-01-19 | 1 | -0/+99 |
* | fix signed warning errors in unittests | Mike Frysinger | 2016-05-26 | 1 | -1/+1 |
* | Add the TID to the CallStack. | Sebastien Marchand | 2016-04-01 | 1 | -0/+1 |
* | Surfacing the process create time in google_breakpad::ProcessState | ivanpe@chromium.org | 2014-11-25 | 1 | -0/+49 |
* | Refactoring in preparation for microdump processing | mmandlis@chromium.org | 2014-09-08 | 1 | -2/+2 |
* | Detect corrupt symbol files during minidump processing. Recover from the err... | ivan.penkov@gmail.com | 2013-07-11 | 1 | -10/+13 |
* | This change is addressing a particularly nasty issue where the stackwalker | ivan.penkov@gmail.com | 2013-06-27 | 1 | -10/+40 |
* | Avoid gmock warning "Uninteresting mock function call" | ted.mielczarek@gmail.com | 2013-05-17 | 1 | -0/+7 |
* | Use stdint types everywhere | ted.mielczarek@gmail.com | 2013-03-06 | 1 | -9/+9 |
* | Move scoped_ptr.h to common | ted.mielczarek@gmail.com | 2013-01-17 | 1 | -1/+1 |
* | Cleaning up google-breakpad source code of signed-unsigned comparison warnings | ivan.penkov@gmail.com | 2012-11-21 | 1 | -4/+4 |
* | Allow processing dumps with missing stack memory for some threads | ted.mielczarek@gmail.com | 2012-11-06 | 1 | -17/+192 |
* | This change allows compiling the google-breakpad code using a global ::string... | ivan.penkov@gmail.com | 2012-06-28 | 1 | -3/+3 |
* | Restrict ownership of symbol data buffers to symbol supplier. | SiyangXie@gmail.com | 2010-11-01 | 1 | -1/+20 |
* | Refactor source line resolver, add interface in supplier and resolver. | SiyangXie@gmail.com | 2010-10-07 | 1 | -4/+32 |
* | Added libdisasm to the repository. This library is no longer under developmen... | cdn@chromium.org | 2010-10-01 | 1 | -18/+0 |
* | Added the base exploitability module for windows. This only adds the very bas... | cdn@chromium.org | 2010-09-22 | 1 | -9/+7 |
* | Fix a handful of comment spelling errors (Issue 385) | jessicag.feedback@gmail.com | 2010-09-09 | 1 | -1/+1 |
* | Patch from CDN to add support for an exploitability engine | nealsid | 2010-08-24 | 1 | -0/+23 |
* | Breakpad: Avoid using the C++ <cfoo> headers. | ted.mielczarek | 2010-06-25 | 1 | -1/+3 |
* | Fix test breakage caused by my last checkin :-( | nealsid | 2010-06-04 | 1 | -1/+1 |
* | Fix to cache NOT_FOUND results from symbol supplier on a per-minidump basis | nealsid | 2010-03-03 | 1 | -0/+57 |
* | Breakpad processor: Use unsigned constants in comparisons, to quiet compiler ... | jimblandy | 2009-12-23 | 1 | -8/+8 |
* | Removed logging init macro from minidump_processor_unittest, since with the G... | nealsid | 2009-05-29 | 1 | -1/+0 |
* | Add more error information to minidump processing return code. Also added de... | nealsid | 2009-05-29 | 1 | -24/+57 |
* | Fix for issues 296, 297. Various symbol supplier classes need to be updated w... | nealsid | 2009-02-27 | 1 | -0/+24 |
* | Provide for logging initialization routines (#179). r=bryner | mmentovai | 2007-05-25 | 1 | -0/+3 |
* | Rename Airbag to Breakpad. | mmentovai | 2007-02-14 | 1 | -25/+25 |
* | Communicate OS and CPU to SymbolSupplier (#107). r=bryner | mmentovai | 2007-01-10 | 1 | -6/+37 |
* | Add an abstract interface to SourceLineResolver, and allow any implementation | bryner | 2006-12-11 | 1 | -1/+4 |
* | Provide a mechanism for SymbolSuppliers to interrupt processing (#93) | bryner | 2006-12-08 | 1 | -28/+50 |
* | Allow exception handler callbacks more flexibility (#81). r=bryner | mmentovai | 2006-12-07 | 1 | -12/+11 |
* | Module API (#32). r=waylonis, bryner | mmentovai | 2006-12-05 | 1 | -13/+32 |
* | Limit use of default namespace in tests and utility programs (#71). r=bryner | mmentovai | 2006-11-09 | 1 | -6/+6 |
* | Suppress handler thread from appearing in MinidumpProcessor's ProcessState | mmentovai | 2006-11-06 | 1 | -5/+5 |
* | Move headers for exported interfaces into src/google_airbag (#51). r=bryner | mmentovai | 2006-11-06 | 1 | -6/+6 |
* | minidump_stackwalk should use MinidumpProcessor (#64). r=bryner | mmentovai | 2006-10-27 | 1 | -1/+4 |
* | Fix minor style problems (#58). r=bryner | mmentovai | 2006-10-25 | 1 | -1/+0 |
* | MinidumpProcessor should process all threads (#35). r=bryner | mmentovai | 2006-10-24 | 1 | -2/+15 |
* | Replace auto_ptr with scoped_ptr (#56). r=bryner | mmentovai | 2006-10-23 | 1 | -3/+3 |
* | Make stack_frame_info vector hold linked_ptrs instead of objects; | mmentovai | 2006-10-23 | 1 | -23/+25 |
* | Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker. | mmentovai | 2006-10-20 | 1 | -24/+26 |
* | Relicense to BSD (#29). r=bryner | mmentovai | 2006-09-20 | 1 | -10/+25 |
* | Follow-up to #26: get rid of supplier_data, it's not really needed since | bryner | 2006-09-20 | 1 | -17/+3 |
* | Get rid of CrashReport, and rename CrashReportProcessor to MinidumpProcessor | bryner | 2006-09-19 | 1 | -0/+118 |