all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nick Roberts <nickrob@snap.net.nz>
To: emacs-devel@gnu.org
Subject: GDB debugger mode for Emacs in ELPA
Date: Thu, 26 Jun 2008 13:03:01 +1200	[thread overview]
Message-ID: <18530.60101.363932.352886@kahikatea.snap.net.nz> (raw)


I have updated the GDB debugger mode in the Emacs Lisp Package Archive at
http://tromey.com/elpa (couretesy of Tom Tromey).  This is much improved and
now provides a good basis for future inclusion in Emacs.

It comprises of modified gud.el and a file called gdb-mi.el which replaces
gdb-ui.el.  When installed, this overrides the current files and invoking M-x
gdb will use GDB/MI directly (starts with "gdb -i=mi").  When deleted ('d'
followed by 'x' in Package Menu mode), the files are deleted and old
functionality restored.

It would be helpful if others could test/develop it.

Here's some background for those who are interested

The file gdb-ui.el uses an interface for GDB called annotations.  This involves
marking up GDB's output, which is really intended to be read by humans.  This
output changes with time and has variable formatting, so a more stable and
precise machine interface called GDB/MI is being developed.  In future some
features of GDB will only be available through GDB/MI so it is essential that
Emacs migrates to it.

-- 
Nick                                           http://www.inet.net.nz/~nickrob




             reply	other threads:[~2008-06-26  1:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-26  1:03 Nick Roberts [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-06-26  3:45 GDB debugger mode for Emacs in ELPA filerz-emacs
2008-06-26  4:11 ` Nick Roberts
2008-06-26  5:52 filerz-emacs
2008-06-27  5:30 ` Nick Roberts
2008-06-27  9:15   ` Eli Zaretskii
2008-06-27  5:44 filerz-emacs
2008-06-27  6:09 ` 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=18530.60101.363932.352886@kahikatea.snap.net.nz \
    --to=nickrob@snap.net.nz \
    --cc=emacs-devel@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.