GithubHelp home page GithubHelp logo

cnsuhao / breakpad-2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from daemonengine/breakpad

0.0 1.0 0.0 6.91 MB

Google Breakpad fork for Unvanquished with jon.turney's MinGW support patches.

License: Other

Makefile 15.32% Shell 4.92% C++ 66.29% M4 0.23% C 5.33% Python 1.55% Objective-C++ 2.68% Objective-C 3.21% Assembly 0.26% Go 0.19% Batchfile 0.02%

breakpad-2's Introduction

Breakpad

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:

  1. Get a copy of depot_tools repo. http://dev.chromium.org/developers/how-tos/install-depot-tools

  2. Create a new directory for checking out the source code. mkdir breakpad && cd breakpad

  3. Run the fetch tool from depot_tools to download all the source repos. fetch breakpad

  4. 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.

  5. Commit your changes to your local repo and upload them to the server. http://dev.chromium.org/developers/contributing-code e.g. git commit ... && git cl upload ... You will be prompted for credential and a description.

  6. At https://codereview.chromium.org/ you'll find your issue listed; click on it, and select Publish+Mail, and enter in the code reviewer and CC [email protected]

Documentation

Visit https://chromium.googlesource.com/breakpad/breakpad/+/master/docs/

breakpad-2's People

Contributors

primiano avatar vapier avatar mrpickles avatar markmentovai avatar leizleiz avatar mariakleiner avatar luser avatar rmcilroy avatar erikchen avatar qsr avatar jon-turney avatar dolcetriade avatar cbchan avatar andybons avatar labath avatar vadimsht avatar colinblundell avatar pokerchang avatar jgray314 avatar mdempsky avatar rsesek avatar slipher avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.