* .gdbinit: Read global lisp variables as globals.f_V*.
authorJan Djärv <jan.h.d@swipnet.se>
Sun, 30 Jan 2011 18:36:12 +0000 (19:36 +0100)
committerJan Djärv <jan.h.d@swipnet.se>
Sun, 30 Jan 2011 18:36:12 +0000 (19:36 +0100)
src/.gdbinit
src/ChangeLog

index 3d8aa5c..3072dc9 100644 (file)
@@ -1315,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
@@ -1340,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
index 50a7a21..06600c9 100644 (file)
@@ -1,3 +1,7 @@
+2011-01-30  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * .gdbinit: Read global lisp variables as globals.f_V*.
+
 2011-01-30  Andreas Schwab  <schwab@linux-m68k.org>
 
        * font.c (PROP_MATCH): Remove parameter N and use strlen instead.