| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-04-20 | Rename environment variable `GDB_CMD` to `RUST_GDB` to prevent ambiguity | Nicolas Bigaouette | -3/+3 | |
| 2017-04-18 | Use an (over-writable) environment variable for the `gdb` command | Nicolas Bigaouette | -1/+4 | |
| Instead of hard-coding the command to run, using the environment variable `GDB_CMD` (that defaults to `gdb`) allows using a different debugger than the default `gdb` executable. This gives the possibility to use `cgdb` as the debugger, which provides a nicer user interface. Note that one has to use `GDB_CMD="cgdb --"` to use cgdb (note the trailing `--`) to let cgdb pass the proper arguments to `gdb`. | ||||
| 2014-12-30 | debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty ↵ | Michael Woerister | -0/+23 | |
| printers enabled. | ||||
