about summary refs log tree commit diff
path: root/src/test/debuginfo/gdb-pretty-std.rs
AgeCommit message (Collapse)AuthorLines
2015-05-30debuginfo: Create common debugger pretty printer module.Michael Woerister-61/+0
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-04-28#10381: WarningsTamir Duberstein-0/+2
2015-04-09Remove `ignore-tidy-linelength` from tests that no longer need itLuke Gallagher-1/+0
2015-03-12debuginfo: Add GDB pretty printers for slices, Vec<>, and String.Michael Woerister-0/+60