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

Pass --batch to gdb #54362

Merged
merged 1 commit into from
Sep 21, 2018
Merged

Pass --batch to gdb #54362

merged 1 commit into from
Sep 21, 2018

Commits on Sep 19, 2018

  1. Pass --batch to gdb

    In one of my travis builds, I was surprised to find that the gdb
    pager was in use and caused travis to time out.  Adding `--batch`
    to the gdb invocation will disable the pager.  Note that the
    `-ex q` is retained, to make sure gdb exits with status 0, just in
    case `set -e` is in effect somehow.
    tromey committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    e2ff97a View commit details
    Browse the repository at this point in the history