Files
rust/src/etc
Steve Klabnik fab96c4b12 Rollup merge of #45071 - tromey:use-gdb-lazy-string, r=michaelwoerister
Implement display_hint in gdb pretty printers

A few pretty-printers were returning a quoted string from their
to_string method.  It's preferable in gdb to return a lazy string and to
let gdb handle the display by having a "display_hint" method that
returns "string" -- it lets gdb settings (like "set print ...") work, it
handles corrupted strings a bit better, and it passes the information
along to IDEs.
2017-10-10 20:22:24 -04:00
..
2016-09-17 23:07:11 -07:00
2016-08-22 01:24:01 -04:00
2015-07-30 06:35:42 +10:00
2015-01-16 08:49:54 -08:00
2017-10-08 01:39:34 +08:00
2014-03-12 11:31:05 +11:00