]> git.lizzy.rs Git - rust.git/commit
Support pretty printing slices using GDB
authorEFanZh <efanzh@gmail.com>
Sat, 3 Jul 2021 15:42:07 +0000 (23:42 +0800)
committerEFanZh <efanzh@gmail.com>
Sat, 3 Jul 2021 15:42:07 +0000 (23:42 +0800)
commit0112b908f78960dc3485ca3de01a62861fc7311f
treead497fab372966c97d9d5638a9935c7ff4976573
parenta8b8558f083d86247ef3260ebb4f97b276cdbf73
Support pretty printing slices using GDB
src/etc/gdb_lookup.py
src/etc/gdb_providers.py
src/etc/lldb_commands
src/etc/rust_types.py
src/test/debuginfo/pretty-huge-vec.rs
src/test/debuginfo/pretty-slices.rs [new file with mode: 0644]
src/tools/compiletest/src/runtest.rs