comparison etc/NEWS @ 106678:3a8fd7717b30

This changeset reverts GDB Graphical Interface to use annotations. It incorporates features added (and never released) on the EMACS_23_1_RC branch. Namely reverse debugging and the display of STL collections as watch expressions. The long term aim is to move to GDB/MI, so these changes will be re-instated at some time in the future. At the moment, however, there are issues with gdb-mi.el that have not yet
author Nick Roberts <nickrob@snap.net.nz>
date Tue, 29 Dec 2009 20:15:34 +1300
parents 5aa7826e36c1
children d937917bda79
comparison
equal deleted inserted replaced
106677:f147ed43b1d5 106678:3a8fd7717b30
216 ** DocView 216 ** DocView
217 217
218 *** When `doc-view-continuous' is non-nil, scrolling a line 218 *** When `doc-view-continuous' is non-nil, scrolling a line
219 on the page edge advances to the next/previous page. 219 on the page edge advances to the next/previous page.
220 220
221 ** gdb-mi 221 ** GDB-UI
222 222
223 *** GDB User Interface migrated to GDB Machine Interface and now 223 *** Toolbar functionality for reverse debugging. Display of STL collections as
224 supports multithread non-stop debugging and debugging of several 224 watch expressions. These features require GDB 7.0 or later.
225 threads simultaneously.
226 225
227 ** Grep 226 ** Grep
228 227
229 A new command `zrgrep' searches recursively in gzipped files. 228 A new command `zrgrep' searches recursively in gzipped files.
230 229