# HG changeset patch # User Nick Roberts # Date 1208918920 0 # Node ID d861bedec991fc933dd45ec48536dbcabcebc113 # Parent 2a2794632c84bff7f1695767e22e5defcd50d0ac *** empty log message *** diff -r 2a2794632c84 -r d861bedec991 lisp/ChangeLog --- 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 + + * 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 (tiny change) * tar-mode.el (tar-prefix-offset): New constant.