Skip to content

Support pretty printing slices using GDB#85363

Merged
bors merged 3 commits intorust-lang:masterfrom
EFanZh:gdb-pretty-print-slices
Jul 8, 2021
Merged

Support pretty printing slices using GDB#85363
bors merged 3 commits intorust-lang:masterfrom
EFanZh:gdb-pretty-print-slices

Conversation

@EFanZh
Copy link
Contributor

@EFanZh EFanZh commented May 16, 2021

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.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add gdb pretty printers for slices types (&[T] and &mut [T]).

10 participants