| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some symbols missing from my last commit. | mattdr.breakpad@gmail.com | 2013-10-29 | 3 | -0/+15137 |
* | Add simple exploitability analysis for Linux crashes. | mattdr.breakpad@gmail.com | 2013-10-29 | 5 | -0/+13323 |
* | Print the correct return address, even on architectures where StackFrame::ins... | jimblandy | 2013-01-22 | 2 | -6/+6 |
* | FastSourceLineResolver implementation for optimization purpose. | SiyangXie@gmail.com | 2010-10-21 | 1 | -0/+22151 |
* | Make dump_syms output an INFO CODE_ID line that includes the code file and co... | ted.mielczarek | 2010-10-05 | 1 | -0/+1 |
* | missed test crashdumps in revision 706. | cdn@chromium.org | 2010-10-02 | 4 | -0/+0 |
* | Added libdisasm to the repository. This library is no longer under developmen... | cdn@chromium.org | 2010-10-01 | 12 | -0/+0 |
* | Import linux_syscall_support.h from linux-syscall-support.googlecode.com inst... | thestig@chromium.org | 2010-09-15 | 1 | -1/+1 |
* | Breakpad: Avoid using the C++ <cfoo> headers. | ted.mielczarek | 2010-06-25 | 2 | -2/+3 |
* | Fix test breakage caused by my last checkin :-( | nealsid | 2010-06-04 | 2 | -2/+2 |
* | Breakpad: Add minidump processor support for DWARF Call Frame Information. | jimblandy | 2010-03-16 | 2 | -0/+12 |
* | Breakpad processor: Fix function and public symbol lookup. | jimblandy | 2010-01-28 | 1 | -0/+3 |
* | Added on-demand minidump generation for Linux, and a Linux test app. | brdevmn | 2009-12-16 | 1 | -0/+81 |
* | Let x86 stackwalker scan stack in cases where program evaluation fails. Origi... | ted.mielczarek | 2009-10-08 | 1 | -0/+4 |
* | Fix newlines (#253). rs=ted.mielczarek | mmentovai | 2008-04-07 | 1 | -22151/+22151 |
* | Remove dependency on ole32 on Windows (#132). Patch by Sorin Jianu <sorinj>,... | mmentovai | 2008-01-28 | 1 | -2/+1 |
* | Allow finer control over installed handler types (#193). r=ted.mielczarek | mmentovai | 2007-07-02 | 1 | -1/+3 |
* | Updated test data from Issue 143 | ted.mielczarek | 2007-05-30 | 2 | -1/+2 |
* | Issue 168 - Output debug file and debug identifier in minidump_stackwalk mach... | ted.mielczarek | 2007-05-16 | 1 | -13/+13 |
* | Ignore functions that have invalid addresses or sizes, instead of aborting the | bryner | 2007-03-22 | 2 | -0/+7 |
* | Rename Airbag to Breakpad. | mmentovai | 2007-02-14 | 7 | -21946/+22221 |
* | Airbag windows client didn't trap VC8 parameter validation errors. Now it | mmentovai | 2007-02-07 | 1 | -0/+1 |
* | Add module list to machine-readable minidump_stackwalk output (#119). | mmentovai | 2007-01-29 | 1 | -0/+21 |
* | Pass the exception record (EXCEPTION_POINTERS*) to callback functions from | mmentovai | 2007-01-12 | 1 | -1/+2 |
* | Fix capitalization of identifiers (#94). r=bryner | mmentovai | 2006-12-12 | 1 | -11/+11 |
* | Allow exception handler callbacks more flexibility (#81). r=bryner | mmentovai | 2006-12-07 | 6 | -21473/+21950 |
* | Test data update following PDBSourceLineWriter change (#91). r=bryner | mmentovai | 2006-12-07 | 5 | -5/+5 |
* | Module API (#32). r=waylonis, bryner | mmentovai | 2006-12-05 | 2 | -26/+80 |
* | Support GUID-less PDBs (#77). r=bryner | mmentovai | 2006-11-21 | 5 | -3948/+5 |
* | Suppress handler thread from appearing in MinidumpProcessor's ProcessState | mmentovai | 2006-11-06 | 8 | -15326/+22097 |
* | Symbol file should contain module GUID at beginning (#66). r=bryner | mmentovai | 2006-11-06 | 5 | -0/+5 |
* | minidump_stackwalk should use MinidumpProcessor (#64). r=bryner | mmentovai | 2006-10-27 | 1 | -0/+19 |
* | minidump_stackwalk should use MinidumpProcessor (#64). r=bryner | mmentovai | 2006-10-27 | 3 | -11573/+21279 |
* | minidump_dump does not print MDRawSystemInfo::processor_revision. No bug. | mmentovai | 2006-10-25 | 1 | -1/+1 |
* | MinidumpProcessor should process all threads (#35). r=bryner | mmentovai | 2006-10-24 | 1 | -0/+1 |
* | Add PUBLIC support to SourceLineResolver (resolve function names in Windows | mmentovai | 2006-10-20 | 1 | -0/+2 |
* | Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker. | mmentovai | 2006-10-20 | 5 | -1384/+1390 |
* | Handle frame pointer omission (#21), part 3: SourceLineResolver and PDBSource... | mmentovai | 2006-09-28 | 3 | -0/+864 |
* | Relicense to BSD (#29). r=bryner | mmentovai | 2006-09-20 | 3 | -0/+29 |
* | Make SourceLineResolver use RangeMap (#13). r=bryner | mmentovai | 2006-09-08 | 4 | -6579/+6579 |
* | Add support to the StackWalker for resolving symbols, using a | bryner | 2006-09-08 | 3 | -0/+10731 |
* | minidump_dump test is timezone-dependent (#15). r=bryner | mmentovai | 2006-09-07 | 1 | -1/+1 |
* | Initial implementation of x86 stackwalker (#9). r=bryner | mmentovai | 2006-09-06 | 1 | -0/+23 |
* | Initial implementation of minidump reader (#6). r=bryner | mmentovai | 2006-09-06 | 2 | -0/+3734 |
* | Initial import, which includes the Windows client-side dump_syms tool, and | bryner | 2006-08-25 | 3 | -0/+26 |