aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Only release current_breakpad_ if it is defined.Benjamin Lerman2015-10-141-1/+1
* Fix Windows crash_generation_server for debug builds without -D_DEBUGTed Mielczarek2015-10-071-1/+1
* Support for multiple upload files in CrashReportSender/HTTPUploadDavid Major2015-10-069-58/+63
* Fix MSVC build (including on 2015), drop some workarounds for MSVC older than...Ted Mielczarek2015-10-067-39/+15
* Increasing the Breakpad stack walker max scan limit from 30 to 40.Ivan Penkov2015-10-054-6/+6
* [mac] Teach dump_syms to handle additional zerofill sectionsPavel Labath2015-09-301-1/+3
* Add GPU fingerprint information to breakpad microdumps.Primiano Tucci2015-09-287-81/+164
* Linux ExceptionHandler: don't allocate the CrashContext on the stackPrimiano Tucci2015-09-221-15/+27
* Fixup a bad strcmp call landed in previous commitTed Mielczarek2015-09-161-1/+1
* Fix Mac Breakpad host tools to build in Linux cross-compileTed Mielczarek2015-09-1633-190/+3496
* solaris: fix spurious ;Mike Frysinger2015-09-111-1/+1
* Fix regression on x86 for "Fix compile error with Windows clang"Will Harris2015-09-031-6/+5
* The "CPU architecture" field is being filled from the wrong part ofmmandlis@chromium.org2015-08-266-25/+106
* Add check for Linux minidump ending on bad write for exploitability rating.Liu.andrew.x@gmail.com2015-08-2113-8/+584
* Don't use strtok_s for mingw buildsted.mielczarek@gmail.com2015-08-203-2/+4
* Add user_regs_struct and user_fpsimd_struct for aarch64 on Android.rmcilroy@chromium.org2015-08-201-18/+23
* Fix compile error with Windows clang.wfh@chromium.org2015-08-191-4/+7
* Fix inttypes format macros in src/processor/proc_maps_linux.ccprimiano@chromium.org2015-08-191-1/+4
* Remove obsolete seccomp_unwinder for legacy (pre-BPF) sandboxprimiano@chromium.org2015-08-184-214/+0
* Fix proc_maps_linux compile for non-Linuxted.mielczarek@gmail.com2015-08-171-4/+2
* [microdump] Move microdump writes to the crash ring-buffer logprimiano@chromium.org2015-08-174-3/+60
* [microdump] Fix hw architecture indication in build fingerprint lineprimiano@chromium.org2015-08-172-15/+60
* Add check for executable stack/heap when rating Linux exploitability.Liu.andrew.x@gmail.com2015-08-156-3/+33
* Add check to see if stack pointer is off the stack according to the memoryLiu.andrew.x@gmail.com2015-08-155-1/+33
* Fix format specifier in proc maps to support 32-bit architectures.Liu.andrew.x@gmail.com2015-08-132-6/+6
* Actually remove removed filested.mielczarek@gmail.com2015-08-133-0/+0
* Remove some old unused code, add a missing includeted.mielczarek@gmail.com2015-08-134-648/+2
* Fix format specifier in proc maps to support 32-bit architectures.Liu.andrew.x@gmail.com2015-08-121-1/+1
* Allow Print() to be called by const instances of MinidumpLinuxMaps andLiu.andrew.x@gmail.com2015-08-122-4/+4
* Change Print method of MinidumpLinuxMaps and MinidumpLinuxMapsList to printLiu.andrew.x@gmail.com2015-08-113-1/+5
* Workaround for range map overlaps caused by Android package relocation.ivanpe@chromium.org2015-08-101-6/+25
* Fix breakpad for arm on arm64cjhopman@chromium.org2015-08-051-0/+6
* Fix potential null pointer dereference.Liu.andrew.x@gmail.com2015-07-312-12/+15
* Remove unnecessary dependencies.Liu.andrew.x@gmail.com2015-07-291-2/+0
* Add support for Linux memory mapping stream and remove ELF header usageLiu.andrew.x@gmail.com2015-07-2810-207/+664
* Fix incorrect comment.Liu.andrew.x@gmail.com2015-07-271-1/+1
* add aarch64 support to minidump-2-corevapier@chromium.org2015-07-202-10/+37
* tests: InstructionPointerMemoryNullPointer: make it work under llvmvapier@chromium.org2015-07-202-2/+9
* Add ELF header analysis when checking for instruction pointer in code.Liu.andrew.x@gmail.com2015-07-169-10/+207
* Fix -Wreorder warnings in the Windows code.wfh@chromium.org2015-07-103-14/+14
* Default nil or empty version string to CFBundleVersionchangluo@google.com2015-07-101-1/+1
* Set exception whitelist check as earlier check instead of last check.Liu.andrew.x@gmail.com2015-07-071-15/+15
* Use general instruction/stack pointer convenience method instead of manuallyLiu.andrew.x@gmail.com2015-06-307-33/+74
* Checking for benign exceptions that trigger a minidump.Liu.andrew.x@gmail.com2015-06-303-3/+62
* This CL adds support for ARM and ARM64 architectures when calculatingLiu.andrew.x@gmail.com2015-06-301-1/+8
* Adjust breakpad module size to match adjusted start_addr.rmcilroy@chromium.org2015-06-301-4/+9
* Checking location of the instruction pointer to see if it isLiu.andrew.x@gmail.com2015-06-256-0/+71
* Reconfigured options for sym_upload to not treat h and ? flags as invalid opt...ivanpe@chromium.org2015-06-221-0/+5
* Fix signal propagation logic for Linux/Android exception handler.primiano@chromium.org2015-06-221-2/+15
* Use local variable for out parameter rather than direct use of ivarivanpe@chromium.org2015-06-201-2/+3