Skip to content

Commit

Permalink
Install missing 'rust-gdbui''
Browse files Browse the repository at this point in the history
  • Loading branch information
nbigaouette authored and Vardhan Thigle committed Jan 31, 2019
1 parent 3e774b9 commit c08a960
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bootstrap/dist.rs
Original file line number Diff line number Diff line change
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 c08a960

Please sign in to comment.