aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Let breakpad build with -Wall on OS X and Linux.Lei Zhang2015-12-299-29/+14
* Remove use of deprecated CFURLCreateDataAndPropertiesFromResource function.Ivan Penkov2015-12-181-12/+19
* Fix ExploitabilityLinuxUtilsTest::DisassembleBytesTest to not fail when temp ...Ted Mielczarek2015-11-301-1/+3
* dump_syms: add a -v flagMike Frysinger2015-11-111-1/+16
* Fix file descriptor leaks in linux CrashGenerationServerMike Frysinger2015-11-111-0/+3
* Make dump_syms buildable under newer versions of Xcode.Boris Vidolov2015-11-101-0/+4
* Android: Workaround for ftruncate() issues.Lei Zhang2015-11-051-3/+69
* Issue in StackwalkerAMD64::GetCallerByFramePointerRecovery.Ivan Penkov2015-10-153-9/+165
* 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