Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* Emacs mode for gdb
@ 2002-12-31  6:41 Nick Roberts
  2003-01-02  0:08 ` Ben Elliston
  0 siblings, 1 reply; 2+ messages in thread
From: Nick Roberts @ 2002-12-31  6:41 UTC (permalink / raw)
  To: gdb


I have written a mode for Emacs that allows it to act as a GUI for GDB
(gdb-ui.el) that has recently gone into the Emacs repository
(http://savannah.gnu.org/projects/emacs). It is based on an earlier file
called gdba.el that was once part of the GDB distribution. I understand that
this file was written mainly by Jim Kingdon but in it there is a comment about
the queuing used:


;; Note: Stuff enqueued here will be sent to the next prompt, even if it
;; is a query, or other non-top-level prompt.  To guarantee stuff will get
;; sent to the top-level prompt, currently it must be put in the idle queue.
;;				 ^^^^^^^^^
;; [This should encourage gdb extensions that invoke gdb commands to let
;;  the user go first; it is not a bug.     -t]
;;

Does anyone know what these 'gdb extensions' are or why two queues (high and
low priority) are needed ? Or who 't' is ?

Nick Roberts


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Emacs mode for gdb
  2002-12-31  6:41 Emacs mode for gdb Nick Roberts
@ 2003-01-02  0:08 ` Ben Elliston
  0 siblings, 0 replies; 2+ messages in thread
From: Ben Elliston @ 2003-01-02  0:08 UTC (permalink / raw)
  To: gdb

>>>>> "Nick" == Nick Roberts <nick@nick.uklinux.net> writes:

  Nick> ;; [This should encourage gdb extensions that invoke gdb
  Nick> commands to let the user go first; it is not a bug.  -t] ;;

  Nick> Does anyone know what these 'gdb extensions' are or why two
  Nick> queues (high and low priority) are needed ? Or who 't' is ?

  Nick> Nick Roberts

`-t' looks like the signature of Tom Lord.  You might try asking him.

Ben



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-01-02  0:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-31  6:41 Emacs mode for gdb Nick Roberts
2003-01-02  0:08 ` Ben Elliston

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox