Current directory is /usr/local/build/emacs/devo/src/ GNU gdb 6.8-debian Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i486-linux-gnu"... SIGINT is used by the debugger. Are you sure you want to change it? (y or n) [answered Y; input not from terminal] DISPLAY = :0.0 TERM = dumb Breakpoint 1 at 0x81183b6: file /usr/local/src/emacs/devo/src/emacs.c, line 427. Breakpoint 2 at 0x8133019: file /usr/local/src/emacs/devo/src/sysdep.c, line 1322. (gdb) unset environ Delete all environment variables? (y or n) y (gdb) set env HOME /tmp (gdb) set env DISPLAY :0.0 (gdb) set env XAUTHORITY /tmp/.gdmTL1FCU (gdb) set env PATH /usr/bin:/bin (gdb) run Starting program: /usr/local/build/emacs/devo/src/emacs [Thread debugging using libthread_db enabled] [New Thread 0xb7128720 (LWP 8480)] C-c C-z Program received signal SIGTSTP, Stopped (user). [Switching to Thread 0xb7128720 (LWP 8480)] 0xb7fca424 in __kernel_vsyscall () (gdb) break ftfont_list Breakpoint 3 at 0x81d8019: file /usr/local/src/emacs/devo/src/ftfont.c, line 623. (gdb) c Continuing. Breakpoint 3, ftfont_list (frame=147286812, spec=138058100) at /usr/local/src/emacs/devo/src/ftfont.c:623 (gdb) pp spec # (gdb) fin Run till exit from #0 ftfont_list (frame=147286812, spec=138058100) at /usr/local/src/emacs/devo/src/ftfont.c:623 0x081d9fda in xftfont_list (frame=147286812, spec=138058100) at /usr/local/src/emacs/devo/src/xftfont.c:158 Value returned is $2 = 147779013 (gdb) pr (# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #) (gdb) c Continuing.