summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/.gdbinit4
-rw-r--r--src/ChangeLog4
2 files changed, 6 insertions, 2 deletions
diff --git a/src/.gdbinit b/src/.gdbinit
index 3d8aa5c1ec2..3072dc956b9 100644
--- a/src/.gdbinit
+++ b/src/.gdbinit
@@ -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
diff --git a/src/ChangeLog b/src/ChangeLog
index 50a7a217245..06600c92e37 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -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.