diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-08-30 01:43:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-30 01:43:55 +0200 |
| commit | 063313bca632aef60e3482749ed6c00d46933917 (patch) | |
| tree | 8808746c1c6741dd7ff268954c05ebc8ba791ccb /src/bootstrap | |
| parent | 96e0bc7b6baa6199ea53f95d54e200556edcedad (diff) | |
| parent | 9cdcfe22887ae8df1e86c5dc7db908a50172118c (diff) | |
Rollup merge of #76015 - ortem:fix-lldb-script, r=Mark-Simulacrum
Fix loading pretty-printers in rust-lldb script Pretty-printers loading in `rust-lldb` script was broken in https://github.com/rust-lang/rust/pull/72357 This fixes https://github.com/rust-lang/rust/issues/76006
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/dist.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs index f0b2254be9e..d021feafbe4 100644 --- a/src/bootstrap/dist.rs +++ b/src/bootstrap/dist.rs @@ -647,6 +647,7 @@ impl Step for DebuggerScripts { cp_debugger_script("lldb_lookup.py"); cp_debugger_script("lldb_providers.py"); + cp_debugger_script("lldb_commands") } } } |
