bug-ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ddd locks up client side when running gl/X application on remote machine


From: Glenn Meyer
Subject: ddd locks up client side when running gl/X application on remote machine.
Date: Thu, 06 Mar 2008 18:48:22 -0800
User-agent: Thunderbird 1.5.0.12 (X11/20080131)

I am running an application within ddd that uses both X and OpenGL calls. The application is run within DDD, which is running on another machine from the one on which the debugger windows appear. Call the machine on which the application and DDD run A, and the machine on which DDD and the application open windows B. When DDD and the application are run on A without breaks or stepping, the application will not lock up the X windows interface on B. However, when I single-step through the code of the application, all the windows on B lock up, and will not respond to typing or mouse clicks. This occurs when the application is calling XIfEvent. To unlock these windows appears to require killing ddd. The ddd log file is attached.

Thanks!

Sincerely,

Glenn Meyer


GNU DDD 3.3.9 (i386-redhat-linux-gnu)
Copyright (C) 1995-1999 Technische Universität Braunschweig, Germany.
Copyright (C) 1999-2001 Universität Passau, Germany.
Copyright (C) 2001 Universität des Saarlandes, Germany.
Copyright (C) 2001-2004 Free Software Foundation, Inc.

Compiled with GCC 3.4.0 20040621 (Red Hat Linux 3.4.0-7), GNU libc 2.3
Requires X11R6, Xt11R6, Motif 2.2.3 (Motif Version 2.2.3)
Includes XPM 3.4.11, Athena Panner (7000002L), DDD core
Built 2004-06-30 by Compile Server <bhcompile@tweety.build.redhat.com>.
$  ddd --args ./rtm -c -e
+  /bin/sh -c 'exec gdb -q -fullname '\''--args'\'' '\''./rtm'\'' '\''-c -e'\'''
#  Hello, world!
#  Starting GDB...
#  Running GDB (pid 11714, tty /dev/pts/3)...
#  Current language: C/C++
#  Searching "vsllib/ddd.vsl"...
#  Trying "/cairo/u/glennm/.ddd/vsllib/ddd.vsl"
#  Trying "/usr/share/ddd-3.3.9/vsllib/ddd.vsl"
#  Searching "vsllib/ddd.vsl"..."/usr/share/ddd-3.3.9/vsllib/ddd.vsl".
2008.03.06 18:16:35
<- "Using host libthread_db library \"/lib/tls/libthread_db.so.1\".\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set prompt (gdb) \n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set height 0\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set width 0\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set annotate 1\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> " set verbose off\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "info line\n"
2008.03.06 18:16:35
<- "No line number information available.\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "list\n"
2008.03.06 18:16:35
<- "218\tint\n"
   "219\tmain(int argc, char **argv)\n"
   "220\t{\n"
   "221\t  /* register\tint i; */\n"
   "222\t  /* short\t\tmenuVal; */\n"
2008.03.06 18:16:35
<- "223\t  /* char\t    main_menuStr[100]; */\n"
   "224\t  char\t\tfilename[255];\n"
   "225\t\n"
   "226\t\t/* we need shared memory first... */\n"
   "227\t    InitShm( PROJECT_TNASA );\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "info line\n"
2008.03.06 18:16:35
<- "Line 227 of \"rtm.c\" starts at address 0x80522ef <main+45> and ends at 
0x80522fc <main+58>.\n"
   "\032\032/home/u2/src/demo2/rtm/rtm.c:227:5956:beg:0x80522ef\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "output 4711\n"
2008.03.06 18:16:35
<- "4711"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "show language\n"
2008.03.06 18:16:35
<- "The current source language is \"auto; currently c\".\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "show version\n"
2008.03.06 18:16:35
<- "GNU gdb Red Hat Linux (6.3.0.0-1.153.el4_6.2rh)\n"
   "Copyright 2004 Free Software Foundation, Inc.\n"
   "GDB is free software, covered by the GNU General Public License, and you 
are\n"
   "welcome to change it and/or distribute copies of it under certain 
conditions.\n"
   "Type \"show copying\" to see the conditions.\n"
   "There is absolutely no warranty for GDB.  Type \"show warranty\" for 
details.\n"
   "This GDB was configured as \"i386-redhat-linux-gnu\".\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "pwd\n"
2008.03.06 18:16:35
<- "Working directory /home/u2/src/demo2/rtm.\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "info breakpoints\n"
2008.03.06 18:16:35
<- "No breakpoints or watchpoints.\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "show history filename\n"
2008.03.06 18:16:35
<- "The filename in which to record the command history is 
\"/home/u2/src/demo2/rtm/.gdb_history\".\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "show history size\n"
2008.03.06 18:16:35
<- "The size of the command history is 256.\n"
2008.03.06 18:16:35
<- "(gdb) "
#  Reading file "/home/u2/src/demo2/rtm/rtm.c"...
#  Reading file "/home/u2/src/demo2/rtm/rtm.c"...done.
#  File "/home/u2/src/demo2/rtm/rtm.c" 2141 lines, 77306 characters
#  Setting buttons...
#  Setting buttons...done.
2008.03.06 18:16:35
-> "info source\n"
2008.03.06 18:16:35
<- "Current source file is rtm.c\n"
   "Compilation directory is /u2/src/demo2/rtm\n"
   "Located in /home/u2/src/demo2/rtm/rtm.c\n"
   "Contains 2141 lines.\n"
   "Source language is c++.\n"
   "Compiled with DWARF 2 debugging format.\n"
   "Does not include preprocessor macro info.\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "info files\n"
2008.03.06 18:16:35
<- "Symbols from \"/home/u2/src/demo2/rtm/rtm\".\n"
   "Local exec file:\n"
   "\t`/home/u2/src/demo2/rtm/rtm\', file type elf32-i386.\n"
   "\tEntry point: 0x8050868\n"
2008.03.06 18:16:35
<- "\t0x08048134 - 0x08048147 is .interp\n"
   "\t0x08048148 - 0x08048168 is .note.ABI-tag\n"
   "\t0x08048168 - 0x080492c8 is .hash\n"
   "\t0x080492c8 - 0x0804b798 is .dynsym\n"
   "\t0x0804b798 - 0x0804dfeb is .dynstr\n"
   "\t0x0804dfec - 0x0804e486 is .gnu.version\n"
   "\t0x0804e488 - 0x0804e548 is .gnu.version_r\n"
   "\t0x0804e548 - 0x0804ef80 is .rel.dyn\n"
   "\t0x0804ef80 - 0x0804f7c0 is .rel.plt\n"
   "\t0x0804f7c0 - 0x0804f7d7 is .init\n"
   "\t0x0804f7d8 - 0x08050868 is .plt\n"
   "\t0x08050868 - 0x080bf378 is .text\n"
2008.03.06 18:16:35
<- "\t0x080bf378 - 0x080bf392 is .fini\n"
   "\t0x080bf3a0 - 0x080c93f3 is .rodata\n"
   "\t0x080c93f4 - 0x080ca6b0 is .eh_frame_hdr\n"
   "\t0x080ca6b0 - 0x080d169c is .eh_frame\n"
   "\t0x080d169c - 0x080d1a00 is .gcc_except_table\n"
   "\t0x080d2000 - 0x080d203c is .ctors\n"
   "\t0x080d203c - 0x080d2044 is .dtors\n"
   "\t0x080d2044 - 0x080d2048 is .jcr\n"
   "\t0x080d2048 - 0x080d2158 is .dynamic\n"
   "\t0x080d2158 - 0x080d263c is .got\n"
   "\t0x080d263c - 0x080d2a68 is .got.plt\n"
   "\t0x080d2a80 - 0x080d54a8 is .data\n"
   "\t0x080d54c0 - 0x08c2add0 is .bss\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "info program\n"
