| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-01-05 | Disable failing tests temporarily | Sam | -0/+1 | |
| 2017-10-06 | Implement display_hint in gdb pretty printers | Tom Tromey | -0/+4 | |
| 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-06-09 | Pretty-printers tests: gdbr -> gdb | gentoo90 | -4/+4 | |
| 2017-06-02 | Add GDB pretty-printer for OsString | gentoo90 | -2/+10 | |
| 2017-06-01 | Add test for 'invalid literal for int()' exception in gdb pretty-printers | gentoo90 | -0/+5 | |
| 2016-10-31 | adapt debuginfo tests for gdb with native rust support | Tim Neumann | -1/+2 | |
| 2015-05-30 | debuginfo: Create common debugger pretty printer module. | Michael Woerister | -0/+87 | |
| 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. | ||||
