Fix 'xframe' in .gdbinit.

src/.gdbinit (xframe): Adapt to introduction of FVAR and the
 resulting renaming of 'struct frame' members.
This commit is contained in:
Eli Zaretskii 2012-07-31 20:34:51 +03:00
parent 5b20b3cc46
commit 1e0afd9a0f
2 changed files with 4 additions and 1 deletions

View file

@ -765,7 +765,7 @@ end
define xframe
xgetptr $
print (struct frame *) $ptr
xgetptr $->name
xgetptr $->name_
set $ptr = (struct Lisp_String *) $ptr
xprintstr $ptr
echo \n

View file

@ -1,5 +1,8 @@
2012-07-31 Eli Zaretskii <eliz@gnu.org>
* .gdbinit (xframe): Adapt to introduction of FVAR and the
resulting renaming of 'struct frame' members.
* w32menu.c (w32_menu_show): Revert bogus introduction of FVAR.
* fontset.c (dump_fontset): Fix compilation with ENABLE_CHECKING