emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

M-x gdb uses GDB-MI again


From: Nick Roberts
Subject: M-x gdb uses GDB-MI again
Date: Sun, 28 Mar 2010 17:40:59 +1300

At Cyd's request, I have reinstated the GDB-MI code in the trunk.  Now if you
do M-x gdb, you should get something like:

Run gdb (like this): gdb -i=mi

You can't edit this to use annotations or the fullname option.  If you want
Emacs 21 style behaviour you need to start GDB with M-x gud-gdb.

Unlike annotations, GDB/MI output has a formal syntax which should reduce the
likelihood of breakage between GDB versions and eases maintenance.  It also
supports new features of GDB such as stopping and stepping through individual
threads of a multi-threaded program.

-- 
Nick                                           http://users.snap.net.nz/~nickrob




reply via email to

[Prev in Thread] Current Thread [Next in Thread]