]> git.lizzy.rs Git - rust.git/commit
Auto merge of #85363 - EFanZh:gdb-pretty-print-slices, r=michaelwoerister
authorbors <bors@rust-lang.org>
Thu, 8 Jul 2021 12:25:47 +0000 (12:25 +0000)
committerbors <bors@rust-lang.org>
Thu, 8 Jul 2021 12:25:47 +0000 (12:25 +0000)
commit0deb536ff987d7200f5ea35634781e9df9d5b666
tree5dc06cb9a8e499a8dd50f67cc63e32bd60f009f8
parent0cd0709f19d316c4796fa71c5f52c8612a5f3771
parent1b0998ca5215db73667c770f0a9321769bbd27ef
Auto merge of #85363 - EFanZh:gdb-pretty-print-slices, r=michaelwoerister

Support pretty printing slices using GDB

Support pretty printing `&[T]`, `&mut [T]` and `&mut str` types using GDB.

Support pretty printing `&mut [T]` and `&mut str` types using LLDB.

Fixes #85219.