summaryrefslogtreecommitdiffstats
path: root/gdb/gdba.el
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-05-08 15:22:51 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-05-08 15:22:51 +0000
commit956106575c8590998f6b9e3a254084e137ec205e (patch)
treeba5d6d40a4f5ce117a269b6f4295b9d188c2e9ef /gdb/gdba.el
parent7009748cab0bdfbb32027fa9aa821ccbf81ad531 (diff)
downloadppe42-binutils-956106575c8590998f6b9e3a254084e137ec205e.tar.gz
ppe42-binutils-956106575c8590998f6b9e3a254084e137ec205e.zip
Remove debugging code.
Diffstat (limited to 'gdb/gdba.el')
-rw-r--r--gdb/gdba.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/gdba.el b/gdb/gdba.el
index 09abd87a6f..9c85671196 100644
--- a/gdb/gdba.el
+++ b/gdb/gdba.el
@@ -504,10 +504,6 @@ This sends the next command (if any) to gdb."
(set-gdb-instance-prompting instance t))))
(defun gdb-send-item (instance item)
- (dbug 'sending
- (function
- (lambda ()
- (insert (format "%s\n" item)))))
(set-gdb-instance-current-item instance item)
(if (stringp item)
(progn
@@ -702,8 +698,6 @@ buffer."
(annotation-rule (assoc annotation-type
gdb-annotation-rules)))
;; Call the handler for this annotation.
- (dbug 'annotation
- '(lambda () (insert annotation-type "\n")))
(if annotation-rule
(funcall (car (cdr annotation-rule))
instance
OpenPOWER on IntegriCloud