2000-08-10 Kazu Hirata <kazu@hxi.com>
* gdba.el: Fix a typo.
This commit is contained in:
parent
b84a8afed0
commit
b3d0f6157b
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
2000-08-10 Kazu Hirata <kazu@hxi.com>
|
2000-08-10 Kazu Hirata <kazu@hxi.com>
|
||||||
|
|
||||||
* hppa_tdep.c: Fix a comment typo.
|
* hppa_tdep.c: Fix a comment typo.
|
||||||
|
* gdba.el: Likewise.
|
||||||
|
|
||||||
2000-08-10 Tom Tromey <tromey@cygnus.com>
|
2000-08-10 Tom Tromey <tromey@cygnus.com>
|
||||||
|
|
||||||
|
|
|
@ -920,7 +920,7 @@ buffer."
|
||||||
;; annotation rule binding of whatever gdb sends to tell us this command
|
;; annotation rule binding of whatever gdb sends to tell us this command
|
||||||
;; might have changed it's output.
|
;; might have changed it's output.
|
||||||
;;
|
;;
|
||||||
;; NAME is the fucntion name. DEMAND-PREDICATE tests if output is really needed.
|
;; NAME is the function name. DEMAND-PREDICATE tests if output is really needed.
|
||||||
;; GDB-COMMAND is a string of such. OUTPUT-HANDLER is the function bound to the
|
;; GDB-COMMAND is a string of such. OUTPUT-HANDLER is the function bound to the
|
||||||
;; input in the input queue (see comment about ``gdb communications'' above).
|
;; input in the input queue (see comment about ``gdb communications'' above).
|
||||||
(defmacro def-gdb-auto-update-trigger (name demand-predicate gdb-command output-handler)
|
(defmacro def-gdb-auto-update-trigger (name demand-predicate gdb-command output-handler)
|
||||||
|
|
Loading…
Reference in a new issue