Browse Source

add configuration for gdb dashboard

master
dummy 9 years ago
parent
commit
692a2b8884
  1. 6
      .gdbinit.d/gdbdashbard.conf
  2. 2
      sync.sh

6
.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

2
sync.sh

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash
rsync -avP ~/.vimrc ~/.bashrc ~/.tmux.conf ~/.profile ./ rsync -avP ~/.vimrc ~/.bashrc ~/.tmux.conf ~/.profile ~/.gdbinit.d ./

Loading…
Cancel
Save