Re: Suggestion for gdb-ui.el

2005-06-01 Thread Nick Roberts
> > > It would also be nice if the changed registers would be highlighted > > > somehow (I noticed it's on the TODO list in gdb-ui.el). > > > > This shouldn't be too hard to do with the GDB/MI commands. I have other > > changes that also use GDB/MI but I am waiting till after the release b

Re: Suggestion for gdb-ui.el

2005-06-01 Thread Albert Veli
Hi Nick! > > * Suggestion: Update lisp/progmodes/gdb-ui.el so the *registers* buffer > > somehow remembers the line number and scrolls back to the same line > > after updating the registers. > > The code was meant to do this but didn't because of an issue with point > and window point. If you

Suggestion for gdb-ui.el

2005-05-31 Thread Nick Roberts
> My inline asm uses the SSE floating point registers xmm0-xmm7. > Space toggles between "info registers" and "info all-registers" > mode in the *registers* buffer (M-x gdb-display-registers-buffer). > When all registers are shown they dont fit in the *registers* > buffer so I scroll down a b

Suggestion for gdb-ui.el

2005-05-31 Thread Albert Veli
Dear emacs-devel, I recently upgraded from emacs 21.4 to the CVS version (after reading this gdb-ui article, http://www.linuxjournal.com/article/7876 ). Gdb-ui is really a facelift. Below is a couple of suggestions I thought of while trying it out with some inline asm. My inline asm uses the SSE