aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Be lenient when reading CodeView records of unknown types (#110). r=brynermmentovai2007-01-173-61/+134
* Pass the exception record (EXCEPTION_POINTERS*) to callback functions frommmentovai2007-01-123-7/+11
* Add classes to: walk mach-o files, look for identifiers, and return a 16 byte...waylonis2007-01-116-0/+919
* Communicate OS and CPU to SymbolSupplier (#107). r=brynermmentovai2007-01-1019-124/+299
* Added method to allow adding a file's contents directly. Fixes issue #105.waylonis2007-01-042-12/+31
* Allows the caller of CrashReportSender::SendCrashReport() to determine thatincrementalist2007-01-035-16/+48
* Add Mac exception handler and generator. Fixes issue #69. Reviewed by mment...waylonis2006-12-207-0/+2134
* Fix UTF32ToUTF16Char() conversion. Fixes issue #99. Reviewed by bryner.waylonis2006-12-201-2/+2
* Add Mac string utilities. Reviewed by mmentovai. Fixes issue #98.waylonis2006-12-192-0/+132
* Add Mac symupload tool. Reviewed by bryner. Fixes issue #96.waylonis2006-12-193-0/+611
* Add Mac dump_syms tool and support class. Fixes issue #73.waylonis2006-12-194-0/+1229
* Add crash_report tool that will:waylonis2006-12-184-0/+958
* Add better support for UTF character conversions. Fixes Issue 78.waylonis2006-12-162-83/+117
* Add unittest for minidump file writer. Fixes issue #85.waylonis2006-12-161-0/+160
* Change function declarations to match those of the header file. Amazingly, g...waylonis2006-12-151-12/+12
* Add unicode.org UTF-8/16/32 conversion code.waylonis2006-12-154-0/+895
* Changed files_ to be a Dictionary.waylonis2006-12-142-9/+9
* Add the HTTP uploading class for Mac.waylonis2006-12-142-0/+236
* Fix capitalization of identifiers (#94). r=brynermmentovai2006-12-124-18/+29
* Fix stackwalker_selftest following #89 (#95). r=brynermmentovai2006-12-121-5/+8
* Add an abstract interface to SourceLineResolver, and allow any implementationbryner2006-12-1116-92/+192
* Removing CRs from #81. Hey, how'd those get in there?mmentovai2006-12-081-24/+24
* This patch fixes Airbag issue #44.incrementalist2006-12-085-11/+86
* Provide a mechanism for SymbolSuppliers to interrupt processing (#93)bryner2006-12-0813-96/+174
* Allow exception handler callbacks more flexibility (#81). r=brynermmentovai2006-12-079-21567/+22231
* Test data update following PDBSourceLineWriter change (#91). r=brynermmentovai2006-12-076-6/+6
* symupload parameters don't match processor expectations (#91). r=brynermmentovai2006-12-069-86/+177
* Fix possible null pointer dereference in MinidumpModule (following #32).mmentovai2006-12-061-9/+9
* Update reporting strings for exceptions (Issue 88)waylonis2006-12-062-6/+258
* Module API (#32). r=waylonis, brynermmentovai2006-12-0531-308/+1293
* Don't use CRT in exception handler code (#86). r=brynermmentovai2006-11-282-8/+14
* Eliminate usage of vector<>[0] for 0-sized vectors in processor library (#84).mmentovai2006-11-271-112/+126
* Fix a crash when attempting to upload a zero-length dump file (#83) r=mmentovaibryner2006-11-271-3/+7
* Support GUID-less PDBs (#77). r=brynermmentovai2006-11-2110-3979/+128
* Use the reentrant versions of strtok() and gmtime() (#79) r=mmentovaibryner2006-11-202-6/+7
* Removing erroneous svn:executable setting.mmentovai2006-11-181-0/+0
* Modify SimpleSymbolSupplier for easier sublcassing (#75).mmentovai2006-11-172-3/+9
* Move some inlined functions to .cc file. Add some assertions.waylonis2006-11-162-10/+18
* Add minidump file writer. Tested on Mac, but should compile on POSIX systems.waylonis2006-11-163-0/+550
* Airbag client libraries should compile under MSVC .NET 2003/7.1 (#64).mmentovai2006-11-1510-31/+207
* Limit use of default namespace in tests and utility programs (#71). r=brynermmentovai2006-11-099-29/+78
* Suppress handler thread from appearing in MinidumpProcessor's ProcessStatemmentovai2006-11-0616-15418/+22371
* Minidumps should indicate which thread generated the dump and which requestedmmentovai2006-11-063-3/+85
* Move headers for exported interfaces into src/google_airbag (#51). r=brynermmentovai2006-11-0633-113/+111
* Symbol file should contain module GUID at beginning (#66). r=brynermmentovai2006-11-0614-1635/+1718
* Fix minor naming inconsistency (#67). r=mmentovaiwaylonis2006-11-023-47/+47
* Windows exception handler does not survive stack overflows (#34). r=brian,mmentovai2006-10-312-11/+145
* Disable exception handling warnings in Windows client code (#38).mmentovai2006-10-275-0/+24
* Add set_dump_path method to ExceptionHandler (#37). Patch by Ted Mielczarek.mmentovai2006-10-271-0/+4
* minidump_stackwalk should use MinidumpProcessor (#64). r=brynermmentovai2006-10-271-0/+19