2008.03.06 18:16:35
<- "The program being debugged is not being run.\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set confirm off\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "source /tmp/dddes9S8N\n"
2008.03.06 18:16:35
<- "The target architecture is set automatically (currently i386)\n"
   "The target endianness is set automatically (currently little endian)\n"
2008.03.06 18:16:35
<- "/tmp/dddes9S8N:62: Error in sourced command file:\n"
   "Undefined item: \"`ISO-8859-1\'\".\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "info breakpoints\n"
2008.03.06 18:16:35
<- "No breakpoints or watchpoints.\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "# reset\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "info breakpoints\n"
2008.03.06 18:16:35
<- "No breakpoints or watchpoints.\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "display\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "info display\n"
2008.03.06 18:16:35
<- "There are no auto-display expressions now.\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set environment TERM dumb\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "info files\n"
2008.03.06 18:16:35
<- "Symbols from \"/home/u2/src/demo2/rtm/rtm\".\n"
   "Local exec file:\n"
   "\t`/home/u2/src/demo2/rtm/rtm\', file type elf32-i386.\n"
   "\tEntry point: 0x8050868\n"
   "\t0x08048134 - 0x08048147 is .interp\n"
   "\t0x08048148 - 0x08048168 is .note.ABI-tag\n"
   "\t0x08048168 - 0x080492c8 is .hash\n"
   "\t0x080492c8 - 0x0804b798 is .dynsym\n"
   "\t0x0804b798 - 0x0804dfeb is .dynstr\n"
   "\t0x0804dfec - 0x0804e486 is .gnu.version\n"
   "\t0x0804e488 - 0x0804e548 is .gnu.version_r\n"
   "\t0x0804e548 - 0x0804ef80 is .rel.dyn\n"
   "\t0x0804ef80 - 0x0804f7c0 is .rel.plt\n"
   "\t0x0804f7c0 - 0x0804f7d7 is .init\n"
   "\t0x0804f7d8 - 0x08050868 is .plt\n"
   "\t0x08050868 - 0x080bf378 is .text\n"
   "\t0x080bf378 - 0x080bf392 is .fini\n"
   "\t0x080bf3a0 - 0x080c93f3 is .rodata\n"
   "\t0x080c93f4 - 0x080ca6b0 is .eh_frame_hdr\n"
   "\t0x080ca6b0 - 0x080d169c is .eh_frame\n"
   "\t0x080d169c - 0x080d1a00 is .gcc_except_table\n"
   "\t0x080d2000 - 0x080d203c is .ctors\n"
   "\t0x080d203c - 0x080d2044 is .dtors\n"
   "\t0x080d2044 - 0x080d2048 is .jcr\n"
   "\t0x080d2048 - 0x080d2158 is .dynamic\n"
   "\t0x080d2158 - 0x080d263c is .got\n"
2008.03.06 18:16:35
<- "\t0x080d263c - 0x080d2a68 is .got.plt\n"
   "\t0x080d2a80 - 0x080d54a8 is .data\n"
   "\t0x080d54c0 - 0x08c2add0 is .bss\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "info program\n"
2008.03.06 18:16:35
<- "The program being debugged is not being run.\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set auto-solib-add on\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set backtrace past-main off\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set backtrace past-zero-pc off\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set coerce-float-to-double on\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set confirm off\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set editing on\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set exec-done-display off\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set history expansion off\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set history save off\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set logging overwrite off\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set logging redirect off\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set opaque-type-resolution on\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set overload-resolution on\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set pagination on\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set print address on\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set print array off\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set print asm-demangle on\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set print demangle on\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set print null-stop off\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set print object off\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set print pascal_static-members on\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set print pretty off\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set print sevenbit-strings off\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set print static-members on\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set print symbol-filename off\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set print union on\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set print vtbl off\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set remotebreak off\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set remotecache off\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set step-mode off\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set symbol-reloading off\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set trust-readonly-sections off\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set unwindonsignal off\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set verbose off\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set write off\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set can-use-hw-watchpoints 1\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set debug arch 0\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set debug event 0\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set debug expression 0\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set debug frame 0\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set debug lin-lwp 0\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set debug observer 0\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set debug overload 0\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set debug remote 0\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set debug serial 0\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set debug solib 0\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set debug target 0\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set debugvarobj 0\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set stop-on-solib-events 0\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set architecture auto\n"
2008.03.06 18:16:35
<- "The target architecture is set automatically (currently i386)\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set endian auto\n"
2008.03.06 18:16:35
<- "The target endianness is set automatically (currently little endian)\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set demangle-style auto\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set language auto\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set disassembly-flavor att\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set follow-fork-mode parent\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set check range auto\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set check type auto\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set annotate 1\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set backtrace limit 0\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set breakpoint pending auto\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set case-sensitive auto\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set charset `ISO-8859-1\'\n"
2008.03.06 18:16:35
<- "Undefined item: \"`ISO-8859-1\'\".\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set complaints 0\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set cp-abi auto\" (currently \"gnu-v3\"\n"
2008.03.06 18:16:35
<- "Could not find \"auto\" (currently \"gnu-v3\"\" in ABI list\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set debug infrun \"infrun\"\n"
2008.03.06 18:16:35
<- "evaluation of this expression requires the target program to be active\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set debug-file-directory /usr/lib/debug\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set download-write-size 0d512\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set gnutarget auto\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set height 0\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set history filename /cairo/u2/src/demo2/libcommon/.gdb_history\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set history size 0d256\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set host-charset ISO-8859-1\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set input-radix 0d10\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set listsize 0d10\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set logging file gdb.txt\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set max-user-call-depth 0d1024\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set os \n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set output-radix 0d10\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set print elements 0d200\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set print max-symbolic-offset 0\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set print repeats 0d10\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set prompt (gdb) \n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set remote hardware-breakpoint-limit 0d4294967295\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set remote hardware-watchpoint-limit 0d4294967295\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set remote memory-read-packet-size 0\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set remote memory-write-packet-size 0\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set remote system-call-allowed not allowed\n"
2008.03.06 18:16:35
<- "Illegal argument for \"set remote system-call-allowed\" command\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set remoteaddresssize 0d32\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set remotebaud 0d4294967295\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set remotelogbase ascii\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set remotetimeout 0d2\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set solib-search-path \n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set struct-convention default\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set target-charset ISO-8859-1\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set tui active-border-mode bold-standout\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set tui border-kind acs\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set tui border-mode normal\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set watchdog 0\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "set width 0\n"
2008.03.06 18:16:35
<- "(gdb) "
#  Starting GDB...done.
#  Welcome to DDD 3.3.9 "Perky" (i386-redhat-linux-gnu)
2008.03.06 18:16:35
-> "help detach\n"
2008.03.06 18:16:35
<- "Detach a process or file previously attached.\n"
   "If a process, it is no longer traced, and it continues its execution.  If\n"
   "you were debugging a file, the file is closed and gdb no longer accesses 
it.\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "help run\n"
2008.03.06 18:16:35
<- "Start debugged program.  You may specify arguments to give it.\n"
   "Args may include \"*\", or \"[...]\"; they are expanded using \"sh\".\n"
   "Input and output redirection with \">\", \"<\", or \">>\" are also 
allowed.\n"
   "\n"
   "With no arguments, uses arguments last specified (with \"run\" or \"set 
args\").\n"
   "To cancel previous arguments and run with no arguments,\n"
   "use \"set args\" without arguments.\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "help step\n"
2008.03.06 18:16:35
<- "Step program until it reaches a different source line.\n"
   "Argument N means do this N times (or till program stops for another 
reason).\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "help stepi\n"
2008.03.06 18:16:35
<- "Step one instruction exactly.\n"
   "Argument N means do this N times (or till program stops for another 
