Mercurial > emacs
comparison lisp/ChangeLog @ 69653:040ed5478562
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Fri, 24 Mar 2006 12:37:36 +0000 |
parents | 5b7d2d04f5c1 |
children | e704de29521a |
comparison
equal
deleted
inserted
replaced
69652:b2bd6986d8af | 69653:040ed5478562 |
---|---|
1 2006-03-25 Nick Roberts <nickrob@snap.net.nz> | |
2 | |
3 * progmodes/gdb-ui.el (gdb-var-create-regexp) | |
4 (gdb-var-list-children-regexp, gdb-var-update-regexp) | |
5 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1) | |
6 (gdb-data-list-register-values-regexp) | |
7 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler): | |
8 Future proof against new fields being added to MI output. | |
9 (gdb-send): Don't treat backslashes for program input as | |
10 continuations. | |
11 (gdb-assembler-handler): Don't use window-start for this handler. | |
12 (gdb-frame-handler): Don't change to hollow arrow if overlay | |
13 arrow doesn't move to new frame. | |
14 | |
1 2006-03-24 Nick Roberts <nickrob@snap.net.nz> | 15 2006-03-24 Nick Roberts <nickrob@snap.net.nz> |
2 | 16 |
3 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to | 17 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to |
4 prevent compiler warnings. | 18 prevent compiler warnings. |
5 (gdb-stopped): Check for gud-last-last-frame (case: signal). | 19 (gdb-stopped): Check for gud-last-last-frame (case: signal). |