Mercurial > emacs
changeset 69653:040ed5478562
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Fri, 24 Mar 2006 12:37:36 +0000 |
parents | b2bd6986d8af |
children | 7d2621d0d5e4 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Mar 24 08:12:36 2006 +0000 +++ b/lisp/ChangeLog Fri Mar 24 12:37:36 2006 +0000 @@ -1,3 +1,17 @@ +2006-03-25 Nick Roberts <nickrob@snap.net.nz> + + * progmodes/gdb-ui.el (gdb-var-create-regexp) + (gdb-var-list-children-regexp, gdb-var-update-regexp) + (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1) + (gdb-data-list-register-values-regexp) + (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler): + Future proof against new fields being added to MI output. + (gdb-send): Don't treat backslashes for program input as + continuations. + (gdb-assembler-handler): Don't use window-start for this handler. + (gdb-frame-handler): Don't change to hollow arrow if overlay + arrow doesn't move to new frame. + 2006-03-24 Nick Roberts <nickrob@snap.net.nz> * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to