reason).\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "help next\n"
2008.03.06 18:16:35
<- "Step program, proceeding through subroutine calls.\n"
   "Like the \"step\" command as long as subroutine calls do not happen;\n"
   "when they do, the call is treated as one instruction.\n"
   "Argument N means do this N times (or till program stops for another 
reason).\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "help nexti\n"
2008.03.06 18:16:35
<- "Step one instruction, but proceed through subroutine calls.\n"
   "Argument N means do this N times (or till program stops for another 
reason).\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "help until\n"
2008.03.06 18:16:35
<- "Execute until the program reaches a source line greater than the current\n"
   "or a specified location (same args as break command) within the current 
frame.\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "help finish\n"
2008.03.06 18:16:35
<- "Execute until selected stack frame returns.\n"
   "Upon return, the value returned is printed and put in the value history.\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "help cont\n"
2008.03.06 18:16:35
<- "Continue program being debugged, after signal or breakpoint.\n"
   "If proceeding from breakpoint, a number N may be used as an argument,\n"
   "which means to set the ignore count of that breakpoint to N - 1 (so that\n"
   "the breakpoint won\'t break until the Nth time it is reached).\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "help signal\n"
2008.03.06 18:16:35
<- "Continue program giving it signal specified by the argument.\n"
   "An argument of \"0\" means continue program without giving it a signal.\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "help kill\n"
2008.03.06 18:16:35
<- "Kill execution of program being debugged.\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "help up\n"
2008.03.06 18:16:35
<- "Select and print stack frame that called this one.\n"
   "An argument says how many frames up to go.\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:16:35
-> "help down\n"
2008.03.06 18:16:35
<- "Select and print stack frame called by this one.\n"
   "An argument says how many frames down to go.\n"
2008.03.06 18:16:35
<- "(gdb) "
2008.03.06 18:17:15
-> "break main\n"
2008.03.06 18:17:15
<- "Breakpoint 1 at 0x80522ef: file rtm.c, line 227.\n"
2008.03.06 18:17:15
<- "(gdb) "
2008.03.06 18:17:15
-> "info breakpoints\n"
2008.03.06 18:17:15
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:17:15
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
2008.03.06 18:17:15
<- "(gdb) "
2008.03.06 18:17:19
-> "output PROJECT_CONTROL\n"
2008.03.06 18:17:19
<- "No symbol \"PROJECT_CONTROL\" in current context.\n"
2008.03.06 18:17:19
<- "(gdb) "
2008.03.06 18:17:20
-> "output PROJECT_6DOF\n"
2008.03.06 18:17:20
<- "No symbol \"PROJECT_6DOF\" in current context.\n"
2008.03.06 18:17:20
<- "(gdb) "
2008.03.06 18:17:23
-> "next\n"
2008.03.06 18:17:23
<- "The program is not being run.\n"
2008.03.06 18:17:23
<- "(gdb) "
2008.03.06 18:17:23
-> "info breakpoints\n"
2008.03.06 18:17:23
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:17:23
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
2008.03.06 18:17:23
<- "(gdb) "
2008.03.06 18:17:24
-> "next\n"
2008.03.06 18:17:24
<- "The program is not being run.\n"
2008.03.06 18:17:24
<- "(gdb) "
2008.03.06 18:17:24
-> "info breakpoints\n"
2008.03.06 18:17:24
<- "Num Type           Disp Enb Address    What\n"
   "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
2008.03.06 18:17:24
<- "(gdb) "
#  Starting execution window...
+  /bin/sh -c 'tmp=${TMPDIR-/tmp}/ddd$$; export tmp; trap "rm -f $tmp" 0; trap 
'\''exit 1'\'' 1 2 15; xterm -bg '\''grey96'\'' -fg '\''black'\'' -cr 
'\''DarkGreen'\'' -fn 
'\''-*-lucidatypewriter-medium-r-*-*-*-120-*-*-*-*-iso8859-*'\'' -title 
'\''DDD: Execution Window'\'' -e /bin/sh -c '\''echo `tty` $$ $TERM $WINDOWID 
>$tmp; trap "" 2; while true; do sleep 3600; done'\'' >/dev/null </dev/null 
2>&1 & while test ! -s $tmp; do sleep 1; done; cat $tmp'
#  Starting execution window...done.
#  Initializing execution window...
#  Initializing execution window...done.
2008.03.06 18:17:32
-> "set environment TERM xterm\n"
2008.03.06 18:17:32
<- "(gdb) "
2008.03.06 18:17:32
-> "run < /dev/pts/5 >&! /dev/pts/5 -c -e\n"
2008.03.06 18:17:32
<- "[Thread debugging using libthread_db enabled]\n"
2008.03.06 18:17:32
<- "[New Thread -1208801568 (LWP 11724)]\n"
2008.03.06 18:17:32
<- "[Switching to Thread -1208801568 (LWP 11724)]\n"
2008.03.06 18:17:32
<- "\n"
2008.03.06 18:17:32
<- "Breakpoint 1, main (argc=3, argv=0xbff2f274) at rtm.c:227\n"
2008.03.06 18:17:32
<- "\032\032/home/u2/src/demo2/rtm/rtm.c:227:5956:beg:0x80522ef\n"
2008.03.06 18:17:32
<- "Current language:  auto; currently c++\n"
2008.03.06 18:17:32
<- "(gdb) "
2008.03.06 18:17:32
-> "info breakpoints\n"
2008.03.06 18:17:32
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:17:32
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
   "\tbreakpoint already hit 1 time\n"
