Mercurial > emacs
comparison src/.gdbinit @ 83485:f4e40bc8606b
Fix GDB magic.
* src/.gdbinit (init_sys_modes): Use Vinitial_window_system instead of
Vwindow_system.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-525
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Wed, 08 Mar 2006 15:11:03 +0000 |
parents | 428d132b4028 |
children | c1e013e3dc0e |
comparison
equal
deleted
inserted
replaced
83484:a380ca43a190 | 83485:f4e40bc8606b |
---|---|
797 # the breakpoint. init_sys_modes is the first function called on | 797 # the breakpoint. init_sys_modes is the first function called on |
798 # every platform after init_display, where window-system is set. | 798 # every platform after init_display, where window-system is set. |
799 tbreak init_sys_modes | 799 tbreak init_sys_modes |
800 commands | 800 commands |
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 |
806 set $tem = (char *) $tem->data | 806 set $tem = (char *) $tem->data |
807 # If we are running in synchronous mode, we want a chance to look | 807 # If we are running in synchronous mode, we want a chance to look |