michael@0: Breakpad is a set of client and server components which implement a michael@0: crash-reporting system. michael@0: michael@0: michael@0: ----- michael@0: Getting started in 32-bit mode (from trunk) michael@0: Configure: CXXFLAGS=-m32 CFLAGS=-m32 CPPFLAGS=-m32 ./configure michael@0: Build: make michael@0: Test: make check michael@0: Install: make install michael@0: michael@0: If you need to reconfigure your build be sure to run "make distclean" first. michael@0: michael@0: michael@0: ----- michael@0: To request change review: michael@0: 0. Get access to a read-write copy of source. michael@0: Owners at http://code.google.com/p/google-breakpad/ are able to grant michael@0: this access. michael@0: michael@0: 1. Check out a read-write copy of source using instructions at michael@0: http://code.google.com/p/google-breakpad/source/checkout michael@0: michael@0: 2. Make changes. Build and test your changes. michael@0: For core code like processor use methods above. michael@0: For linux/mac/windows, there are test targets in each project file. michael@0: michael@0: 3. Download http://codereview.appspot.com/static/upload.py michael@0: michael@0: 4. Run upload.py from the 'src' directory: michael@0: upload.py --server=breakpad.appspot.com michael@0: michael@0: You will be prompted for credential and a description. michael@0: michael@0: 5. At http://breakpad.appspot.com you'll find your issue listed; click on it, michael@0: and select Publish+Mail, and enter in the code reviewer and CC michael@0: google-breakpad-dev@googlegroups.com michael@0: michael@0: 6. When applying code review feedback, specify the '-i' option when running michael@0: upload.py again and pass the issue number so it updates the existing issue, michael@0: rather than creating a new one. michael@0: Be sure to rerun upload.py from the same directory as you did for previous michael@0: uploads to allow for proper diff calculations.