2008.03.06 18:17:32
<- "(gdb) "
2008.03.06 18:17:35
-> "output either\n"
2008.03.06 18:17:35
<- "No symbol \"either\" in current context.\n"
2008.03.06 18:17:35
<- "(gdb) "
2008.03.06 18:17:38
-> "output another\n"
2008.03.06 18:17:38
<- "No symbol \"another\" in current context."
2008.03.06 18:17:38
<- "\n"
2008.03.06 18:17:38
<- "(gdb) "
2008.03.06 18:17:41
-> "next\n"
2008.03.06 18:17:41
<- "\032\032/home/u2/src/demo2/rtm/rtm.c:228:5986:beg:0x80522fc\n"
2008.03.06 18:17:41
<- "(gdb) "
2008.03.06 18:17:41
-> "info breakpoints\n"
2008.03.06 18:17:41
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:17:41
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
2008.03.06 18:17:41
<- "\tbreakpoint already hit 1 time\n"
2008.03.06 18:17:41
<- "(gdb) "
2008.03.06 18:17:42
-> "next\n"
2008.03.06 18:17:42
<- "\032\032/home/u2/src/demo2/rtm/rtm.c:229:6014:beg:0x8052309\n"
2008.03.06 18:17:42
<- "(gdb) "
2008.03.06 18:17:42
-> "info breakpoints\n"
2008.03.06 18:17:42
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:17:42
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
2008.03.06 18:17:42
<- "\tbreakpoint already hit 1 time\n"
2008.03.06 18:17:42
<- "(gdb) "
2008.03.06 18:17:43
-> "next\n"
2008.03.06 18:17:43
<- "\032\032/home/u2/src/demo2/rtm/rtm.c:230:6043:beg:0x8052316\n"
2008.03.06 18:17:43
<- "(gdb) "
2008.03.06 18:17:43
-> "info breakpoints\n"
2008.03.06 18:17:43
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:17:43
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
2008.03.06 18:17:43
<- "\tbreakpoint already hit 1 time\n"
2008.03.06 18:17:43
<- "(gdb) "
2008.03.06 18:17:43
-> "next\n"
2008.03.06 18:17:43
<- "\032\032/home/u2/src/demo2/rtm/rtm.c:232:6076:beg:0x8052323\n"
2008.03.06 18:17:43
<- "(gdb) "
2008.03.06 18:17:43
-> "info breakpoints\n"
2008.03.06 18:17:43
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:17:43
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
2008.03.06 18:17:43
<- "\tbreakpoint already hit 1 time\n"
2008.03.06 18:17:43
<- "(gdb) "
2008.03.06 18:17:44
-> "next\n"
2008.03.06 18:17:44
<- "\032\032/home/u2/src/demo2/rtm/rtm.c:233:6128:beg:0x8052338\n"
2008.03.06 18:17:44
<- "(gdb) "
2008.03.06 18:17:44
-> "info breakpoints\n"
2008.03.06 18:17:44
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:17:44
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
2008.03.06 18:17:44
<- "\tbreakpoint already hit 1 time\n"
2008.03.06 18:17:44
<- "(gdb) "
2008.03.06 18:17:44
-> "next\n"
2008.03.06 18:17:44
<- "\032\032/home/u2/src/demo2/rtm/rtm.c:234:6184:beg:0x805234d\n"
2008.03.06 18:17:44
<- "(gdb) "
2008.03.06 18:17:44
-> "info breakpoints\n"
2008.03.06 18:17:44
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:17:44
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
2008.03.06 18:17:44
<- "\tbreakpoint already hit 1 time\n"
2008.03.06 18:17:44
<- "(gdb) "
2008.03.06 18:17:45
-> "next\n"
2008.03.06 18:17:45
<- "\032\032/home/u2/src/demo2/rtm/rtm.c:235:6242:beg:0x8052362\n"
2008.03.06 18:17:45
<- "(gdb) "
2008.03.06 18:17:45
-> "info breakpoints\n"
2008.03.06 18:17:45
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:17:45
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
2008.03.06 18:17:45
<- "\tbreakpoint already hit 1 time\n"
2008.03.06 18:17:45
<- "(gdb) "
2008.03.06 18:17:45
-> "next\n"
2008.03.06 18:17:45
<- "\032\032/home/u2/src/demo2/rtm/rtm.c:239:6340:beg:0x8052377\n"
2008.03.06 18:17:45
<- "(gdb) "
2008.03.06 18:17:45
-> "info breakpoints\n"
2008.03.06 18:17:45
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:17:45
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
2008.03.06 18:17:45
<- "\tbreakpoint already hit 1 time\n"
2008.03.06 18:17:45
<- "(gdb) "
2008.03.06 18:17:46
-> "next\n"
2008.03.06 18:17:46
<- "\032\032/home/u2/src/demo2/rtm/rtm.c:241:6373:beg:0x8052388\n"
2008.03.06 18:17:46
<- "(gdb) "
2008.03.06 18:17:46
-> "info breakpoints\n"
2008.03.06 18:17:46
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:17:46
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
   "\tbreakpoint already hit 1 time\n"
2008.03.06 18:17:46
<- "(gdb) "
2008.03.06 18:17:46
-> "next\n"
2008.03.06 18:17:46
<- "\032\032/home/u2/src/demo2/rtm/rtm.c:249:6574:beg:0x80523bf\n"
2008.03.06 18:17:46
<- "(gdb) "
2008.03.06 18:17:46
-> "info breakpoints\n"
2008.03.06 18:17:46
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:17:46
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
   "\tbreakpoint already hit 1 time\n"
2008.03.06 18:17:46
<- "(gdb) "
2008.03.06 18:17:47
-> "next\n"
2008.03.06 18:17:47
<- "\032\032/home/u2/src/demo2/rtm/rtm.c:252:6644:beg:0x80523e3\n"
2008.03.06 18:17:47
<- "(gdb) "
2008.03.06 18:17:47
-> "info breakpoints\n"
2008.03.06 18:17:47
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:17:47
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
   "\tbreakpoint already hit 1 time\n"
2008.03.06 18:17:47
<- "(gdb) "
2008.03.06 18:17:49
-> "next\n"
2008.03.06 18:17:49
<- "\032\032/home/u2/src/demo2/rtm/rtm.c:254:6696:beg:0x80523fc\n"
2008.03.06 18:17:49
<- "(gdb) "
2008.03.06 18:17:49
-> "info breakpoints\n"
2008.03.06 18:17:49
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:17:49
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
2008.03.06 18:17:49
<- "\tbreakpoint already hit 1 time\n"
2008.03.06 18:17:49
<- "(gdb) "
2008.03.06 18:17:51
-> "step\n"
2008.03.06 18:17:51
<- "Initialize () at rtm.c:334\n"
2008.03.06 18:17:51
<- "\032\032/home/u2/src/demo2/rtm/rtm.c:334:7831:beg:0x80524bf\n"
2008.03.06 18:17:51
<- "(gdb) "
2008.03.06 18:17:51
-> "info breakpoints\n"
2008.03.06 18:17:51
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:17:51
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
2008.03.06 18:17:51
<- "\tbreakpoint already hit 1 time\n"
2008.03.06 18:17:51
<- "(gdb) "
2008.03.06 18:17:54
-> "next\n"
2008.03.06 18:17:54
<- "\032\032/home/u2/src/demo2/rtm/rtm.c:336:7851:beg:0x80524c6\n"
2008.03.06 18:17:54
<- "(gdb) "
2008.03.06 18:17:54
-> "info breakpoints\n"
2008.03.06 18:17:54
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:17:54
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
2008.03.06 18:17:54
<- "\tbreakpoint already hit 1 time\n"
2008.03.06 18:17:54
<- "(gdb) "
2008.03.06 18:17:56
-> "next\n"
2008.03.06 18:17:56
<- "\032\032/home/u2/src/demo2/rtm/rtm.c:338:7869:beg:0x80524d1\n"
2008.03.06 18:17:56
<- "(gdb) "
2008.03.06 18:17:56
-> "info breakpoints\n"
2008.03.06 18:17:56
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:17:56
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
2008.03.06 18:17:56
<- "\tbreakpoint already hit 1 time\n"
2008.03.06 18:17:56
<- "(gdb) "
2008.03.06 18:17:59
-> "step\n"
2008.03.06 18:17:59
<- "InitializeGraphics () at rtm.c:379\n"
2008.03.06 18:17:59
<- "\032\032/home/u2/src/demo2/rtm/rtm.c:379:8537:beg:0x8052525\n"
2008.03.06 18:17:59
<- "(gdb) "
2008.03.06 18:17:59
-> "info breakpoints\n"
2008.03.06 18:17:59
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:17:59
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
2008.03.06 18:17:59
<- "\tbreakpoint already hit 1 time\n"
2008.03.06 18:17:59
<- "(gdb) "
2008.03.06 18:18:04
-> "step\n"
2008.03.06 18:18:04
<- "AuxMakeMainWindow (progName=0x80bfd6f \"RTM\") at auxX.c:134\n"
2008.03.06 18:18:04
<- "\032\032/home/u2/src/demo2/rtm/auxX.c:134:4661:beg:0x805093b\n"
2008.03.06 18:18:04
<- "(gdb) "
2008.03.06 18:18:04
-> "info breakpoints\n"
2008.03.06 18:18:04
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:18:04
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
2008.03.06 18:18:04
<- "\tbreakpoint already hit 1 time\n"
2008.03.06 18:18:04
<- "(gdb) "
#  Reading file "/home/u2/src/demo2/rtm/auxX.c"...
#  Reading file "/home/u2/src/demo2/rtm/auxX.c"...done.
#  File "/home/u2/src/demo2/rtm/auxX.c" 929 lines, 37855 characters
2008.03.06 18:18:04
-> "info source\n"
2008.03.06 18:18:04
<- "Current source file is auxX.c\n"
2008.03.06 18:18:04
<- "Compilation directory is /u2/src/demo2/rtm\n"
2008.03.06 18:18:04
<- "Located in /home/u2/src/demo2/rtm/auxX.c\n"
2008.03.06 18:18:04
<- "Contains 929 lines.\n"
2008.03.06 18:18:04
<- "Source language is c++.\n"
2008.03.06 18:18:04
<- "Compiled with DWARF 2 debugging format.\n"
2008.03.06 18:18:04
<- "Does not include preprocessor macro info.\n"
2008.03.06 18:18:04
<- "(gdb) "
2008.03.06 18:18:07
-> "next\n"
2008.03.06 18:18:07
<- "\032\032/home/u2/src/demo2/rtm/auxX.c:139:4710:beg:0x805094a\n"
2008.03.06 18:18:07
<- "(gdb) "
2008.03.06 18:18:07
-> "info breakpoints\n"
2008.03.06 18:18:07
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:18:07
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
   "\tbreakpoint already hit 1 time\n"
