Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools: install gdbinit from v8 to $PREFIX/share #2123

Closed
wants to merge 1 commit into from

Commits on Jul 7, 2015

  1. tools: install gdbinit from v8 to $PREFIX/share

    gdbinit provided by V8 can be very useful for low-level debugging of
    crashes in node and in binary addons. Most useful commands at 'jst'
    for JS stack traces and 'job' for printing a heap object.
    
    This patch installs the file at $PREFIX/share/tools/gdbinit.
    ofrobots committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    27f9ee3 View commit details
    Browse the repository at this point in the history