| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-12-04 | Reformat Python code with `ruff` | Jakub Beránek | -0/+1 | |
| 2023-06-16 | Apply changes to fix python linting errors | Trevor Gross | -0/+1 | |
| 2023-06-05 | Fix #111961 r=Mark-Simulacrum | Simon Farre | -1/+12 | |
| Makes the Python pretty printer library source'able from within GDB after spawn. This makes `rust-gdb` not the required approach. It also provides the possibility for GUI:s that wrap GDB, to debug Rust using the pretty printer library; as well as other projects such as for instance Pernosco, which previously was not possible. This won't introduce any new unexpected behaviors for users of `rust-gdb` | ||||
| 2020-06-09 | Implement new gdb/lldb pretty-printers | ortem | -2/+2 | |
| 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. | ||||
| 2019-06-28 | import gdb for explicit access to gdb.current_objfile() | cclauss | -0/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2014-12-30 | debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty ↵ | Michael Woerister | -0/+12 | |
| printers enabled. | ||||
