| Commit message (Expand) | Author | Age | Files | Lines |
* | Breakpad: Avoid using the C++ <cfoo> headers. | ted.mielczarek | 2010-06-25 | 1 | -3/+4 |
* | Breakpad stack walker: remove embedded newlines from module names. | jimblandy | 2010-04-15 | 1 | -0/+4 |
* | Breakpad processor: Support AMD64 stack unwinding driven by DWARF CFI. | jimblandy | 2010-03-16 | 1 | -0/+10 |
* | Breakpad: Support DWARF CFI-driven stack walking on ARM. | jimblandy | 2010-03-16 | 1 | -6/+25 |
* | Breakpad: Update copyright notice years on all files changed in 2010. | jimblandy | 2010-02-09 | 1 | -1/+1 |
* | Print ARM register values in minidump_stackwalk. r=nealsid at http://breakpad... | ted.mielczarek | 2010-02-09 | 1 | -0/+11 |
* | Breakpad: Avoid warnings building with G++ 4.4.1 using -O3 -Wall. | jimblandy | 2010-01-12 | 1 | -0/+1 |
* | issue 170 - Report assertion type in minidump_stackwalk output. r=mark at htt... | ted.mielczarek | 2009-12-02 | 1 | -1/+14 |
* | Let x86 stackwalker scan stack in cases where program evaluation fails. Origi... | ted.mielczarek | 2009-10-08 | 1 | -0/+22 |
* | Add more error information to minidump processing return code. Also added de... | nealsid | 2009-05-29 | 1 | -1/+1 |
* | Fix minidump_stackwalk compilation on gcc 4.3. Patch by Jim Blandy | ted.mielczarek | 2009-05-28 | 1 | -0/+1 |
* | Use "%" PRIx64 instead of "%llx" for 64-bit portability. | bryner | 2008-03-04 | 1 | -2/+2 |
* | Use "%" PRIx64 instead of "%llx" (#241). r=bryner | mmentovai | 2008-02-25 | 1 | -32/+34 |
* | Issue 196 - Breakpad processor support for x86-64. r=mento | ted.mielczarek | 2007-10-31 | 1 | -1/+11 |
* | Add SPARC/Solaris support to client handler and processor (#201, 200). | mmentovai | 2007-09-26 | 1 | -0/+11 |
* | Allow building with -pedantic (#186). r=ted.mielczarek | mmentovai | 2007-05-31 | 1 | -4/+6 |
* | Issue 143 - MinidumpProcessor should extract number of processors. r=mento | ted.mielczarek | 2007-05-30 | 1 | -3/+8 |
* | Provide for logging initialization routines (#179). r=bryner | mmentovai | 2007-05-25 | 1 | -1/+4 |
* | Issue 168 - Output debug file and debug identifier in minidump_stackwalk mach... | ted.mielczarek | 2007-05-16 | 1 | -2/+7 |
* | Extraneous newline in format string | ted.mielczarek | 2007-05-08 | 1 | -1/+1 |
* | oops, committed accidentally | ted.mielczarek | 2007-05-04 | 1 | -5/+2 |
* | Issue 160 - Reviewer Chris Rogers | ted.mielczarek | 2007-05-04 | 1 | -2/+5 |
* | Rename Airbag to Breakpad. | mmentovai | 2007-02-14 | 1 | -21/+21 |
* | Add module list to machine-readable minidump_stackwalk output (#119). | mmentovai | 2007-01-29 | 1 | -2/+38 |
* | Qualify string and vector with std namespace when used without | mmentovai | 2007-01-25 | 1 | -1/+1 |
* | Support machine-readable output format from minidump_stackwalk; | mmentovai | 2007-01-25 | 1 | -36/+199 |
* | Communicate OS and CPU to SymbolSupplier (#107). r=bryner | mmentovai | 2007-01-10 | 1 | -4/+5 |
* | 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 | -17/+17 |
* | Module API (#32). r=waylonis, bryner | mmentovai | 2006-12-05 | 1 | -3/+32 |
* | Limit use of default namespace in tests and utility programs (#71). r=bryner | mmentovai | 2006-11-09 | 1 | -0/+4 |
* | Suppress handler thread from appearing in MinidumpProcessor's ProcessState | mmentovai | 2006-11-06 | 1 | -7/+9 |
* | Move headers for exported interfaces into src/google_airbag (#51). r=bryner | mmentovai | 2006-11-06 | 1 | -5/+5 |
* | minidump_stackwalk should use MinidumpProcessor (#64). r=bryner | mmentovai | 2006-10-27 | 1 | -68/+170 |
* | Fix minor style problems (#58). r=bryner | mmentovai | 2006-10-25 | 1 | -1/+1 |
* | Replace auto_ptr with scoped_ptr (#56). r=bryner | mmentovai | 2006-10-23 | 1 | -4/+4 |
* | Make stack_frame_info vector hold linked_ptrs instead of objects; | mmentovai | 2006-10-23 | 1 | -4/+3 |
* | Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker. | mmentovai | 2006-10-20 | 1 | -9/+10 |
* | ppc stackwalker (#30). r=bryner | mmentovai | 2006-09-25 | 1 | -13/+28 |
* | 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 | -1/+1 |
* | Change interface for providing files to Minidump (#19). r=bryner | mmentovai | 2006-09-08 | 1 | -17/+4 |
* | Add support to the StackWalker for resolving symbols, using a | bryner | 2006-09-08 | 1 | -11/+6 |
* | Initial implementation of x86 stackwalker (#9). r=bryner | mmentovai | 2006-09-06 | 1 | -0/+118 |