From 692a2b8884458eece96f3e1d22e011d7566502cd Mon Sep 17 00:00:00 2001 From: dummy Date: Mon, 5 Feb 2018 15:42:47 -0500 Subject: [PATCH] add configuration for gdb dashboard --- .gdbinit.d/gdbdashbard.conf | 6 ++++++ sync.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .gdbinit.d/gdbdashbard.conf diff --git a/.gdbinit.d/gdbdashbard.conf b/.gdbinit.d/gdbdashbard.conf new file mode 100644 index 0000000..c9c675e --- /dev/null +++ b/.gdbinit.d/gdbdashbard.conf @@ -0,0 +1,6 @@ +# auto generated by GDB dashboard + +dashboard -layout source expressions stack assembly memory !history !registers !threads +dashboard -style syntax_highlighting 'rrt' +dashboard -style style_low '0;37' +dashboard source -style context 15 diff --git a/sync.sh b/sync.sh index 6216570..b7aa7b6 100755 --- a/sync.sh +++ b/sync.sh @@ -1,4 +1,4 @@ #!/bin/bash -rsync -avP ~/.vimrc ~/.bashrc ~/.tmux.conf ~/.profile ./ +rsync -avP ~/.vimrc ~/.bashrc ~/.tmux.conf ~/.profile ~/.gdbinit.d ./