aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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-0635-135/+133
* 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-2714-11648/+21908
* 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-2412-29/+594
* Replace auto_ptr with scoped_ptr (#56). r=brynermmentovai2006-10-2312-47/+377
* 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-2015-31/+637
* Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker.mmentovai2006-10-2033-1753/+2652
* 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-2814-50/+1311
* 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-255-27/+394
* ppc stackwalker (#30). r=brynermmentovai2006-09-2511-75/+337
* Add ppc support to minidump reader (#27). r=bryner.mmentovai2006-09-225-118/+415
* Handle frame pointer omission (#21), part 2: PostfixEvaluator. r=bryner.mmentovai2006-09-225-0/+654
* Relicense to BSD (#29). r=brynermmentovai2006-09-2043-526/+951
* Improve documentation in minidump_format.h (#28). r=brynermmentovai2006-09-201-83/+319
* Handle frame pointer omission (#21), part 1: ContainedRangeMap. r=bryner.mmentovai2006-09-2013-5959/+7850
* Add ppc types to minidump_format.h (#25). r=waylonismmentovai2006-09-202-35/+178
* Follow-up to #26: get rid of supplier_data, it's not really needed sincebryner2006-09-209-43/+16
* Get rid of CrashReport, and rename CrashReportProcessor to MinidumpProcessorbryner2006-09-1913-1325/+785
* Stylistic changes for RangeMap (#24). r=brynermmentovai2006-09-142-47/+41
* Typo fixes. Patch by Ludovic Hirlimann.mmentovai2006-09-141-2/+2
* Add a client_id field to CrashReport (#22) r=mmentovai.bryner2006-09-111-0/+3
* Change report id to be a string (#21) r=mmentovai.bryner2006-09-111-1/+1
* Make SourceLineResolver use RangeMap (#13). r=brynermmentovai2006-09-0813-7569/+8194
* Change interface for providing files to Minidump (#19). r=brynermmentovai2006-09-085-49/+47
* addressing follow-up review comments from mark (#17)bryner2006-09-082-5/+4
* Add support to the StackWalker for resolving symbols, using abryner2006-09-0817-3320/+14480