diff options
| author | ortem <ortem00@gmail.com> | 2020-08-28 09:29:45 +0300 |
|---|---|---|
| committer | ortem <ortem00@gmail.com> | 2020-08-28 09:29:45 +0300 |
| commit | 9cdcfe22887ae8df1e86c5dc7db908a50172118c (patch) | |
| tree | e8431ca0aad445b780a359d49284f91db7d12104 /src/etc/lldb_commands | |
| parent | 41aaa90c67cdb04cac7427756891ad04c3e0bebf (diff) | |
| download | rust-9cdcfe22887ae8df1e86c5dc7db908a50172118c.tar.gz rust-9cdcfe22887ae8df1e86c5dc7db908a50172118c.zip | |
Fix loading pretty-printers in rust-lldb script
Diffstat (limited to 'src/etc/lldb_commands')
| -rw-r--r-- | src/etc/lldb_commands | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/etc/lldb_commands b/src/etc/lldb_commands index f470c62d899..979f2fa7ae8 100644 --- a/src/etc/lldb_commands +++ b/src/etc/lldb_commands @@ -1,4 +1,3 @@ -command script import \"$RUSTC_SYSROOT/lib/rustlib/etc/lldb_lookup.py\" type synthetic add -l lldb_lookup.synthetic_lookup -x \".*\" --category Rust type summary add -F lldb_lookup.summary_lookup -e -x -h \"^(alloc::([a-z_]+::)+)String$\" --category Rust type summary add -F lldb_lookup.summary_lookup -e -x -h \"^&str$\" --category Rust |
