aboutsummaryrefslogtreecommitdiff
path: root/src/google_breakpad
Commit message (Expand)AuthorAgeFilesLines
* Add MD_OS_PS3 to breakpad and exception types.thestig@chromium.org2013-04-252-3/+72
* Improve ARM CPU info reporting.digit@chromium.org2013-04-241-1/+29
* Don't print an error when a user-set max frames limit has been reached in the...ted.mielczarek@gmail.com2013-04-161-1/+9
* Change MDRawSystemInfo.processor_architecture value for PPC64 to 0x8002.thestig@chromium.org2013-04-131-1/+1
* Add PPC64 support to breakpad processor.thestig@chromium.org2013-04-124-8/+37
* Keeping track of modules without symbols during crash report processing.ivan.penkov@gmail.com2013-03-062-1/+17
* Fix some more Win32 compat issues in processor codeted.mielczarek@gmail.com2013-03-061-0/+1
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-0619-417/+419
* Work around Windows headers #defining ERROR by renaming enum values in StackF...ted.mielczarek@gmail.com2013-03-041-3/+3
* Print the correct return address, even on architectures where StackFrame::ins...jimblandy2013-01-222-5/+31
* Fix a couple of warnings in stack_frame_symbolizer codeted.mielczarek@gmail.com2013-01-181-1/+1
* 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
* Fix linux compile errors for some systems.qsr@chromium.org2012-10-021-1/+2
* processor: add arm exception flagsqsr@chromium.org2012-09-251-0/+10
* Allow generating minidumps from live process on Linux via ExceptionHandlerted.mielczarek@gmail.com2012-09-181-1/+2
* Add a GetInstructionPointer method to MinidumpExceptionted.mielczarek@gmail.com2012-09-171-0/+4
* Speculatively back out r984. See http://codereview.chromium.org/10805065/mark@chromium.org2012-07-251-5/+1
* Move minidump_extension_linux.h contents into minidump_format.hted.mielczarek2012-07-201-2/+29
* Add the capability to include an arbitrary data stream within minidumpscdn@chromium.org2012-07-101-1/+5
* Add MD_OS_ANDROID definition.digit@chromium.org2012-07-041-1/+2
* 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
* Add high level API for breakpad on iOS.qsr@chromium.org2012-03-131-3/+5
* Support for .raSearch in the x86 stackwalkermark@chromium.org2012-02-231-3/+12
* Use frame pointer to walk ARM stack on iOS.qsr@chromium.org2011-10-171-4/+5
* Handle ios dump.qsr@chromium.org2011-10-111-0/+1
* Adjust MD_CONTEXT_CPU_MASK to reflect reality, fix some code so it can handle...ted.mielczarek2011-08-304-8/+25
* 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
* Add structure definitions for the memory info list, as well as some other new...ted.mielczarek2011-01-131-2/+73
* 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-222-4/+11
* 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