GitHub clone of the breakpad used by Chromium
Перейти к файлу
Cheng Zhao f5f20660f2
Merge pull request #7 from nornagon/vendor-src
Vendor src/ and rename memory.h to memory_allocator.h
2018-07-03 11:26:47 +09:00
linux Rolling the DEPS of Breakpad. 2012-08-15 00:08:04 +00:00
src Vendor src/ 2018-07-02 10:29:56 -07:00
BUILD.gn Roll src/breakpad/src/ eb46b8c4f..33a43757f (10 commits). 2016-05-19 03:36:09 +00:00
LICENSE Update LICENSE file for breakpad 2012-03-26 18:03:38 +00:00
OWNERS Add tandrii and vadimsh as *.isolate owners. 2015-06-26 17:46:19 +00:00
README.chromium Update breakpad URL. 2015-10-08 18:29:13 +00:00
breakpad.gyp PATCH: Remove reference to unexist gyp files 2017-08-08 22:40:49 +09:00
breakpad_handler.gypi clang/win: Fix warnings to prepare for building without -Wno-reorder. 2015-07-02 01:25:35 +00:00
breakpad_sender.gypi Disabling nacl_win64 targets when building in target_arch!=ia32 mode. 2013-01-21 23:23:57 +00:00
breakpad_tools.gypi Refactor how clang warning flags are set. 2014-08-01 21:48:20 +00:00
breakpad_unittests_apk.isolate Delete breakpad_unittest.isolate (no longer needed) 2016-04-14 19:17:23 +00:00
dump_syms.exe PATCH: Add the dump_syms.exe. 2017-08-08 22:40:49 +09:00
minidump_stackwalk.exe PATCH: Add the minidump_stackwalk.exe. 2017-08-08 22:40:49 +09:00
msdia80.dll PATCH: Add msdia80.dll. 2017-08-08 22:40:49 +09:00
symupload.exe Update the version of symupload.exe to breakpad@860d7f5da18 2016-01-12 15:28:58 +00:00
using_breakpad.vsprops Add breakpad project files to the repository. 2008-07-26 20:50:17 +00:00

README.chromium

Name: Breakpad, An open-source multi-platform crash reporting system
Short Name: breakpad
URL: https://chromium.googlesource.com/breakpad/breakpad
License: New BSD, Apple PSL 2.0 and Apache 2.0
Security Critical: no

This directory contains Chrome's version of Breakpad's Visual Studio build
files (*.vcproj) and a compiled version of Breakpad's symupload.exe utility
for Windows.

Part of the upstream Breakpad project is pulled into the src/ subdirectory via
DEPS.