brave/node-minidump

Name: node-minidump

Owner: Brave Software

Description: Node module to process minidump files

Forked from: electron/node-minidump

Created: 2016-07-23 22:31:49.0

Updated: 2016-07-23 22:31:50.0

Pushed: 2017-06-22 14:29:49.0

Homepage:

Size: 41

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

minidump - Process minidump files Build Status

Installing
install minidump
Building
Docs
minidump = require('minidump');
minidump.addSymbolPath(path1, …, pathN)

Add search paths for looking up symbol files.

minidump.walkStack(minidumpFilePath, symbolPaths, callback, options)

options {object}:

machine: [false] - should output be in parseable format

Get the stack trace from minidumpFilePath, the callback would be called with callback(error, report) upon completion.

minidump.dumpSymbol(binaryPath, callback)

Dump debug symbols in minidump format from binaryPath, the callback would be called with callback(error, minidump) upon completion.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.