2008.03.06 18:18:07
<- "(gdb) "
2008.03.06 18:18:09
-> "next\n"
2008.03.06 18:18:09
<- "\032\032/home/u2/src/demo2/rtm/auxX.c:144:4805:beg:0x805095f\n"
2008.03.06 18:18:09
<- "(gdb) "
2008.03.06 18:18:09
-> "info breakpoints\n"
2008.03.06 18:18:09
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:18:09
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
   "\tbreakpoint already hit 1 time\n"
2008.03.06 18:18:09
<- "(gdb) "
2008.03.06 18:18:27
-> "next\n"
2008.03.06 18:18:27
<- "\032\032/home/u2/src/demo2/rtm/auxX.c:150:4998:beg:0x80509b1\n"
2008.03.06 18:18:27
<- "(gdb) "
2008.03.06 18:18:27
-> "info breakpoints\n"
2008.03.06 18:18:27
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:18:27
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
   "\tbreakpoint already hit 1 time\n"
2008.03.06 18:18:27
<- "(gdb) "
2008.03.06 18:18:29
-> "next\n"
2008.03.06 18:18:29
<- "\032\032/home/u2/src/demo2/rtm/auxX.c:151:5036:beg:0x80509c3\n"
2008.03.06 18:18:29
<- "(gdb) "
2008.03.06 18:18:29
-> "info breakpoints\n"
2008.03.06 18:18:29
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:18:29
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
   "\tbreakpoint already hit 1 time\n"
2008.03.06 18:18:29
<- "(gdb) "
2008.03.06 18:18:30
-> "next\n"
2008.03.06 18:18:30
<- "\032\032/home/u2/src/demo2/rtm/auxX.c:152:5083:beg:0x80509eb\n"
2008.03.06 18:18:30
<- "(gdb) "
2008.03.06 18:18:30
-> "info breakpoints\n"
2008.03.06 18:18:30
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:18:30
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
   "\tbreakpoint already hit 1 time\n"
2008.03.06 18:18:30
<- "(gdb) "
2008.03.06 18:18:31
-> "next\n"
2008.03.06 18:18:31
<- "\032\032/home/u2/src/demo2/rtm/auxX.c:153:5130:beg:0x8050a13\n"
2008.03.06 18:18:31
<- "(gdb) "
2008.03.06 18:18:31
-> "info breakpoints\n"
2008.03.06 18:18:31
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:18:31
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
   "\tbreakpoint already hit 1 time\n"
2008.03.06 18:18:31
<- "(gdb) "
2008.03.06 18:18:31
-> "next\n"
2008.03.06 18:18:31
<- "\032\032/home/u2/src/demo2/rtm/auxX.c:154:5167:beg:0x8050a25\n"
2008.03.06 18:18:31
<- "(gdb) "
2008.03.06 18:18:31
-> "info breakpoints\n"
2008.03.06 18:18:31
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:18:31
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
   "\tbreakpoint already hit 1 time\n"
2008.03.06 18:18:31
<- "(gdb) "
2008.03.06 18:18:33
-> "next\n"
2008.03.06 18:18:33
<- "\032\032/home/u2/src/demo2/rtm/auxX.c:160:5298:beg:0x8050a37\n"
2008.03.06 18:18:33
<- "(gdb) "
2008.03.06 18:18:33
-> "info breakpoints\n"
2008.03.06 18:18:33
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:18:33
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
   "\tbreakpoint already hit 1 time\n"
2008.03.06 18:18:33
<- "(gdb) "
2008.03.06 18:18:35
-> "next\n"
2008.03.06 18:18:35
<- "\032\032/home/u2/src/demo2/rtm/auxX.c:177:5728:beg:0x8050a58\n"
2008.03.06 18:18:35
<- "(gdb) "
2008.03.06 18:18:35
-> "info breakpoints\n"
2008.03.06 18:18:35
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:18:35
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
   "\tbreakpoint already hit 1 time\n"
2008.03.06 18:18:35
<- "(gdb) "
2008.03.06 18:18:40
-> "step\n"
2008.03.06 18:18:40
<- "AuxCreateWindow (dpy=0xabdb080, parent=220, x=0, y=0, w=1920, h=1200, 
borderWidth=0) at auxX.c:250\n"
2008.03.06 18:18:40
<- "\032\032/home/u2/src/demo2/rtm/auxX.c:250:7410:beg:0x8050b79\n"
2008.03.06 18:18:40
<- "(gdb) "
2008.03.06 18:18:40
-> "info breakpoints\n"
2008.03.06 18:18:40
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:18:40
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
2008.03.06 18:18:40
<- "\tbreakpoint already hit 1 time\n"
2008.03.06 18:18:40
<- "(gdb) "
2008.03.06 18:18:46
-> "next\n"
2008.03.06 18:18:46
<- "\032\032/home/u2/src/demo2/rtm/auxX.c:252:7474:beg:0x8050b9d\n"
2008.03.06 18:18:46
<- "(gdb) "
2008.03.06 18:18:46
-> "info breakpoints\n"
2008.03.06 18:18:46
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:18:46
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
   "\tbreakpoint already hit 1 time\n"
2008.03.06 18:18:46
<- "(gdb) "
2008.03.06 18:18:48
-> "next\n"
2008.03.06 18:18:48
<- "\032\032/home/u2/src/demo2/rtm/auxX.c:256:7635:beg:0x8050be4\n"
2008.03.06 18:18:48
<- "(gdb) "
2008.03.06 18:18:48
-> "info breakpoints\n"
2008.03.06 18:18:48
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:18:48
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
   "\tbreakpoint already hit 1 time\n"
2008.03.06 18:18:48
<- "(gdb) "
2008.03.06 18:18:51
-> "next\n"
2008.03.06 18:18:51
<- "\032\032/home/u2/src/demo2/rtm/auxX.c:263:7787:beg:0x8050c09\n"
2008.03.06 18:18:51
<- "(gdb) "
2008.03.06 18:18:51
-> "info breakpoints\n"
2008.03.06 18:18:51
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:18:51
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
2008.03.06 18:18:51
<- "\tbreakpoint already hit 1 time\n"
2008.03.06 18:18:51
<- "(gdb) "
2008.03.06 18:18:53
-> "next\n"
2008.03.06 18:18:53
<- "\032\032/home/u2/src/demo2/rtm/auxX.c:267:7913:beg:0x8050c24\n"
2008.03.06 18:18:53
<- "(gdb) "
2008.03.06 18:18:53
-> "info breakpoints\n"
2008.03.06 18:18:53
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:18:53
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
   "\tbreakpoint already hit 1 time\n"
2008.03.06 18:18:53
<- "(gdb) "
2008.03.06 18:18:57
-> "next\n"
2008.03.06 18:18:57
<- "\032\032/home/u2/src/demo2/rtm/auxX.c:270:7998:beg:0x8050c42\n"
2008.03.06 18:18:57
<- "(gdb) "
2008.03.06 18:18:57
-> "info breakpoints\n"
2008.03.06 18:18:57
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:18:57
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
   "\tbreakpoint already hit 1 time\n"
