6 Commits

Author SHA1 Message Date
fbdb61ccc4 Add gdb std pretty printers in Linux Mint 19 2021-01-19 10:41:18 +00:00
b0d3d25a8c Effectively disable gdb safe script blocking 2019-07-05 15:34:43 +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