From: Miles Bader <miles@lsi.nec.co.jp>
Cc: emacs-devel@gnu.org
Subject: Re: Emacs mode for GDB
Date: 21 May 2002 15:26:23 +0900 [thread overview]
Message-ID: <buobsbavwxc.fsf@mcspd15.ucom.lsi.nec.co.jp> (raw)
In-Reply-To: <15593.31861.28483.21373@nick.uklinux.net>
I tried your mode, and it seems generally like a nice idea.
Some comments:
(1) I get the following error regularly:
error in process filter: gdb-output-burst: Symbol's function definition is void: gdb-display-end
error in process filter: Symbol's function definition is void: gdb-display-end
Indeed there seems to be no such function `gdb-display-end'.
(2) Completion doesn't work on the gdb command line like it does in
the standard gdb-mode.
(3) The file `gdb.el' is apparently constructed in large parts from the
existing `gud.el', with much of the functionality of gud removed (in
particular, support for non-gdb debuggers). Is that necessary?
If emacs were to use your gdb.el unchanged, it would result in a
huge amount of duplicated code between gdb.el and gud.el; it would
be nicer to either continue to use gud.el, with new features added,
or otherwise avoid code duplication.
(4) With all the windows displayed, it requires a lot of space. It
would be nice to have some way of specifying which windows get
used -- for instance, the breakpoint window can be displayed only
if there are breakpoints, and when tested it, I didn't need the
backtrace, or I/O windows either, so I'd like to be able to disable
them.
(5) You should keep the historical author information in the file header
comment.
-Miles
--
`Life is a boundless sea of bitterness'
next prev parent reply other threads:[~2002-05-21 6:26 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-05-20 22:45 Emacs mode for GDB Nick Roberts
2002-05-20 22:04 ` Eli Zaretskii
2002-05-20 22:15 ` Colin Walters
2002-05-21 6:26 ` Miles Bader [this message]
2002-05-21 12:32 ` Nick Roberts
2002-05-21 20:42 ` Richard Stallman
2002-05-21 13:24 ` Andreas Fuchs
2002-05-21 20:37 ` Nick Roberts
-- strict thread matches above, loose matches on Subject: below --
2002-06-13 17:54 Nick Roberts
2002-05-20 22:36 Nick Roberts
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=buobsbavwxc.fsf@mcspd15.ucom.lsi.nec.co.jp \
--to=miles@lsi.nec.co.jp \
--cc=emacs-devel@gnu.org \
--cc=miles@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.