Basic gdb setup

This commit is contained in:
laurensmiers 2017-09-25 15:42:48 +02:00
parent dc6b9e1d2e
commit 5f5960804f
2 changed files with 7 additions and 1 deletions

3
custom/setup-gdb.el Normal file
View file

@ -0,0 +1,3 @@
(setq gdb-many-windows 1)
(provide 'setup-gdb)

View file

@ -84,7 +84,10 @@
;; setup Windows if our bootloader is Windows ;; setup Windows if our bootloader is Windows
(if (eq system-type 'windows-nt) (if (eq system-type 'windows-nt)
(require 'setup-windows) (require 'setup-windows)
) )
;; setup gdb
(require 'setup-gdb)
(custom-set-variables (custom-set-variables
;; custom-set-variables was added by Custom. ;; custom-set-variables was added by Custom.