2008.03.06 18:18:57
<- "(gdb) "
2008.03.06 18:18:58
-> "next\n"
2008.03.06 18:18:58
<- "\032\032/home/u2/src/demo2/rtm/auxX.c:271:8020:beg:0x8050c4e\n"
2008.03.06 18:18:58
<- "(gdb) "
2008.03.06 18:18:58
-> "info breakpoints\n"
2008.03.06 18:18:58
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:18:58
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
   "\tbreakpoint already hit 1 time\n"
2008.03.06 18:18:58
<- "(gdb) "
2008.03.06 18:18:59
-> "next\n"
2008.03.06 18:18:59
<- "\032\032/home/u2/src/demo2/rtm/auxX.c:272:8043:beg:0x8050c58\n"
2008.03.06 18:18:59
<- "(gdb) "
2008.03.06 18:18:59
-> "info breakpoints\n"
2008.03.06 18:18:59
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:18:59
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
   "\tbreakpoint already hit 1 time\n"
2008.03.06 18:18:59
<- "(gdb) "
2008.03.06 18:19:02
-> "next\n"
2008.03.06 18:19:02
<- "\032\032/home/u2/src/demo2/rtm/auxX.c:282:8304:beg:0x8050c62\n"
2008.03.06 18:19:02
<- "(gdb) "
2008.03.06 18:19:02
-> "info breakpoints\n"
2008.03.06 18:19:02
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:19:02
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
   "\tbreakpoint already hit 1 time\n"
2008.03.06 18:19:02
<- "(gdb) "
2008.03.06 18:19:06
-> "next\n"
2008.03.06 18:19:06
<- "\032\032/home/u2/src/demo2/rtm/auxX.c:287:8482:beg:0x8050ca1\n"
2008.03.06 18:19:06
<- "(gdb) "
2008.03.06 18:19:06
-> "info breakpoints\n"
2008.03.06 18:19:06
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:19:06
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
   "\tbreakpoint already hit 1 time\n"
2008.03.06 18:19:06
<- "(gdb) "
2008.03.06 18:19:13
-> "next\n"
2008.03.06 18:19:13
<- "\032\032/home/u2/src/demo2/rtm/auxX.c:293:8608:beg:0x8050cd2\n"
2008.03.06 18:19:13
<- "(gdb) "
2008.03.06 18:19:13
-> "info breakpoints\n"
2008.03.06 18:19:13
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:19:13
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
   "\tbreakpoint already hit 1 time\n"
2008.03.06 18:19:13
<- "(gdb) "
2008.03.06 18:19:15
-> "next\n"
2008.03.06 18:19:15
<- "\032\032/home/u2/src/demo2/rtm/auxX.c:294:8621:beg:0x8050cd5\n"
2008.03.06 18:19:15
<- "(gdb) "
2008.03.06 18:19:15
-> "info breakpoints\n"
2008.03.06 18:19:15
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:19:15
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
2008.03.06 18:19:15
<- "\tbreakpoint already hit 1 time\n"
2008.03.06 18:19:15
<- "(gdb) "
2008.03.06 18:19:17
-> "next\n"
2008.03.06 18:19:17
<- "AuxMakeMainWindow (progName=0x80bfd6f \"RTM\") at auxX.c:187\n"
   "\032\032/home/u2/src/demo2/rtm/auxX.c:187:5999:beg:0x8050ad7\n"
2008.03.06 18:19:17
<- "(gdb) "
2008.03.06 18:19:17
-> "info breakpoints\n"
2008.03.06 18:19:17
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:19:17
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
   "\tbreakpoint already hit 1 time\n"
2008.03.06 18:19:17
<- "(gdb) "
2008.03.06 18:19:21
-> "next\n"
2008.03.06 18:19:21
<- "\032\032/home/u2/src/demo2/rtm/auxX.c:189:6026:beg:0x8050aea\n"
2008.03.06 18:19:21
<- "(gdb) "
2008.03.06 18:19:21
-> "info breakpoints\n"
2008.03.06 18:19:21
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:19:21
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
   "\tbreakpoint already hit 1 time\n"
2008.03.06 18:19:21
<- "(gdb) "
2008.03.06 18:19:22
-> "next\n"
2008.03.06 18:19:22
<- "\032\032/home/u2/src/demo2/rtm/auxX.c:203:6355:beg:0x8050b04\n"
2008.03.06 18:19:22
<- "(gdb) "
2008.03.06 18:19:22
-> "info breakpoints\n"
2008.03.06 18:19:22
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:19:22
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
   "\tbreakpoint already hit 1 time\n"
2008.03.06 18:19:22
<- "(gdb) "
2008.03.06 18:19:25
-> "next\n"
2008.03.06 18:19:25
<- "\032\032/home/u2/src/demo2/rtm/auxX.c:206:6433:beg:0x8050b1d\n"
2008.03.06 18:19:25
<- "(gdb) "
2008.03.06 18:19:25
-> "info breakpoints\n"
2008.03.06 18:19:25
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:19:25
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
   "\tbreakpoint already hit 1 time\n"
2008.03.06 18:19:25
<- "(gdb) "
2008.03.06 18:19:26
-> "next\n"
2008.03.06 18:19:26
<- "\032\032/home/u2/src/demo2/rtm/auxX.c:209:6536:beg:0x8050b41\n"
2008.03.06 18:19:26
<- "(gdb) "
2008.03.06 18:19:26
-> "info breakpoints\n"
2008.03.06 18:19:26
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:19:26
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
   "\tbreakpoint already hit 1 time\n"
2008.03.06 18:19:26
<- "(gdb) "
#  Running GDB (pid 11714, tty /dev/pts/3)...Killed.
#  Running GDB (pid 11848, tty /dev/pts/7)...
#  Current language: C/C++
#  File: waiting until GDB gets ready
2008.03.06 18:22:04
<- "Using host libthread_db library \"/lib/tls/libthread_db.so.1\".\n"
2008.03.06 18:22:04
<- "(gdb) "
2008.03.06 18:22:04
-> "set prompt (gdb) \n"
2008.03.06 18:22:04
<- "(gdb) "
2008.03.06 18:22:04
-> "set height 0\n"
2008.03.06 18:22:04
<- "(gdb) "
2008.03.06 18:22:04
-> "set width 0\n"
2008.03.06 18:22:04
<- "(gdb) "
2008.03.06 18:22:04
-> "set annotate 1\n"
2008.03.06 18:22:04
<- "(gdb) "
2008.03.06 18:22:04
-> " set verbose off\n"
2008.03.06 18:22:04
<- "(gdb) "
2008.03.06 18:22:04
-> "info line\n"
2008.03.06 18:22:04
<- "No line number information available.\n"
2008.03.06 18:22:04
<- "(gdb) "
2008.03.06 18:22:04
-> "list\n"
2008.03.06 18:22:04
<- "218\tint\n"
   "219\tmain(int argc, char **argv)\n"
   "220\t{\n"
2008.03.06 18:22:04
<- "221\t  /* register\tint i; */\n"
   "222\t  /* short\t\tmenuVal; */\n"
   "223\t  /* char\t    main_menuStr[100]; */\n"
   "224\t  char\t\tfilename[255];\n"
   "225\t\n"
2008.03.06 18:22:04
<- "226\t\t/* we need shared memory first... */\n"
   "227\t    InitShm( PROJECT_TNASA );\n"
2008.03.06 18:22:04
<- "(gdb) "
2008.03.06 18:22:04
-> "info line\n"
2008.03.06 18:22:04
<- "Line 227 of \"rtm.c\" starts at address 0x80522ef <main+45> and ends at 
0x80522fc <main+58>.\n"
   "\032\032/home/u2/src/demo2/rtm/rtm.c:227:5956:beg:0x80522ef\n"
