aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/.gdbinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/.gdbinit b/src/.gdbinit
index be49cf8f55d..2dada424454 100644
--- a/src/.gdbinit
+++ b/src/.gdbinit
@@ -799,7 +799,7 @@ end
799tbreak init_sys_modes 799tbreak init_sys_modes
800commands 800commands
801 silent 801 silent
802 xgetptr Vwindow_system 802 xgetptr Vinitial_window_system
803 set $tem = (struct Lisp_Symbol *) $ptr 803 set $tem = (struct Lisp_Symbol *) $ptr
804 xgetptr $tem->xname 804 xgetptr $tem->xname
805 set $tem = (struct Lisp_String *) $ptr 805 set $tem = (struct Lisp_String *) $ptr