about summary refs log tree commit diff
path: root/src/etc/rust-gdbgui
AgeCommit message (Collapse)AuthorLines
2020-04-02Prefer sysroot from rustc in same directory as rust-gdbJeremy Fitzhardinge-1/+9
If there isn't a rustc in the same directory, then fall back to searching the path.
2018-12-25Remove licensesMark Rousskov-9/+0
2018-08-30Fix direction of slashes in the help text example.Philip Daniels-3/+3
2018-08-28Add rust-gdbgui script.Philip Daniels-0/+65
This script invokes the gdbgui graphical GDB front-end with the Rust pretty printers loaded. The script does not install gdbgui, that must be done manually.