Skip to content
This repository has been archived by the owner on Mar 18, 2020. It is now read-only.
/ dump_syms Public archive

A reimplementation of the Breakpad Windows dump_syms tool

Notifications You must be signed in to change notification settings

luser/dump_syms

Repository files navigation

This project is not actively maintained

You probably want the Mozilla Rust rewrite

A reimplementation of the Breakpad Windows dump_syms tool.

Build Status Build status

Prerequisites

This project requires gyp to build. On Ubuntu you can apt-get install gyp. On Windows you can use Chromium's depot_tools.

On Linux you'll also probably want ninja. (Windows users can get ninja as part of the depot_tools above.)

Building

  • Run gyp to generate build files
gyp -f ninja --depth=. ./dump_syms.gyp
  • To generate a Visual Studio project you can instead run:
gyp -f msvs --depth=. ./dump_syms.gyp
  • Run ninja to build
ninja -C out/Default/

About

A reimplementation of the Breakpad Windows dump_syms tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •