aboutsummaryrefslogtreecommitdiff
path: root/src/processor
Commit message (Expand)AuthorAgeFilesLines
* Add MD_OS_PS3 to breakpad and exception types.thestig@chromium.org2013-04-253-1/+89
* Improve ARM CPU info reporting.digit@chromium.org2013-04-242-0/+126
* Cleanup: Remove duplicate wording in license headers.thestig@chromium.org2013-04-232-24/+4
* Fix Bigcluster build error with minidump.cc after r1147.thestig@chromium.org2013-04-191-9/+14
* minidump_stackwalk should display r12 in ARM stack tracested.mielczarek@gmail.com2013-04-171-0/+2
* Don't print an error when a user-set max frames limit has been reached in the...ted.mielczarek@gmail.com2013-04-161-1/+5
* Add PPC64 support to breakpad processor.thestig@chromium.org2013-04-125-0/+362
* Turn off verbose logging but keep logic for future reference for debug logging.jessicag.feedback2013-04-051-13/+23
* These are prerequisites needed for a wider effort inside Google to enablemark@chromium.org2013-04-031-1/+13
* Keeping track of modules without symbols during crash report processing.ivan.penkov@gmail.com2013-03-068-48/+213
* Fix some more Win32 compat issues in processor codeted.mielczarek@gmail.com2013-03-066-3/+19
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-0657-662/+665
* Work around Windows headers #defining ERROR by renaming enum values in StackF...ted.mielczarek@gmail.com2013-03-042-14/+14
* Remove unnecessary #include unistd.hted.mielczarek@gmail.com2013-03-011-1/+0
* minidump_stackwalk: Show argument registers for ARM stack tracested.mielczarek@gmail.com2013-01-311-0/+11
* Print the correct return address, even on architectures where StackFrame::ins...jimblandy2013-01-225-30/+41
* Fix a couple of warnings in stack_frame_symbolizer codeted.mielczarek@gmail.com2013-01-181-0/+1
* Move scoped_ptr.h to commonted.mielczarek@gmail.com2013-01-1722-359/+23
* The Google-breakpad processor rejects (ignores) context records that lack CPU...ivan.penkov@gmail.com2012-12-084-4/+242
* Allow StackwalkerARM to scan much farther to find the caller of the context f...ted.mielczarek@gmail.com2012-12-043-1/+66
* Cleaning up google-breakpad source code of signed-unsigned comparison warningsivan.penkov@gmail.com2012-11-2111-91/+91
* Allow processing dumps with missing stack memory for some threadsted.mielczarek@gmail.com2012-11-0614-41/+360
* Wrong %ebp after skipping a frame for which the instruction pointer is not in...ivan.penkov@gmail.com2012-11-022-25/+269
* Fix a compile warning in stack_frame_symbolizer.ccSiyangXie@gmail.com2012-11-011-0/+4
* Check-in stack_frame_symbolizer.[h|cc] that were missing in r1068.SiyangXie@gmail.com2012-10-111-0/+128
* Refactor the logic of resolving source line info into helper class.SiyangXie@gmail.com2012-10-1015-290/+285
* processor: add arm exception flagsqsr@chromium.org2012-09-251-13/+66
* Allow generating minidumps from live process on Linux via ExceptionHandlerted.mielczarek@gmail.com2012-09-181-0/+3
* Add a GetInstructionPointer method to MinidumpExceptionted.mielczarek@gmail.com2012-09-172-2/+43
* Fix processor to build with clangted.mielczarek@gmail.com2012-09-101-1/+1
* Fix compiler warnings on Ubuntu Precise. Pull in gmock r408 in the process.thestig@chromium.org2012-09-101-51/+50
* Move minidump_extension_linux.h contents into minidump_format.hted.mielczarek2012-07-201-1/+0
* Add MD_OS_ANDROID definition.digit@chromium.org2012-07-043-0/+12
* Fixing various compiler warnings and applying minor tweaks to allow running ofivan.penkov@gmail.com2012-07-022-62/+68
* Fixing a mem leak in test codeivan.penkov@gmail.com2012-06-294-9/+26
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-2831-79/+95
* This is a fix for a stackwalker_x86 issue which has toivan.penkov@gmail.com2012-06-128-306/+559
* In the AMD64 stackwalker, use heuristics to provide %rbp more often, asjimblandy2012-04-252-14/+110
* Fix GetMainModule() to properly get first modulemkrebs@chromium.org2012-03-301-1/+1
* Fix memory leak in DisassemblerX86.benchan@chromium.org2012-03-301-0/+3
* Add high level API for breakpad on iOS.qsr@chromium.org2012-03-131-0/+6
* Support for .raSearch in the x86 stackwalkermark@chromium.org2012-02-232-4/+76
* Handle program strings with the assignment operator smashed against the nextmark@chromium.org2012-02-233-120/+151
* Fix an invalid cast in PostfixEvaluator<ValueType>::EvaluateInternal().mark@chromium.org2012-02-231-1/+1
* Add support for @ operator to PostfixEvaluatorted.mielczarek2012-02-213-6/+17
* Clear error state flags in binarystream::rewind().benchan@chromium.org2012-01-091-0/+3
* Fix ContextDeathTest.X86BadFlags unit test on Mac OS X.benchan@chromium.org2011-12-161-1/+1
* Fix some shadow variables, including one in file_id.cc that causes all files ...thestig@chromium.org2011-10-201-7/+7
* Changing declaration order of field to correct compilation warnings.qsr@chromium.org2011-10-181-4/+4
* Use frame pointer to walk ARM stack on iOS.qsr@chromium.org2011-10-174-26/+275