Files
rust/src/test/debuginfo
Tom Tromey c3c1df5820 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-06 13:05:53 -06:00
..
2017-03-09 22:12:36 +01:00
2017-03-03 13:54:19 +02:00
2017-03-09 22:12:36 +01:00
2017-03-09 22:12:36 +01:00
2017-03-09 22:12:36 +01:00
2017-01-30 23:14:15 +03:00