| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -30/+0 | |
| 2021-07-03 | Support pretty printing slices using GDB | EFanZh | -1/+1 | |
| 2021-04-27 | Fix failed tests related to pointer printing when using GDB 10 | lrh2000 | -1/+1 | |
| As mentioned in #79009, there are four failed debuginfo test cases when using GDB 10. This commit fixes two of them, which fail because GDB 10 won't print pointers as string anymore. We can use `printf` as a workaround. It should work regardless of the version of GDB. Refer this [comment] for more details. [comment]: https://github.com/rust-lang/rust/issues/79009#issuecomment-826952708 | ||||
| 2020-07-19 | Add missing : after min-gdb-version | Lzu Tao | -1/+1 | |
| 2020-06-09 | Implement new gdb/lldb pretty-printers | ortem | -4/+3 | |
| Replace old GDB and LLDB pretty-printers with new ones which were originally written for IntelliJ Rust. New LLDB pretty-printers support synthetic children. New GDB/LLDB pretty-printers support all Rust types supported by old pretty-printers, and also support: Rc, Arc, Cell, Ref, RefCell, RefMut, HashMap, HashSet. | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2016-07-04 | Use lazy iterator in vec/slice gdb pretty printers | Loïc Damien | -0/+41 | |
