aboutsummaryrefslogtreecommitdiff
path: root/src/google_breakpad
Commit message (Expand)AuthorAgeFilesLines
...
* Fix potential null pointer dereference.Liu.andrew.x@gmail.com2015-07-311-4/+0
* Add support for Linux memory mapping stream and remove ELF header usageLiu.andrew.x@gmail.com2015-07-282-2/+158
* Fix incorrect comment.Liu.andrew.x@gmail.com2015-07-271-1/+1
* Use general instruction/stack pointer convenience method instead of manuallyLiu.andrew.x@gmail.com2015-06-304-0/+19
* [MIPS]: Use mcontext_t structure for MIPSrmcilroy@chromium.org2015-04-211-20/+2
* Add address and reason for IN_PAGE_ERROR.mark@chromium.org2015-04-101-0/+2145
* Remove pointers from serialized file formatmdempsky@chromium.org2014-12-111-10/+28
* Microdumps: support aarch64 and lib mapping from APKprimiano@chromium.org2014-12-021-0/+4
* Surfacing the process create time in google_breakpad::ProcessStateivanpe@chromium.org2014-11-253-6/+17
* Microdump processing implementationmmandlis@chromium.org2014-11-193-1/+128
* Fix Windows client compilation on mingw.ted.mielczarek@gmail.com2014-11-031-1/+1
* Introduce stub microdump processor classes.mmandlis@chromium.org2014-09-101-0/+60
* Refactoring in preparation for microdump processingmmandlis@chromium.org2014-09-088-105/+259
* Add missing MD_MISCINFO_FLAGS1_BUILDSTRING. Revise documentation to clarifymark@chromium.org2014-06-031-11/+14
* Process minidumps generated on ARM64 in iOS apps.mark@chromium.org2013-11-232-0/+66
* Generate minidumps for 64-bit ARM apps on iOS.mark@chromium.org2013-11-212-0/+142
* Add simple exploitability analysis for Linux crashes.mattdr.breakpad@gmail.com2013-10-291-33/+35
* Adding stricter validation checks to various symbol parser functions.ivan.penkov@gmail.com2013-09-251-0/+58
* Adding mips support for Android.gordana.cmiljanovic@imgtec.com2013-09-251-1/+1
* Adding support for mips.gordana.cmiljanovic@imgtec.com2013-09-114-1/+247
* Create StackFrame::FRAME_TRUST_PREWALKED trust type.chrisha@chromium.org2013-08-231-6/+9
* Allow setting a limit on the number of frames to be recovered by stack scanning.ted.mielczarek@gmail.com2013-08-191-2/+15
* Updating MDRawMiscInfo to support verions 3 and 4 of the MINIDUMP_MISC_INFO_N...ivan.penkov@gmail.com2013-08-022-9/+111
* Detect corrupt symbol files during minidump processing. Recover from the err...ivan.penkov@gmail.com2013-07-118-9/+40
* This change is addressing a particularly nasty issue where the stackwalkerivan.penkov@gmail.com2013-06-271-2/+8
* More robust stack walks when the IP address in the context frame is invalid (...ivan.penkov@gmail.com2013-06-261-2/+9
* Treat warnings as error and fix most level 4 warnings in the breakpad windows...ivan.penkov@gmail.com2013-06-041-2/+2
* Make x86-64 stack walking work for Native Client minidumpsmseaborn@chromium.org2013-05-081-4/+5
* Add MD_OS_NACL platform_id value for identifying NaCl minidumpsmseaborn@chromium.org2013-05-061-1/+2
* 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