aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* minidump_stackwalk should use MinidumpProcessor (#64). r=brynermmentovai2006-10-2712-11648/+21846
* MinidumpProcessor uses the wrong context for non-crash threads (#62). r=brynermmentovai2006-10-261-1/+10
* Support building with WIN32_LEAN_AND_MEAN (#60)mmentovai2006-10-2615-52/+171
* Add MDString to minidump_format.h (#59). r=brynermmentovai2006-10-261-2/+9
* Fix minor style problems (#58). r=brynermmentovai2006-10-2524-68/+87
* minidump_dump does not print MDRawSystemInfo::processor_revision. No bug.mmentovai2006-10-252-3/+3
* MinidumpProcessor should process all threads (#35). r=brynermmentovai2006-10-2410-28/+580
* Replace auto_ptr with scoped_ptr (#56). r=brynermmentovai2006-10-2310-47/+375
* Make stack_frame_info vector hold linked_ptrs instead of objects;mmentovai2006-10-2315-143/+193
* Update comments to reflect HTTPS support, r=mark.bryner2006-10-232-4/+4
* Add PUBLIC support to SourceLineResolver (resolve function names in Windowsmmentovai2006-10-2013-30/+609
* Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker.mmentovai2006-10-2031-1748/+2629
* Improvements for Windows client/tool-side code. r=brynermmentovai2006-10-192-14/+32
* Reduce calls to SymbolSupplier::GetSymbolFile() (#48).bryner2006-10-164-5/+16
* Implement a tool to upload symbols on Windows, given an exe or dll file withbryner2006-10-1611-470/+1046
* Handle frame pointer omission (#21), part 3: SourceLineResolver and PDBSource...mmentovai2006-09-2812-50/+1309
* Add static-CRT build configurations. Get rid of the largely redundant README,bryner2006-09-286-22/+264
* Initial version of Windows exception handler and crash report sender classesbryner2006-09-278-0/+1048
* Better testing for Stackwalker (#18). r=brynermmentovai2006-09-251-0/+252