aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2012-08-01 19:31:59 +0300
committerEli Zaretskii2012-08-01 19:31:59 +0300
commit75e3caf91e69fe9b682267f4b9263573805f1041 (patch)
treecaa58032c2b63fd3a93ac0a7fc020eb6dd8a226e /src
parent288479f65cc2f29428a41ff632ad040eff191d92 (diff)
downloademacs-75e3caf91e69fe9b682267f4b9263573805f1041.tar.gz
emacs-75e3caf91e69fe9b682267f4b9263573805f1041.zip
More fixes in .gdbinit.
Diffstat (limited to 'src')
-rw-r--r--src/.gdbinit4
1 files changed, 2 insertions, 2 deletions
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
1218# $ptr is NULL in temacs 1218# $ptr is NULL in temacs
1219if ($ptr != 0) 1219if ($ptr != 0)
1220 set $tem = (struct Lisp_Symbol *) $ptr 1220 set $tem = (struct Lisp_Symbol *) $ptr
1221 xgetptr $tem->xname 1221 xgetptr $tem->xname_
1222 set $tem = (struct Lisp_String *) $ptr 1222 set $tem = (struct Lisp_String *) $ptr
1223 set $tem = (char *) $tem->data 1223 set $tem = (char *) $tem->data
1224 1224
@@ -1241,7 +1241,7 @@ commands
1241 silent 1241 silent
1242 xgetptr globals.f_Vinitial_window_system 1242 xgetptr globals.f_Vinitial_window_system
1243 set $tem = (struct Lisp_Symbol *) $ptr 1243 set $tem = (struct Lisp_Symbol *) $ptr
1244 xgetptr $tem->xname 1244 xgetptr $tem->xname_
1245 set $tem = (struct Lisp_String *) $ptr 1245 set $tem = (struct Lisp_String *) $ptr
1246 set $tem = (char *) $tem->data 1246 set $tem = (char *) $tem->data
1247 # If we are running in synchronous mode, we want a chance to look 1247 # If we are running in synchronous mode, we want a chance to look