1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

*** empty log message ***

This commit is contained in:
Nick Roberts 2008-04-23 02:48:40 +00:00
parent 034e32b05a
commit 91bd4e50ab

View file

@ -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.