Skip to content

Commit

Permalink
Install missing 'rust-gdbui''
Browse files Browse the repository at this point in the history
  • Loading branch information
nbigaouette committed Jan 17, 2019
1 parent daa53a5 commit 351946f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bootstrap/dist.rs
Expand Up @@ -602,6 +602,8 @@ impl Step for DebuggerScripts {
// gdb debugger scripts
builder.install(&builder.src.join("src/etc/rust-gdb"), &sysroot.join("bin"),
0o755);
builder.install(&builder.src.join("src/etc/rust-gdbui"), &sysroot.join("bin"),
0o755);

cp_debugger_script("gdb_load_rust_pretty_printers.py");
cp_debugger_script("gdb_rust_pretty_printing.py");
Expand Down

0 comments on commit 351946f

Please sign in to comment.