2008.03.06 18:22:04
<- "(gdb) "
2008.03.06 18:22:04
-> "output 4711\n"
2008.03.06 18:22:04
<- "4711"
2008.03.06 18:22:04
<- "(gdb) "
2008.03.06 18:22:04
-> "show language\n"
2008.03.06 18:22:04
<- "The current source language is \"auto; currently c\".\n"
2008.03.06 18:22:04
<- "(gdb) "
2008.03.06 18:22:04
-> "show version\n"
2008.03.06 18:22:04
<- "GNU gdb Red Hat Linux (6.3.0.0-1.153.el4_6.2rh)\n"
   "Copyright 2004 Free Software Foundation, Inc.\n"
   "GDB is free software, covered by the GNU General Public License, and you 
are\n"
   "welcome to change it and/or distribute copies of it under certain 
conditions.\n"
   "Type \"show copying\" to see the conditions.\n"
   "There is absolutely no warranty for GDB.  Type \"show warranty\" for 
details.\n"
   "This GDB was configured as \"i386-redhat-linux-gnu\".\n"
2008.03.06 18:22:04
<- "(gdb) "
2008.03.06 18:22:04
-> "pwd\n"
2008.03.06 18:22:04
<- "Working directory /home/u2/src/demo2/rtm.\n"
2008.03.06 18:22:04
<- "(gdb) "
2008.03.06 18:22:04
-> "info breakpoints\n"
2008.03.06 18:22:04
<- "No breakpoints or watchpoints.\n"
2008.03.06 18:22:04
<- "(gdb) "
2008.03.06 18:22:04
-> "show history filename\n"
2008.03.06 18:22:04
<- "The filename in which to record the command history is 
\"/home/u2/src/demo2/rtm/.gdb_history\".\n"
2008.03.06 18:22:04
<- "(gdb) "
2008.03.06 18:22:04
-> "show history size\n"
2008.03.06 18:22:04
<- "The size of the command history is 256.\n"
2008.03.06 18:22:04
<- "(gdb) "
#  Reading file "/home/u2/src/demo2/rtm/rtm.c"...
#  Reading file "/home/u2/src/demo2/rtm/rtm.c"...done.
#  File "/home/u2/src/demo2/rtm/rtm.c" 2141 lines, 77306 characters
2008.03.06 18:22:04
-> "info source\n"
2008.03.06 18:22:04
<- "Current source file is rtm.c\n"
   "Compilation directory is /u2/src/demo2/rtm\n"
   "Located in /home/u2/src/demo2/rtm/rtm.c\n"
   "Contains 2141 lines.\n"
   "Source language is c++.\n"
   "Compiled with DWARF 2 debugging format.\n"
   "Does not include preprocessor macro info.\n"
2008.03.06 18:22:04
<- "(gdb) "
2008.03.06 18:22:04
-> "info files\n"
2008.03.06 18:22:04
<- "Symbols from \"/home/u2/src/demo2/rtm/rtm\".\n"
   "Local exec file:\n"
   "\t`/home/u2/src/demo2/rtm/rtm\', file type elf32-i386.\n"
   "\tEntry point: 0x8050868\n"
2008.03.06 18:22:04
<- "\t0x08048134 - 0x08048147 is .interp\n"
   "\t0x08048148 - 0x08048168 is .note.ABI-tag\n"
   "\t0x08048168 - 0x080492c8 is .hash\n"
   "\t0x080492c8 - 0x0804b798 is .dynsym\n"
   "\t0x0804b798 - 0x0804dfeb is .dynstr\n"
   "\t0x0804dfec - 0x0804e486 is .gnu.version\n"
   "\t0x0804e488 - 0x0804e548 is .gnu.version_r\n"
   "\t0x0804e548 - 0x0804ef80 is .rel.dyn\n"
   "\t0x0804ef80 - 0x0804f7c0 is .rel.plt\n"
   "\t0x0804f7c0 - 0x0804f7d7 is .init\n"
   "\t0x0804f7d8 - 0x08050868 is .plt\n"
   "\t0x08050868 - 0x080bf378 is .text\n"
2008.03.06 18:22:04
<- "\t0x080bf378 - 0x080bf392 is .fini\n"
   "\t0x080bf3a0 - 0x080c93f3 is .rodata\n"
   "\t0x080c93f4 - 0x080ca6b0 is .eh_frame_hdr\n"
   "\t0x080ca6b0 - 0x080d169c is .eh_frame\n"
   "\t0x080d169c - 0x080d1a00 is .gcc_except_table\n"
   "\t0x080d2000 - 0x080d203c is .ctors\n"
   "\t0x080d203c - 0x080d2044 is .dtors\n"
   "\t0x080d2044 - 0x080d2048 is .jcr\n"
   "\t0x080d2048 - 0x080d2158 is .dynamic\n"
   "\t0x080d2158 - 0x080d263c is .got\n"
   "\t0x080d263c - 0x080d2a68 is .got.plt\n"
   "\t0x080d2a80 - 0x080d54a8 is .data\n"
   "\t0x080d54c0 - 0x08c2add0 is .bss\n"
2008.03.06 18:22:04
<- "(gdb) "
2008.03.06 18:22:04
-> "info program\n"
2008.03.06 18:22:04
<- "The program being debugged is not being run.\n"
2008.03.06 18:22:04
<- "(gdb) "
2008.03.06 18:22:04
-> "set confirm off\n"
2008.03.06 18:22:04
<- "(gdb) "
2008.03.06 18:22:04
-> "file ./rtm\n"
2008.03.06 18:22:04
<- "(gdb) "
2008.03.06 18:22:04
-> "info line\n"
2008.03.06 18:22:04
<- "No line number information available.\n"
2008.03.06 18:22:04
<- "(gdb) "
2008.03.06 18:22:04
-> "list\n"
2008.03.06 18:22:04
<- "218\tint\n"
   "219\tmain(int argc, char **argv)\n"
   "220\t{\n"
2008.03.06 18:22:04
<- "221\t  /* register\tint i; */\n"
   "222\t  /* short\t\tmenuVal; */\n"
   "223\t  /* char\t    main_menuStr[100]; */\n"
   "224\t  char\t\tfilename[255];\n"
   "225\t\n"
   "226\t\t/* we need shared memory first... */\n"
   "227\t    InitShm( PROJECT_TNASA );\n"
2008.03.06 18:22:04
<- "(gdb) "
2008.03.06 18:22:04
-> "info line\n"
2008.03.06 18:22:04
<- "Line 227 of \"rtm.c\" starts at address 0x80522ef <main+45> and ends at 
0x80522fc <main+58>.\n"
   "\032\032/home/u2/src/demo2/rtm/rtm.c:227:5956:beg:0x80522ef\n"
2008.03.06 18:22:04
<- "(gdb) "
2008.03.06 18:22:04
-> "info breakpoints\n"
2008.03.06 18:22:04
<- "No breakpoints or watchpoints.\n"
2008.03.06 18:22:04
<- "(gdb) "
2008.03.06 18:22:04
-> "display\n"
2008.03.06 18:22:04
<- "(gdb) "
2008.03.06 18:22:04
-> "info display\n"
2008.03.06 18:22:04
<- "There are no auto-display expressions now.\n"
2008.03.06 18:22:04
<- "(gdb) "
#  Reading file "/home/u2/src/demo2/rtm/rtm.c"...
#  Reading file "/home/u2/src/demo2/rtm/rtm.c"...done.
#  File "/home/u2/src/demo2/rtm/rtm.c" 2141 lines, 77306 characters
2008.03.06 18:22:04
-> "info source\n"
2008.03.06 18:22:04
<- "Current source file is rtm.c\n"
   "Compilation directory is /u2/src/demo2/rtm\n"
   "Located in /home/u2/src/demo2/rtm/rtm.c\n"
   "Contains 2141 lines.\n"
   "Source language is c++.\n"
   "Compiled with DWARF 2 debugging format.\n"
   "Does not include preprocessor macro info.\n"
