From: Nick Roberts Date: Wed, 23 Apr 2008 02:48:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~6115 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=91bd4e50abf21bbbab691ed15916bf829d7d0f44;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d64a22045ea..88ee00d577d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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.