]> code.delx.au - gnu-emacs-elpa/commitdiff
Somehow had lost hash key for gdb debugger.
authorrocky <rocky@gnu.org>
Sat, 16 Apr 2011 16:13:09 +0000 (12:13 -0400)
committerrocky <rocky@gnu.org>
Sat, 16 Apr 2011 16:13:09 +0000 (12:13 -0400)
dbgr/debugger/gdb/init.el

index a06af8ae4b4702e6bf1fd7995ee39575f96d5fc3..a3f7bf74f411a9d6bdc376dd73b5c75b94800973 100644 (file)
@@ -81,6 +81,8 @@ dbgr-loc-pat struct")
         (1 dbgr-backtrace-number-face))
        ))
 
+(setf (gethash "gdb" dbgr-pat-hash) dbgr-trepan-pat-hash)
+
 (defvar dbgr-gdb-command-hash (make-hash-table :test 'equal)
   "Hash key is command name like 'continue' and the value is 
   the gdb command to use, like 'continue'")