X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/7c420169baa7c50428589cca7f8eda71b462eb15..0766b489e1b34964bb43db221fe967d54ac5ec5e:/src/.gdbinit diff --git a/src/.gdbinit b/src/.gdbinit index ac466de0ee..2cf5663df9 100644 --- a/src/.gdbinit +++ b/src/.gdbinit @@ -1,6 +1,4 @@ -# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001, -# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 -# Free Software Foundation, Inc. +# Copyright (C) 1992-1998, 2000-2011 Free Software Foundation, Inc. # # This file is part of GNU Emacs. # @@ -394,7 +392,7 @@ define pwinx printf "Window %d ", $int xgetptr $w->buffer set $tem = (struct buffer *) $ptr - xgetptr $tem->name + xgetptr $tem->name_ printf "%s", ((struct Lisp_String *) $ptr)->data printf "\n" xgetptr $w->start @@ -940,7 +938,7 @@ end define xbuffer xgetptr $ print (struct buffer *) $ptr - xgetptr $->name + xgetptr $->name_ output ((struct Lisp_String *) $ptr)->data echo \n end @@ -1317,7 +1315,7 @@ show environment DISPLAY show environment TERM # People get bothered when they see messages about non-existent functions... -xgetptr Vsystem_type +xgetptr globals.f_Vsystem_type # $ptr is NULL in temacs if ($ptr != 0) set $tem = (struct Lisp_Symbol *) $ptr @@ -1342,7 +1340,7 @@ end tbreak init_sys_modes commands silent - xgetptr Vinitial_window_system + xgetptr globals.f_Vinitial_window_system set $tem = (struct Lisp_Symbol *) $ptr xgetptr $tem->xname set $tem = (struct Lisp_String *) $ptr @@ -1355,4 +1353,3 @@ commands end continue end -# arch-tag: 12f34321-7bfa-4240-b77a-3cd3a1696dfe