Only run git once in gdbinit
Running git is fairly slow. Removing this call improves gdb attach time from 34 sec to 27 sec (20.5%). It is also completely unnecessary, because we only need to load pretty printers once. R=thomasanderson@chromium.org Change-Id: I47de8cf198040d46dfdcaa22cc6c3f7d661d28ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1863069 Commit-Queue: Christian Biesinger <cbiesinger@chromium.org> Auto-Submit: Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#705967}
Showing
Please register or sign in to comment