GNU DDD 3.3.11 (i486-pc-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 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9), GNU libc 2.3 Requires X11R6, Xt11R6, Motif 2.1 (GNU/LessTif Version 2.1 Release 0.93.94) Includes XPM 3.4.11, Athena Panner (7000002L), DDD core Built 2005-10-25 by Daniel Schepler . $ ddd /tmp/a.out + /bin/sh -c 'exec gdb -q -fullname '\''/tmp/a.out'\''' # Hello, world! # Opening session "117f000101000122949932700000060750003"... # Enabling core dumps... # Enabling core dumps...done. # Running GDB (pid 6991, tty /dev/pts/3)... # Current language: C/C++ # Searching "vsllib/ddd.vsl"... # Trying "/home/edb/.ddd/vsllib/ddd.vsl" # Trying "/usr/share/ddd/vsllib/ddd.vsl" # Searching "vsllib/ddd.vsl"..."/usr/share/ddd/vsllib/ddd.vsl". 2008.12.17 08:35:28 <- "(gdb) " 2008.12.17 08:35:28 -> "set prompt (gdb) \n" # Creating "/home/edb/.ddd/sessions/117f000101000122949932700000060750003/"... # Creating "/home/edb/.ddd/sessions/117f000101000122949932700000060750003/"...done. # Copying "/home/edb/.ddd/init" to "/home/edb/.ddd/sessions/117f000101000122949932700000060750003/init"... # Copying "/home/edb/.ddd/init" to "/home/edb/.ddd/sessions/117f000101000122949932700000060750003/init"...done. # Copying "/home/edb/.ddd/history" to "/home/edb/.ddd/sessions/117f000101000122949932700000060750003/history"... # Copying "/home/edb/.ddd/history" to "/home/edb/.ddd/sessions/117f000101000122949932700000060750003/history"...done. # Saving session in "/home/edb/.ddd/sessions/117f000101000122949932700000060750003/init"... # Searching "ddd/Ddd"... # Trying "/home/edb/.ddd/ddd/Ddd" # Trying "/usr/share/ddd/ddd/Ddd" # Searching "ddd/Ddd"..."/usr/share/ddd/ddd/Ddd". # Saving session in "/home/edb/.ddd/sessions/117f000101000122949932700000060750003/init"...done. 2008.12.17 08:35:28 <- "(gdb) " 2008.12.17 08:35:28 -> "set height 0\n" 2008.12.17 08:35:28 <- "(gdb) " 2008.12.17 08:35:28 -> "set width 0\n" 2008.12.17 08:35:28 <- "(gdb) " 2008.12.17 08:35:28 -> "set annotate 1\n" 2008.12.17 08:35:28 <- "(gdb) " 2008.12.17 08:35:28 -> " set verbose off\n" 2008.12.17 08:35:28 <- "(gdb) " 2008.12.17 08:35:28 -> "info line\n" 2008.12.17 08:35:28 <- "No line number information available.\n" 2008.12.17 08:35:28 <- "(gdb) " 2008.12.17 08:35:28 -> "list\n" 2008.12.17 08:35:28 <- "1\t#include \n" "2\tusing namespace std;\n" "3\t\n" "4\tint main(int argc, char **argv)\n" "5\t{\n" "6\t\n" 2008.12.17 08:35:28 <- "7\t std::cout << \"hello there\" << std::endl;\n" "8\t}\n" 2008.12.17 08:35:28 <- "(gdb) " 2008.12.17 08:35:28 -> "info line\n" 2008.12.17 08:35:28 <- "Line 8 of \"k.cpp\" starts at address 0x80486ee and ends at 0x80486f7 <__static_initialization_and_destruction_0>.\n" "\032\032/tmp/k.cpp:8:122:beg:0x80486ee\n" 2008.12.17 08:35:28 <- "(gdb) " 2008.12.17 08:35:28 -> "output 4711\n" 2008.12.17 08:35:28 <- "4711" 2008.12.17 08:35:28 <- "(gdb) " 2008.12.17 08:35:28 -> "show language\n" 2008.12.17 08:35:28 <- "The current source language is \"auto; currently c++\".\n" 2008.12.17 08:35:28 <- "(gdb) " 2008.12.17 08:35:28 -> "show version\n" 2008.12.17 08:35:28 <- "GNU gdb 6.8-debian\n" "Copyright (C) 2008 Free Software Foundation, Inc.\n" "License GPLv3+: GNU GPL version 3 or later \n" "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law. Type \"show copying\"\n" "and \"show warranty\" for details.\n" "This GDB was configured as \"i486-linux-gnu\".\n" 2008.12.17 08:35:28 <- "(gdb) " 2008.12.17 08:35:28 -> "pwd\n" 2008.12.17 08:35:28 <- "Working directory /home/edb.\n" 2008.12.17 08:35:28 <- "(gdb) " 2008.12.17 08:35:28 -> "info breakpoints\n" 2008.12.17 08:35:28 <- "No breakpoints or watchpoints.\n" 2008.12.17 08:35:28 <- "(gdb) " 2008.12.17 08:35:28 -> "show history filename\n" 2008.12.17 08:35:28 <- "The filename in which to record the command history is \"/home/edb/.gdb_history\".\n" 2008.12.17 08:35:28 <- "(gdb) " 2008.12.17 08:35:28 -> "show history size\n" 2008.12.17 08:35:28 <- "The size of the command history is 50000.\n" 2008.12.17 08:35:28 <- "(gdb) " # Reading file "/tmp/k.cpp"... # Reading file "/tmp/k.cpp"...done. # File "/tmp/k.cpp" 8 lines, 132 characters # Setting buttons... # Setting buttons...done. 2008.12.17 08:35:28 -> "info source\n" 2008.12.17 08:35:28 <- "Current source file is k.cpp\n" "Compilation directory is /tmp\n" "Located in /tmp/k.cpp\n" "Contains 8 lines.\n" "Source language is c++.\n" "Compiled with DWARF 2 debugging format.\n" "Does not include preprocessor macro info.\n" 2008.12.17 08:35:28 <- "(gdb) " 2008.12.17 08:35:28 -> "info files\n" 2008.12.17 08:35:28 <- "Symbols from \"/tmp/a.out\".\n" "Local exec file:\n" 2008.12.17 08:35:28 <- "\t`/tmp/a.out\', file type elf32-i386.\n" 2008.12.17 08:35:28 <- "\tEntry point: 0x8048600\t0x08048154 - 0x08048167 is .interp\n" "\t0x08048168 - 0x08048188 is .note.ABI-tag\n" "\t0x08048188 - 0x080481d0 is .hash\n" "\t0x080481d0 - 0x08048204 is .gnu.hash\n" "\t0x08048204 - 0x080482d4 is .dynsym\n" "\t0x080482d4 - 0x08048457 is .dynstr\n" "\t0x08048458 - 0x08048472 is .gnu.version\n" "\t0x08048474 - 0x080484d4 is .gnu.version_r\n" "\t0x080484d4 - 0x080484e4 is .rel.dyn\n" "\t0x080484e4 - 0x0804852c is .rel.plt\n" "\t0x0804852c - 0x0804855c is .init\n" "\t0x0804855c - 0x080485fc is .plt\n" "\t0x08048600 - 0x080487fc is .text\n" 2008.12.17 08:35:28 <- "\t0x080487fc - 0x08048818 is .fini\n" "\t0x08048818 - 0x0804882c is .rodata\n" "\t0x0804882c - 0x08048848 is .eh_frame_hdr\n" "\t0x08048848 - 0x080488ac is .eh_frame\n" "\t0x08049ef0 - 0x08049efc is .ctors\n" "\t0x08049efc - 0x08049f04 is .dtors\n" "\t0x08049f04 - 0x08049f08 is .jcr\n" "\t0x08049f08 - 0x08049ff0 is .dynamic\n" "\t0x08049ff0 - 0x08049ff4 is .got\n" "\t0x08049ff4 - 0x0804a024 is .got.plt\n" "\t0x0804a024 - 0x0804a02c is .data\n" "\t0x0804a040 - 0x0804a0d8 is .bss\n" 2008.12.17 08:35:28 <- "(gdb) " 2008.12.17 08:35:28 -> "info program\n" 2008.12.17 08:35:28 <- "The program being debugged is not being run.\n" 2008.12.17 08:35:28 <- "(gdb) " 2008.12.17 08:35:28 -> "set confirm off\n" 2008.12.17 08:35:28 <- "(gdb) " 2008.12.17 08:35:28 -> "source /tmp/dddXRAnoy\n" 2008.12.17 08:35:28 <- "(gdb) " 2008.12.17 08:35:28 -> "info breakpoints\n" 2008.12.17 08:35:28 <- "No breakpoints or watchpoints.\n" 2008.12.17 08:35:28 <- "(gdb) " 2008.12.17 08:35:28 -> "# reset\n" 2008.12.17 08:35:28 <- "(gdb) " 2008.12.17 08:35:28 -> "info breakpoints\n" 2008.12.17 08:35:28 <- "No breakpoints or watchpoints.\n" 2008.12.17 08:35:28 <- "(gdb) " 2008.12.17 08:35:28 -> "display\n" 2008.12.17 08:35:28 <- "(gdb) " 2008.12.17 08:35:28 -> "info display\n" 2008.12.17 08:35:28 <- "There are no auto-display expressions now.\n" 2008.12.17 08:35:28 <- "(gdb) " 2008.12.17 08:35:28 -> "set environment TERM dumb\n" 2008.12.17 08:35:28 <- "(gdb) " 2008.12.17 08:35:28 -> "info files\n" 2008.12.17 08:35:28 <- "Symbols from \"/tmp/a.out\".\n" "Local exec file:\n" 2008.12.17 08:35:28 <- "\t`/tmp/a.out\', file type elf32-i386.\n" "\tEntry point: 0x8048600\t0x08048154 - 0x08048167 is .interp\n" "\t0x08048168 - 0x08048188 is .note.ABI-tag\n" "\t0x08048188 - 0x080481d0 is .hash\n" "\t0x080481d0 - 0x08048204 is .gnu.hash\n" "\t0x08048204 - 0x080482d4 is .dynsym\n" "\t0x080482d4 - 0x08048457 is .dynstr\n" "\t0x08048458 - 0x08048472 is .gnu.version\n" "\t0x08048474 - 0x080484d4 is .gnu.version_r\n" 2008.12.17 08:35:28 <- "\t0x080484d4 - 0x080484e4 is .rel.dyn\n" "\t0x080484e4 - 0x0804852c is .rel.plt\n" "\t0x0804852c - 0x0804855c is .init\n" "\t0x0804855c - 0x080485fc is .plt\n" "\t0x08048600 - 0x080487fc is .text\n" "\t0x080487fc - 0x08048818 is .fini\n" "\t0x08048818 - 0x0804882c is .rodata\n" "\t0x0804882c - 0x08048848 is .eh_frame_hdr\n" "\t0x08048848 - 0x080488ac is .eh_frame\n" "\t0x08049ef0 - 0x08049efc is .ctors\n" "\t0x08049efc - 0x08049f04 is .dtors\n" "\t0x08049f04 - 0x08049f08 is .jcr\n" "\t0x08049f08 - 0x08049ff0 is .dynamic\n" "\t0x08049ff0 - 0x08049ff4 is .got\n" "\t0x08049ff4 - 0x0804a024 is .got.plt\n" "\t0x0804a024 - 0x0804a02c is .data\n" "\t0x0804a040 - 0x0804a0d8 is .bss\n" 2008.12.17 08:35:28 <- "(gdb) " 2008.12.17 08:35:28 -> "info program\n" 2008.12.17 08:35:28 <- "The program being debugged is not being run.\n" 2008.12.17 08:35:28 <- "(gdb) " # Opening session "117f000101000122949932700000060750003"...done. # Welcome to DDD 3.3.11 "Rhubarb" (i486-pc-linux-gnu) 2008.12.17 08:35:28 -> "help detach\n" 2008.12.17 08:35:28 <- "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" "\n" "List of detach subcommands:\n" "\n" "detach checkpoint -- Detach from a fork/checkpoint (experimental)\n" "\n" "Type \"help detach\" followed by detach subcommand name for full documentation.\n" "Type \"apropos word\" to search for commands related to \"word\".\n" "Command name abbreviations are allowed if unambiguous.\n" "(gdb) " 2008.12.17 08:35:28 -> "help run\n" 2008.12.17 08:35:28 <- "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" "(gdb) " 2008.12.17 08:35:28 -> "help step\n" 2008.12.17 08:35:28 <- "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.12.17 08:35:28 <- "(gdb) " 2008.12.17 08:35:28 -> "help stepi\n" 2008.12.17 08:35:28 <- "Step one instruction exactly.\n" "Argument N means do this N times (or till program stops for another reason).\n" 2008.12.17 08:35:28 <- "(gdb) " 2008.12.17 08:35:28 -> "help next\n" 2008.12.17 08:35:28 <- "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.12.17 08:35:28 <- "(gdb) " 2008.12.17 08:35:28 -> "help nexti\n" 2008.12.17 08:35:28 <- "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.12.17 08:35:28 <- "(gdb) " 2008.12.17 08:35:28 -> "help until\n" 2008.12.17 08:35:28 <- "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.12.17 08:35:28 <- "(gdb) " 2008.12.17 08:35:28 -> "help finish\n" 2008.12.17 08:35:28 <- "Execute until selected stack frame returns.\n" "Upon return, the value returned is printed and put in the value history.\n" 2008.12.17 08:35:28 <- "(gdb) " 2008.12.17 08:35:28 -> "help cont\n" 2008.12.17 08:35:28 <- "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.12.17 08:35:28 <- "(gdb) " 2008.12.17 08:35:28 -> "help signal\n" 2008.12.17 08:35:28 <- "Continue program giving it signal specified by the argument.\n" "An argument of \"0\" means continue program without giving it a signal.\n" 2008.12.17 08:35:28 <- "(gdb) " 2008.12.17 08:35:28 -> "help kill\n" 2008.12.17 08:35:28 <- "Kill execution of program being debugged.\n" 2008.12.17 08:35:28 <- "(gdb) " 2008.12.17 08:35:28 -> "help up\n" 2008.12.17 08:35:28 <- "Select and print stack frame that called this one.\n" "An argument says how many frames up to go.\n" 2008.12.17 08:35:28 <- "(gdb) " 2008.12.17 08:35:29 -> "help down\n" 2008.12.17 08:35:29 <- "Select and print stack frame called by this one.\n" "An argument says how many frames down to go.\n" 2008.12.17 08:35:29 <- "(gdb) " 2008.12.17 08:35:30 -> "break k.cpp:7\n" 2008.12.17 08:35:30 <- "Breakpoint 1 at 0x80486c5: file k.cpp, line 7.\n" "(gdb) " 2008.12.17 08:35:30 -> "info breakpoints\n" 2008.12.17 08:35:30 <- "Num Type Disp Enb Address What\n" "1 breakpoint keep y 0x080486c5 in main at k.cpp:7\n" "(gdb) " 2008.12.17 08:35:59 -> "frame\n" 2008.12.17 08:35:59 <- "No stack.\n" 2008.12.17 08:35:59 <- "(gdb) " 2008.12.17 08:35:59 -> "info all-registers\n" 2008.12.17 08:35:59 <- "The program has no registers now.\n" 2008.12.17 08:35:59 <- "(gdb) " # Creating status display... # Creating status display...done. # Display -1: `info all-registers` (enabled) # Display -1: `info all-registers` (enabled) 2008.12.17 08:36:03 -> "set environment TERM dumb\n" 2008.12.17 08:36:03 <- "(gdb) " 2008.12.17 08:36:03 -> "run\n" 2008.12.17 08:36:03 <- "\n" "Breakpoint 1, main () at k.cpp:7\n" "\032\032/tmp/k.cpp:7:77:beg:0x80486c5\n" 2008.12.17 08:36:03 <- "(gdb) " 2008.12.17 08:36:03 -> "info breakpoints\n" 2008.12.17 08:36:03 <- "Num Type Disp Enb Address What\n" "1 breakpoint keep y 0x080486c5 in main at k.cpp:7\n" "\tbreakpoint already hit 1 time\n" 2008.12.17 08:36:03 <- "(gdb) " 2008.12.17 08:36:03 -> "info all-registers\n" 2008.12.17 08:36:03 <- "eax 0xbfa43014\t-1079758828\n" "ecx 0xbfa42f90\t-1079758960\n" "edx 0x1\t1\n" "ebx 0xb7de2ff4\t-1210175500\n" "esp 0xbfa42f60" 2008.12.17 08:36:03 <- "\t0xbfa42f60\n" "ebp 0xbfa42f78\t0xbfa42f78\n" "esi 0x8048770\t134514544\n" "edi 0x8048600\t134514176\n" "eip 0x80486c5\t0x80486c5 \n" "eflags 0x286\t[ PF SF IF ]\n" "cs 0x73\t115\n" "ss 0x7b\t123\n" 2008.12.17 08:36:03 <- "ds 0x7b\t123\n" "es 0x7b\t123\n" "fs 0x0\t0\n" "gs 0x33\t51\n" "st0 0\t(raw 0x00000000000000000000)\n" 2008.12.17 08:36:03 <- "st1 0\t(raw 0x00000000000000000000)\n" "st2 0\t(raw 0x00000000000000000000)\n" "st3 0\t(raw 0x00000000000000000000)\n" "st4 0\t(raw 0x00000000000000000000)\n" "st5 0" 2008.12.17 08:36:03 <- "\t(raw 0x00000000000000000000)\n" "st6 0\t(raw 0x00000000000000000000)\n" "st7 0\t(raw 0x00000000000000000000)\n" "fctrl 0x37f\t895\n" "fstat 0x0\t0\n" "ftag 0xffff\t65535\n" "fiseg 0x73\t115\n" "fioff 0xb7ed5a6c\t-1209181588\n" "foseg 0x7b\t123\n" "fooff 0xb7f077e8\t-1208977432\n" "fop 0x599\t1433\n" 2008.12.17 08:36:03 <- "xmm0 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = {0x0 }, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x0, 0x0, 0x0, 0x0}" 2008.12.17 08:36:03 <- ", v2_int64 = {0x0, 0x0}, uint128 = 0x00000000000000000000000000000000}\n" "xmm1 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = {0x0 }, v8_int16 = {0x0" 2008.12.17 08:36:03 <- ", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x0, 0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 = 0x00000000000000000000000000000000}\n" "xmm2 {v4_float = {0x0, 0x0, 0x0, 0x0}" 2008.12.17 08:36:03 <- ", v2_double = {0x0, 0x0}, v16_int8 = {0x0 }, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x0, 0x0, 0x0, 0x0}" 2008.12.17 08:36:03 <- ", v2_int64 = {0x0, 0x0}, uint128 = 0x00000000000000000000000000000000}\n" "xmm3 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = {0x0 }, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}" 2008.12.17 08:36:03 <- ", v4_int32 = {0x0, 0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 = 0x00000000000000000000000000000000}\n" "xmm4 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = {0x0 }, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}" 2008.12.17 08:36:03 <- ", v4_int32 = {0x0, 0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 = 0x00000000000000000000000000000000}\n" "xmm5 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = {0x0 }, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}" 2008.12.17 08:36:03 <- ", v4_int32 = {0x0, 0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 = 0x00000000000000000000000000000000}\n" "xmm6 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = {0x0 }" 2008.12.17 08:36:03 <- ", v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x0, 0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 = 0x00000000000000000000000000000000}\n" "xmm7 {v4_float = {0x0, 0x0, 0x0, 0x0}" 2008.12.17 08:36:03 <- ", v2_double = {0x0, 0x0}, v16_int8 = {0x0 }, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x0, 0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}" 2008.12.17 08:36:03 <- ", uint128 = 0x00000000000000000000000000000000}\n" "mxcsr 0x1f80\t[ IM DM ZM OM UM PM ]\n" "mm0 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0, 0x0, 0x0, 0x0}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}\n" 2008.12.17 08:36:03 <- "mm1 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0, 0x0, 0x0, 0x0}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}\n" "mm2 {uint64 = 0x0" 2008.12.17 08:36:03 <- ", v2_int32 = {0x0, 0x0}, v4_int16 = {0x0, 0x0, 0x0, 0x0}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}\n" "mm3 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0, 0x0, 0x0, 0x0}, v8_int8 = {0x0" 2008.12.17 08:36:03 <- ", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}\n" "mm4 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0, 0x0, 0x0, 0x0}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}\n" 2008.12.17 08:36:03 <- "mm5 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0, 0x0, 0x0, 0x0}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}\n" "mm6 {uint64 = 0x0, v2_int32 = {0x0, 0x0}" 2008.12.17 08:36:03 <- ", v4_int16 = {0x0, 0x0, 0x0, 0x0}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}\n" "mm7 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0, 0x0, 0x0, 0x0}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}\n" 2008.12.17 08:36:03 <- "(gdb) " # Updating status displays... # Updating status displays...done. # Display -1: `info all-registers` (enabled) # Display -1: `info all-registers` (enabled) 2008.12.17 08:36:07 -> "output iostream\n" 2008.12.17 08:36:07 <- "A syntax error in expression, near `\'.\n" 2008.12.17 08:36:07 <- "(gdb) " 2008.12.17 08:39:52 -> "output include\n" 2008.12.17 08:39:52 <- "No symbol \"include\" in current context.\n" 2008.12.17 08:39:52 <- "(gdb) " 2008.12.17 08:39:53 -> "output using\n" 2008.12.17 08:39:53 <- "No symbol \"using\" in current context.\n" 2008.12.17 08:39:53 <- "(gdb) "