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:
parent
5b20b3cc46
commit
1e0afd9a0f
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue