Mercurial > emacs
changeset 94272:d861bedec991
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Wed, 23 Apr 2008 02:48:40 +0000 |
parents | 2a2794632c84 |
children | 4fad9433957b |
files | lisp/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Apr 22 22:51:00 2008 +0000 +++ b/lisp/ChangeLog Wed Apr 23 02:48:40 2008 +0000 @@ -1,3 +1,12 @@ +2008-04-23 Nick Roberts <nickrob@snap.net.nz> + + * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename... + (gdb-previous-frame-pc-address): ...to this. + (gdb-get-selected-frame): Use MI command -stack-info-frame instead + of "info frame" with Gdb 6.4+. + (gdb-stack-list-frames-regexp): New regexp. + (gdb-frame-handler-1): Parse output of -stack-info-frame + 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change) * tar-mode.el (tar-prefix-offset): New constant.