From adc48480666e3702bffeee9e4de683eeabe33691 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 15 Nov 2020 11:30:38 +0100 Subject: Add gdbinit. --- dotfiles/gdbinit | 3 +++ install.conf.yaml | 1 + 2 files changed, 4 insertions(+) create mode 100644 dotfiles/gdbinit diff --git a/dotfiles/gdbinit b/dotfiles/gdbinit new file mode 100644 index 0000000..500c716 --- /dev/null +++ b/dotfiles/gdbinit @@ -0,0 +1,3 @@ +set disassembly-flavor intel +set print pretty on +set style address intensity bold diff --git a/install.conf.yaml b/install.conf.yaml index 1b9c64b..20d3cbb 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -10,6 +10,7 @@ - link: ~/.config/bash/prompt: bash/prompt ~/.bashrc: bash/bashrc + ~/.gdbinit: dotfiles/gdbinit ~/.gitconfig: dotfiles/gitconfig ~/.profile: dotfiles/profile ~/.tmux.conf: dotfiles/tmux.conf -- cgit v1.2.3