Commit 5b25ac78 authored by David Grogan's avatar David Grogan Committed by Commit Bot

Fix typo in gdbinit (worket -> worker)

Change-Id: I0c3edddaad5ccf8522c40a8e1572ae3d3b448c26
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1987283Reviewed-by: default avatarChristian Biesinger <cbiesinger@chromium.org>
Reviewed-by: default avatarThomas Anderson <thomasanderson@chromium.org>
Auto-Submit: David Grogan <dgrogan@chromium.org>
Commit-Queue: David Grogan <dgrogan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#728686}
parent 607f7d64
......@@ -99,7 +99,7 @@ gdb.execute("set environment CHROMIUM_GDBINIT_SOURCED=1")
# use try..except to avoid displaying errors in earlier GDB versions.
try:
# unlimited means "number of cores"
gdb.execute("maint set worket-threads unlimited")
gdb.execute("maint set worker-threads unlimited")
except:
pass
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment