From: Eli Zaretskii Date: Wed, 1 Aug 2012 16:31:59 +0000 (+0300) Subject: More fixes in .gdbinit. X-Git-Tag: emacs-24.2.90~913 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=75e3caf91e69fe9b682267f4b9263573805f1041;p=emacs.git More fixes in .gdbinit. --- diff --git a/src/.gdbinit b/src/.gdbinit index 1aba21580d6..ef534d45918 100644 --- a/src/.gdbinit +++ b/src/.gdbinit @@ -1218,7 +1218,7 @@ xgetptr globals.f_Vsystem_type # $ptr is NULL in temacs if ($ptr != 0) set $tem = (struct Lisp_Symbol *) $ptr - xgetptr $tem->xname + xgetptr $tem->xname_ set $tem = (struct Lisp_String *) $ptr set $tem = (char *) $tem->data @@ -1241,7 +1241,7 @@ commands silent xgetptr globals.f_Vinitial_window_system set $tem = (struct Lisp_Symbol *) $ptr - xgetptr $tem->xname + xgetptr $tem->xname_ set $tem = (struct Lisp_String *) $ptr set $tem = (char *) $tem->data # If we are running in synchronous mode, we want a chance to look