all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* emacs 23.1.50 (cvs version) gdb
@ 2009-08-24  1:27 Kiwon Um
  2009-08-24 17:31 ` Dmitry Dzhus
  0 siblings, 1 reply; 3+ messages in thread
From: Kiwon Um @ 2009-08-24  1:27 UTC (permalink / raw)
  To: help-gnu-emacs

Hello.

I'm using the latest version (23.1.50) of emacs from the cvs repo.

Currently, emacs is migrating the gdb to gdb/mi. But it seems to be
unstable yet. So I wonder how I can use the previous gdb without gdb/
mi. Is there any customizing option?

Thanks.


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

* Re: emacs 23.1.50 (cvs version) gdb
  2009-08-24  1:27 emacs 23.1.50 (cvs version) gdb Kiwon Um
@ 2009-08-24 17:31 ` Dmitry Dzhus
  2009-08-24 22:10   ` Nick Roberts
  0 siblings, 1 reply; 3+ messages in thread
From: Dmitry Dzhus @ 2009-08-24 17:31 UTC (permalink / raw)
  To: help-gnu-emacs

Kiwon Um wrote:

> I'm using the latest version (23.1.50) of emacs from the cvs repo.
>
> Currently, emacs is migrating the gdb to gdb/mi. But it seems to be
> unstable yet. So I wonder how I can use the previous gdb without gdb/
> mi. Is there any customizing option?

No, previous interface (`gdb-ui.el`) was completely abandoned, and Emacs
trunk simply doesn't contain it at all. Please report any bugs you
encounter with the new mode via `M-x report-emacs-bug`.

You can still use GDB from Emacs in a plain GUD fashion by doing
`M-x gud-gdb`.
-- 
Happy Hacking.

http://sphinx.net.ru^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: emacs 23.1.50 (cvs version) gdb
  2009-08-24 17:31 ` Dmitry Dzhus
@ 2009-08-24 22:10   ` Nick Roberts
  0 siblings, 0 replies; 3+ messages in thread
From: Nick Roberts @ 2009-08-24 22:10 UTC (permalink / raw)
  To: Dmitry Dzhus; +Cc: help-gnu-emacs

 > > I'm using the latest version (23.1.50) of emacs from the cvs repo.
 > >
 > > Currently, emacs is migrating the gdb to gdb/mi. But it seems to be
 > > unstable yet. So I wonder how I can use the previous gdb without gdb/
 > > mi. Is there any customizing option?

I'm not sure if this is an old thread that I've already replied to, or a new
one that I missed.  It would be helpful if you could report bugs as you see
them.  So perhaps you could try to use 'M-x gdb' on the trunk some of the
time.

 > No, previous interface (`gdb-ui.el`) was completely abandoned, and Emacs
 > trunk simply doesn't contain it at all. Please report any bugs you
 > encounter with the new mode via `M-x report-emacs-bug`.
 > 
 > You can still use GDB from Emacs in a plain GUD fashion by doing
 > `M-x gud-gdb`.

You can also use 'M-x gdb' with the recently released Emacs 23.1.  I've also
added a few changes to the release branch that adds toolbar functionality for
reverse debugging, so you might like to check that branch out:

cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs co -r EMACS_23_1_RC emacs


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




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

end of thread, other threads:[~2009-08-24 22:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-24  1:27 emacs 23.1.50 (cvs version) gdb Kiwon Um
2009-08-24 17:31 ` Dmitry Dzhus
2009-08-24 22:10   ` Nick Roberts

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.