Add gdb interface to the C/C++ mode
This commit is contained in:
@@ -116,6 +116,15 @@ of FILE in the current directory, suitable for creation"
|
|||||||
)
|
)
|
||||||
|
|
||||||
;;; (Packages) ;;;
|
;;; (Packages) ;;;
|
||||||
|
|
||||||
|
(use-package gdb-mi
|
||||||
|
:quelpa (gdb-mi :fetcher git
|
||||||
|
:url "https://github.com/weirdNox/emacs-gdb.git"
|
||||||
|
:files ("*.el" "*.c" "*.h" "Makefile"))
|
||||||
|
:init
|
||||||
|
(fmakunbound 'gdb)
|
||||||
|
(fmakunbound 'gdb-enable-debug))
|
||||||
|
|
||||||
;; https://github.com/emacs-mirror/emacs/blob/master/lisp/progmodes/cc-vars.el
|
;; https://github.com/emacs-mirror/emacs/blob/master/lisp/progmodes/cc-vars.el
|
||||||
;; user customization variables for CC Mod
|
;; user customization variables for CC Mod
|
||||||
(use-package cc-vars
|
(use-package cc-vars
|
||||||
|
Reference in New Issue
Block a user