We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f45d19 commit c6b1f31Copy full SHA for c6b1f31
src/etc/rust-gdb
@@ -14,7 +14,7 @@ fi
14
RUSTC_SYSROOT="$("$RUSTC" --print=sysroot)"
15
GDB_PYTHON_MODULE_DIRECTORY="$RUSTC_SYSROOT/lib/rustlib/etc"
16
# Get the commit hash for path remapping
17
-RUSTC_COMMIT_HASH="$("$RUSTC" -vV | sed -n 's/commit-hash: \([a-zA-z0-9_]*\)/\1/p')"
+RUSTC_COMMIT_HASH="$("$RUSTC" -vV | sed -n 's/commit-hash: \([a-zA-Z0-9_]*\)/\1/p')"
18
19
# Run GDB with the additional arguments that load the pretty printers
20
# Set the environment variable `RUST_GDB` to overwrite the call to a
0 commit comments