aboutsummaryrefslogtreecommitdiff
path: root/src/google_breakpad
Commit message (Expand)AuthorAgeFilesLines
* Fix a handful of comment spelling errors (Issue 385)jessicag.feedback@gmail.com2010-09-091-2/+2
* Limit the number of frames we try to walk to prevent runaway processors.thestig@chromium.org2010-08-261-1/+7
* Patch from CDN to add support for an exploitability enginenealsid2010-08-243-0/+127
* Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek2010-06-251-1/+1
* Add access violation detail for windows (read/write/dep). Add stack buffer ov...nealsid2010-06-041-0/+4
* provide a network source line resolver + server. r=mark,jimb at http://breakp...ted.mielczarek2010-04-083-16/+189
* Breakpad processor: Support AMD64 stack unwinding driven by DWARF CFI.jimblandy2010-03-161-14/+30
* Breakpad: Support DWARF CFI-driven stack walking on ARM.jimblandy2010-03-162-11/+46
* Breakpad: Add minidump processor support for DWARF Call Frame Information.jimblandy2010-03-163-12/+28
* add missing <string> include from r541ted.mielczarek2010-03-031-0/+1
* Fix to cache NOT_FOUND results from symbol supplier on a per-minidump basis nealsid2010-03-031-2/+8
* Breakpad: Update copyright notice years on all files changed in 2010.jimblandy2010-02-096-6/+6
* Breakpad processor: Make PostfixEvaluator treat the MemoryRegion as const.jimblandy2010-02-052-17/+17
* Breakpad processor: Don't pass Windows stack walking information to all walkers.jimblandy2010-01-142-9/+15
* Breakpad: Fix Emacs mode settings mingled with copyright notice text. jimblandy2010-01-121-1/+3
* Issue 49013: Breakpad Processor: Use a separate API to retrieve Windows stack...jimblandy2010-01-112-8/+14
* Issue 49012: Breakpad Processor: Rename 'StackFrameInfo' structure to 'Window...jimblandy2009-12-233-6/+6
* Basic arm cpu support for processor. r=mark at http://breakpad.appspot.com/49011ted.mielczarek2009-12-194-7/+166
* Allow Minidump class to be instantiated with stream instead of file. r=mark a...ted.mielczarek2009-12-091-4/+11
* issue 170 - Report assertion type in minidump_stackwalk output. r=mark at htt...ted.mielczarek2009-12-023-0/+52
* Let x86 stackwalker scan stack in cases where program evaluation fails. Origi...ted.mielczarek2009-10-082-1/+32
* Issue 328 - should have constant for VC++ exceptions, and stringify in Minidu...ted.mielczarek2009-09-041-1/+4
* Breakpad: Don't use the deprecated __gnu_cxx::hash_map container.jimblandy@gmail.com2009-09-031-24/+0
* Add stack-dumping logic to crash_report with -t switchnealsid2009-07-021-1/+6
* Add more error information to minidump processing return code. Also added de...nealsid2009-05-292-12/+74
* Fix for issues 296, 297. Various symbol supplier classes need to be updated w...nealsid2009-02-271-2/+2
* Fix build breaks on Solaris using Sun Studio.nealsid2009-02-231-0/+8
* Modify symbol supplier interface to support an overload that takes a symbol d...nealsid2009-02-193-3/+22
* 64-bit processor can't handle 32-bit ppc minidumps due to struct paddingmmentovai2008-05-141-0/+7
* Processor crashes on some truncated minidumps after #222. r=ted.mielczarekmmentovai2008-04-041-0/+2
* issue 223 - Fixes for SOlaris handler during integration with Firefox. patch ...ted.mielczarek2008-03-182-3/+4
* Issue 245: refactoring minidump_format.h into architecture & platform specifi...nealsid2008-03-1710-706/+1321
* This changelist contains the changes to the configuration of Visual Studio so...doshimun@gmail.com2008-03-101-1/+1
* Don't redefine __STDC_FORMAT_MACROS if it's already defined. r=mmentovai.bryner2008-03-041-0/+2
* Use "%" PRIx64 instead of "%llx" (#241). r=brynermmentovai2008-02-251-0/+9
* Issue 224 - add Tell method to Minidump class. r=mentoted.mielczarek2007-12-041-0/+3
* Issue 196 - Breakpad processor support for x86-64. r=mentoted.mielczarek2007-10-313-5/+190
* Issue 222 - processor fails if an entry in the ModuleList is bad. r=mentoted.mielczarek2007-10-191-0/+5
* Add SPARC/Solaris support to client handler and processor (#201, 200).mmentovai2007-09-263-1/+158
* Allow Breakpad processor library to build on Solaris with the native Sunmmentovai2007-09-264-0/+27
* Solaris port of minidump generator. Port by Alfred Peng. r=memmentovai2007-08-072-1/+19
* issue 185 - Need constants / stringification for Linux exception codes. r=mentoted.mielczarek2007-06-111-1/+39
* C++ file gets a C++ commentmmentovai2007-05-311-1/+1
* Allow building with -pedantic (#186). r=ted.mielczarekmmentovai2007-05-314-27/+153
* Check allocation and array sizes in minidump.cc (#12). r=brynermmentovai2007-05-311-0/+71
* Issue 143 - MinidumpProcessor should extract number of processors. r=mentoted.mielczarek2007-05-301-0/+8
* Add logging to minidump processor (#82). First part: logging infrastructuremmentovai2007-05-171-4/+6
* Issue 162 - handle pure virtual function calls in VC++. r=mentoted.mielczarek2007-05-101-2/+6
* Fixing comment about cpuid vendor_idted.mielczarek2007-05-101-1/+1
* Truncated Windows/x86 stacks when using FPO. Add stack scanning to recovermmentovai2007-04-201-4/+4