Unknown
b6d3143488
pretty print for std::collections::vecdeque
2018-07-29 15:43:54 +09:00
gentoo90
63076ddbb8
Add compat_str() which works with unicode in both Python 2 and 3
...
GDB can be built with Python 2 or with Python 3
2017-06-09 19:09:02 +03:00
gentoo90
c1f687b73f
Add GDB pretty-printer for OsString
2017-06-02 16:18:00 +03:00
Philip Craig
1765a3fd30
Add pretty printing of unions in debuggers
...
Fixes #37479
2017-01-01 19:34:06 +10:00
Eitan Adler
266ef889e3
pep8 prefers triple quoted with double quotes
2016-09-17 23:05:20 -07:00
Sebastian Ullrich
471407205b
gdb: Fix pretty-printing special-cased Rust types
...
gdb trunk now reports fully qualified type names, just like lldb. Move
lldb code for extracting unqualified names to shared file.
2016-08-10 22:35:58 -04:00
Nikhil Shagrithaya
036b08917d
Added a pretty printer for &mut slices
2016-07-04 00:04:19 +05:30
Alexis Beingessner
b0ee1ebef4
fix pretty printers to handle new Vec
2015-07-17 10:43:58 -07:00
Michael Woerister
d136714e04
debuginfo: Create common debugger pretty printer module.
...
GDB and LLDB pretty printers have some common functionality
and also access some common information, such as the layout of
standard library types. So far, this information has been
duplicated in the two pretty printing python modules. This
commit introduces a common module used by both debuggers.
2015-05-30 20:06:08 +02:00