Skip to content

Breakpad library for Stackwalker/Natron

License

Notifications You must be signed in to change notification settings

fxarena/breakpad

This branch is 331 commits behind NatronGitHub/breakpad:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

459f75f · Aug 19, 2019
Dec 7, 2018
Apr 5, 2016
Feb 20, 2018
Nov 29, 2017
May 10, 2017
Feb 20, 2018
Aug 19, 2019
Jul 1, 2019
Jun 13, 2016
Feb 20, 2018
Aug 30, 2006
Aug 25, 2006
Aug 3, 2019
Dec 10, 2013
Feb 27, 2014
Aug 19, 2019
Aug 19, 2019
Aug 25, 2006
Jun 10, 2016
Feb 13, 2017
Jul 3, 2019
Feb 13, 2017
Aug 27, 2014
Aug 27, 2014
Aug 14, 2019
Jul 1, 2019
Jul 1, 2019
Aug 3, 2019

Repository files navigation

Breakpad

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

Getting started (from master)

  1. First, download depot_tools and ensure that they’re in your PATH.

  2. Create a new directory for checking out the source code (it must be named breakpad).

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

    fetch breakpad
    cd src
  4. Build the source.

    ./configure && make

    You can also cd to another directory and run configure from there to build outside the source tree.

    This will build the processor tools (src/processor/minidump_stackwalk, src/processor/minidump_dump, etc), and when building on Linux it will also build the client libraries and some tools (src/tools/linux/dump_syms/dump_syms, src/tools/linux/md2core/minidump-2-core, etc).

  5. Optionally, run tests.

    make check
  6. Optionally, install the built libraries

    make install

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

To update an existing checkout to a newer revision, you can git pull as usual, but then you should run gclient sync to ensure that the dependent repos are up-to-date.

To request change review

  1. Follow the steps above to get the source and build it.

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

  4. At https://chromium-review.googlesource.com/ you'll find your issue listed; click on it, then “Add reviewer”, and enter in the code reviewer. Depending on your settings, you may not see an email, but the reviewer has been notified with google-breakpad-dev@googlegroups.com always CC’d.

About

Breakpad library for Stackwalker/Natron

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 68.3%
  • Makefile 13.4%
  • C 5.4%
  • Shell 4.6%
  • Objective-C 3.0%
  • Objective-C++ 2.6%
  • Other 2.7%