Git Product home page Git Product logo

breakpad-tools's Introduction

Breakpad Tools

Builds Breakpad and creates artifacts on different operating systems. To use it, clone on a compatible system, go to the folder of the respective operating system, and run make all or run one of the targets below.

git clone --recursive https://github.com/getsentry/breakpad-tools
cd breakpad-tools/linux && make all

Download

The latest builds can always be downloaded here:

Contents

Each platform build folder contains the following artifacts:

Libraries

  • libclient.a: Static library containing the breakpad ExceptionHandler
    target: make client

Tools

  • dump_syms: A tool to create breakpad symbols
    target: make dump_syms
  • minidump_dump: A tool to show raw contents of minidumps
    target: make minidump_dump
  • minidump_stackwalk: A tool to process minidumps
    target: make minidump_stackwalk

Examples

  • crash: A program that crashes and generates a minidump
    target: make crash
  • crash.sym: Breakpad symbols for the crashing program
    target: make symbols
  • mini.dmp: A crash dump of the crash executable
    target: make minidump
  • symbols/: Symbol folder structure required by the processor
    target: make dist (requires all other targets)

Please note that the examples are always built from scratch, so UUIDs will change!

Build Process

The breakpad libraries and tools are built with custom makefiles. Each OS folder contains a slightly different version customized to the platform. Breakpad has broken their own build files (especially on macOS) quite frequently, so this is the most stable approach.

The Windows build uses msbuild instead of a makefile. It currently does not generate the client library and symbols folders.

The breakpad submodule has been updated last on 2018-01-09. Future updates might require changes to the makefiles.

breakpad-tools's People

Contributors

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