aboutsummaryrefslogtreecommitdiff
path: root/src/google_breakpad/processor
Commit message (Expand)AuthorAgeFilesLines
...
* The Google-breakpad processor rejects (ignores) context records that lack CPU...ivan.penkov@gmail.com2012-12-081-0/+10
* Allow StackwalkerARM to scan much farther to find the caller of the context f...ted.mielczarek@gmail.com2012-12-041-2/+4
* Allow processing dumps with missing stack memory for some threadsted.mielczarek@gmail.com2012-11-062-49/+50
* Check-in stack_frame_symbolizer.[h|cc] that were missing in r1068.SiyangXie@gmail.com2012-10-111-0/+105
* Refactor the logic of resolving source line info into helper class.SiyangXie@gmail.com2012-10-103-56/+52
* Add a GetInstructionPointer method to MinidumpExceptionted.mielczarek@gmail.com2012-09-171-0/+4
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-2810-15/+19
* Fix class/struct mismatches in forward declarations.benchan@chromium.org2012-03-305-5/+5
* Support for .raSearch in the x86 stackwalkermark@chromium.org2012-02-231-3/+12
* Remove NetworkSourceLine{Resolver,Server} and related code. It never wound up...ted.mielczarek2011-07-071-187/+0
* Delete OS failing test cases and note failure in relevant .h file.jessicag.feedback@gmail.com2011-06-211-2/+5
* Add MinidumpMemoryInfo / MinidumpMemoryInfoList classes to expose MDRawMemory...ted.mielczarek2011-01-131-0/+71
* Make some parts of the processor compile on Win32/MSVCted.mielczarek2011-01-111-0/+2
* Tiny fix for memory allocation/deallocation mismatchSiyangXie@gmail.com2010-11-011-0/+2
* Restrict ownership of symbol data buffers to symbol supplier.SiyangXie@gmail.com2010-11-016-52/+39
* FastSourceLineResolver implementation for optimization purpose.SiyangXie@gmail.com2010-10-213-1/+129
* Double stack scanning length in stackwalkerted.mielczarek2010-10-191-1/+1
* Add static version of map wrappers and corresponding serializers.SiyangXie@gmail.com2010-10-151-0/+1
* Fix some compiler warnings: char*->const char*, default in swtch.SiyangXie@gmail.com2010-10-151-2/+2
* Refactor source line resolver, add interface in supplier and resolver.SiyangXie@gmail.com2010-10-075-36/+172
* Added method to exploitability class which checks if a given address contains...cdn@chromium.org2010-10-011-0/+1
* Refactor some bits of StackWalkerX86 / StackFrameX86 out into their respectiv...ted.mielczarek2010-10-013-21/+73
* Added the base exploitability module for windows. This only adds the very bas...cdn@chromium.org2010-09-221-3/+3
* 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
* 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-161-11/+36
* 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-192-3/+32
* 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
* 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
* Modify symbol supplier interface to support an overload that takes a symbol d...nealsid2009-02-193-3/+22
* 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 224 - add Tell method to Minidump class. r=mentoted.mielczarek2007-12-041-0/+3