gecko-dev/toolkit/crashreporter/google-breakpad
Georg Fritzsche 9d70e0eca1 Bug 1012912 - Killing plugin-container with SIGABRT doesn't trigger the crash reporter on Mac. r=ted 2014-07-29 16:58:34 +02:00
..
android bug 835456 - Update Breakpad to SVN r1106. r=upstream 2013-01-28 14:12:12 -05:00
autotools Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
m4 bug 791775 - Update to Breakpad SVN r1047. r=glandium 2012-09-25 07:52:54 -04:00
src Bug 1012912 - Killing plugin-container with SIGABRT doesn't trigger the crash reporter on Mac. r=ted 2014-07-29 16:58:34 +02:00
AUTHORS
COPYING
ChangeLog
DEPS
INSTALL
Makefile.am Bug 886216 - Add missing breakpad patches. r=ted 2013-07-31 14:03:21 +09:00
Makefile.in
NEWS
README
README.ANDROID bug 791775 - Update to Breakpad SVN r1047. r=glandium 2012-09-25 07:52:54 -04:00
SVN-INFO Bug 858149 - Update breakpad to SVN r1143. r=ted 2013-04-09 14:03:40 +02:00
aclocal.m4 Add local Breakpad patches that have not yet been upstreamed 2013-02-06 19:01:57 -05:00
codereview.settings
configure Add local Breakpad patches that have not yet been upstreamed 2013-02-06 19:01:57 -05:00
configure.ac bug 791775 - Update to Breakpad SVN r1047. r=glandium 2012-09-25 07:52:54 -04:00

README

Breakpad is a set of client and server components which implement a
crash-reporting system.


-----
Getting started in 32-bit mode (from trunk)
Configure: CXXFLAGS=-m32 CFLAGS=-m32 CPPFLAGS=-m32 ./configure
    Build: make
     Test: make check
  Install: make install

If you need to reconfigure your build be sure to run "make distclean" first.


-----
To request change review:
0. Get access to a read-write copy of source.
   Owners at http://code.google.com/p/google-breakpad/ are able to grant
   this access.

1. Check out a read-write copy of source using instructions at
   http://code.google.com/p/google-breakpad/source/checkout

2. Make changes. Build and test your changes.
   For core code like processor use methods above.
   For linux/mac/windows, there are test targets in each project file.

3. Download http://codereview.appspot.com/static/upload.py

4. Run upload.py from the 'src' directory:
   upload.py --server=breakpad.appspot.com

   You will be prompted for credential and a description.

5. At http://breakpad.appspot.com you'll find your issue listed; click on it,
   and select Publish+Mail, and enter in the code reviewer and CC
   google-breakpad-dev@googlegroups.com

6. When applying code review feedback, specify the '-i' option when running
   upload.py again and pass the issue number so it updates the existing issue,
   rather than creating a new one.
   Be sure to rerun upload.py from the same directory as you did for previous
   uploads to allow for proper diff calculations.