Files
rust/src/etc
Nicolas Bigaouette 82ed7830ad Use an (over-writable) environment variable for the gdb command
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`.
2017-04-18 14:00:08 -04:00
..
2017-04-17 17:49:35 +01:00
2016-09-17 23:07:11 -07:00
2016-08-22 01:24:01 -04:00
2015-07-30 06:35:42 +10:00
2016-05-30 16:11:53 +02:00