]> git.lizzy.rs Git - rust.git/commit
Fix zero-sized BTreeMap gdb pretty-printer
authorortem <ortem00@gmail.com>
Fri, 20 Nov 2020 15:01:15 +0000 (18:01 +0300)
committerortem <ortem00@gmail.com>
Mon, 23 Nov 2020 14:07:14 +0000 (17:07 +0300)
commit685e1f3e45ef1ffa881be13b6af1867209c294c7
tree86dc51c1922230917cd784bd94d1f2b32654bcc7
parent068320b39e3e4839d832b3aa71fa910ba170673b
Fix zero-sized BTreeMap gdb pretty-printer

`gdb.parse_and_eval("()")` is needed because GDB treats "()" as a Rust array of two characters, not as a unit
src/etc/gdb_providers.py