12 Commits

Author SHA1 Message Date
fbdb61ccc4 Add gdb std pretty printers in Linux Mint 19 2021-01-19 10:41:18 +00:00
b988470185 Remove cgdb config 2020-02-11 20:45:27 +00:00
b0d3d25a8c Effectively disable gdb safe script blocking 2019-07-05 15:34:43 +01:00
b51ac00e81 Fix HOME and END key bindings 2019-05-22 10:52:25 +01:00
cecbcddd2b Enable gdb pretty printing for libstdc++
gdb 7.0 added support for python pretty printers, libstdc++ provides
python pretty printers but they are not loaded by default on LinuxMint
18. Load them but only for this distro as upstream Debian enables them
by default and loading them multiple times will throw an exception.
2018-11-07 11:53:45 +00:00
f60c762bc2 Allow loading .gdbinit in home directory 2018-11-01 12:33:38 +00:00
9ee8392390 Don't save gdb history 2018-10-23 16:31:09 +01:00
7937e2415a Add .gdbinit config 2018-10-23 14:14:04 +01:00
758714a357 Don't override standout only italic 2018-08-22 12:18:30 +01:00
03d5c2da96 Add cgdb config file 2018-08-01 22:18:57 +01:00
78004d8067 Add readline and editline config files
Enable vi mode in readline and editline configs.
2018-08-01 22:18:57 +01:00
4f08d9ee4b Enable bold & italic using terminfo database
Extend the default `xterm-256color` terminfo to enable italic and bold
text in `xterm`, `screem`, and `tmux`.
2018-08-01 22:18:53 +01:00