We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 351946f commit bf9c0fbCopy full SHA for bf9c0fb
src/bootstrap/dist.rs
@@ -602,7 +602,7 @@ impl Step for DebuggerScripts {
602
// gdb debugger scripts
603
builder.install(&builder.src.join("src/etc/rust-gdb"), &sysroot.join("bin"),
604
0o755);
605
- builder.install(&builder.src.join("src/etc/rust-gdbui"), &sysroot.join("bin"),
+ builder.install(&builder.src.join("src/etc/rust-gdbgui"), &sysroot.join("bin"),
606
607
608
cp_debugger_script("gdb_load_rust_pretty_printers.py");
0 commit comments