2008.03.06 18:22:04
<- "(gdb) "
2008.03.06 18:22:04
-> "info files\n"
2008.03.06 18:22:04
<- "Symbols from \"/home/u2/src/demo2/rtm/rtm\".\n"
   "Local exec file:\n"
   "\t`/home/u2/src/demo2/rtm/rtm\', file type elf32-i386.\n"
   "\tEntry point: 0x8050868\n"
   "\t0x08048134 - 0x08048147 is .interp\n"
   "\t0x08048148 - 0x08048168 is .note.ABI-tag\n"
   "\t0x08048168 - 0x080492c8 is .hash\n"
   "\t0x080492c8 - 0x0804b798 is .dynsym\n"
   "\t0x0804b798 - 0x0804dfeb is .dynstr\n"
   "\t0x0804dfec - 0x0804e486 is .gnu.version\n"
   "\t0x0804e488 - 0x0804e548 is .gnu.version_r\n"
   "\t0x0804e548 - 0x0804ef80 is .rel.dyn\n"
   "\t0x0804ef80 - 0x0804f7c0 is .rel.plt\n"
   "\t0x0804f7c0 - 0x0804f7d7 is .init\n"
   "\t0x0804f7d8 - 0x08050868 is .plt\n"
   "\t0x08050868 - 0x080bf378 is .text\n"
   "\t0x080bf378 - 0x080bf392 is .fini\n"
   "\t0x080bf3a0 - 0x080c93f3 is .rodata\n"
   "\t0x080c93f4 - 0x080ca6b0 is .eh_frame_hdr\n"
   "\t0x080ca6b0 - 0x080d169c is .eh_frame\n"
   "\t0x080d169c - 0x080d1a00 is .gcc_except_table\n"
   "\t0x080d2000 - 0x080d203c is .ctors\n"
   "\t0x080d203c - 0x080d2044 is .dtors\n"
   "\t0x080d2044 - 0x080d2048 is .jcr\n"
   "\t0x080d2048 - 0x080d2158 is .dynamic\n"
   "\t0x080d2158 - 0x080d263c is .got\n"
   "\t0x080d263c - 0x080d2a68 is .got.plt\n"
   "\t0x080d2a80 - 0x080d54a8 is .data\n"
   "\t0x080d54c0 - 0x08c2add0 is .bss\n"
2008.03.06 18:22:04
<- "(gdb) "
2008.03.06 18:22:04
-> "info program\n"
2008.03.06 18:22:04
<- "The program being debugged is not being run.\n"
2008.03.06 18:22:04
<- "(gdb) "
2008.03.06 18:22:04
-> "source /tmp/ddd6BCxjb\n"
2008.03.06 18:22:04
<- "Breakpoint 1 at 0x80522ef: file rtm.c, line 227.\n"
2008.03.06 18:22:04
<- "Line 209 of \"auxX.c\" starts at address 0x8050b41 <AuxMakeMainWindow+537> 
and ends at 0x8050b60 <AuxMakeMainWindow+568>.\n"
2008.03.06 18:22:04
<- "\032\032/home/u2/src/demo2/rtm/auxX.c:209:6536:beg:0x8050b41\n"
2008.03.06 18:22:04
<- "(gdb) "
2008.03.06 18:22:04
-> "info breakpoints\n"
2008.03.06 18:22:04
<- "Num Type           Disp Enb Address    What\n"
2008.03.06 18:22:04
<- "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
2008.03.06 18:22:04
<- "(gdb) "
#  Reading file "/home/u2/src/demo2/rtm/auxX.c"...
#  Reading file "/home/u2/src/demo2/rtm/auxX.c"...done.
#  File "/home/u2/src/demo2/rtm/auxX.c" 929 lines, 37855 characters
2008.03.06 18:22:04
-> "info source\n"
2008.03.06 18:22:04
<- "Current source file is auxX.c\n"
   "Compilation directory is /u2/src/demo2/rtm\n"
   "Located in /home/u2/src/demo2/rtm/auxX.c\n"
   "Contains 929 lines.\n"
   "Source language is c++.\n"
   "Compiled with DWARF 2 debugging format.\n"
   "Does not include preprocessor macro info.\n"
2008.03.06 18:22:04
<- "(gdb) "
2008.03.06 18:22:04
-> "# reset\n"
2008.03.06 18:22:04
<- "(gdb) "
2008.03.06 18:22:04
-> "info breakpoints\n"
2008.03.06 18:22:04
<- "Num Type           Disp Enb Address    What\n"
   "1   breakpoint     keep y   0x080522ef in main at rtm.c:227\n"
2008.03.06 18:22:04
<- "(gdb) "
2008.03.06 18:22:04
-> "display\n"
2008.03.06 18:22:04
<- "(gdb) "
2008.03.06 18:22:04
-> "info display\n"
2008.03.06 18:22:04
<- "There are no auto-display expressions now.\n"
2008.03.06 18:22:04
<- "(gdb) "
#  Initializing execution window...
#  Initializing execution window...done.
2008.03.06 18:22:04
-> "set environment TERM xterm\n"
2008.03.06 18:22:04
<- "(gdb) "
2008.03.06 18:22:04
-> "info files\n"
2008.03.06 18:22:04
<- "Symbols from \"/home/u2/src/demo2/rtm/rtm\".\n"
   "Local exec file:\n"
   "\t`/home/u2/src/demo2/rtm/rtm\', file type elf32-i386.\n"
   "\tEntry point: 0x8050868\n"
   "\t0x08048134 - 0x08048147 is .interp\n"
   "\t0x08048148 - 0x08048168 is .note.ABI-tag\n"
   "\t0x08048168 - 0x080492c8 is .hash\n"
   "\t0x080492c8 - 0x0804b798 is .dynsym\n"
   "\t0x0804b798 - 0x0804dfeb is .dynstr\n"
   "\t0x0804dfec - 0x0804e486 is .gnu.version\n"
   "\t0x0804e488 - 0x0804e548 is .gnu.version_r\n"
   "\t0x0804e548 - 0x0804ef80 is .rel.dyn\n"
   "\t0x0804ef80 - 0x0804f7c0 is .rel.plt\n"
   "\t0x0804f7c0 - 0x0804f7d7 is .init\n"
   "\t0x0804f7d8 - 0x08050868 is .plt\n"
   "\t0x08050868 - 0x080bf378 is .text\n"
   "\t0x080bf378 - 0x080bf392 is .fini\n"
   "\t0x080bf3a0 - 0x080c93f3 is .rodata\n"
   "\t0x080c93f4 - 0x080ca6b0 is .eh_frame_hdr\n"
   "\t0x080ca6b0 - 0x080d169c is .eh_frame\n"
   "\t0x080d169c - 0x080d1a00 is .gcc_except_table\n"
   "\t0x080d2000 - 0x080d203c is .ctors\n"
   "\t0x080d203c - 0x080d2044 is .dtors\n"
2008.03.06 18:22:04
<- "\t0x080d2044 - 0x080d2048 is .jcr\n"
   "\t0x080d2048 - 0x080d2158 is .dynamic\n"
   "\t0x080d2158 - 0x080d263c is .got\n"
   "\t0x080d263c - 0x080d2a68 is .got.plt\n"
   "\t0x080d2a80 - 0x080d54a8 is .data\n"
   "\t0x080d54c0 - 0x08c2add0 is .bss\n"
2008.03.06 18:22:04
<- "(gdb) "
2008.03.06 18:22:04
-> "info program\n"
2008.03.06 18:22:04
<- "The program being debugged is not being run.\n"
2008.03.06 18:22:04
<- "(gdb) "

reply via email to

[Prev in Thread] Current Thread [Next in Thread]