bug-ddd
[Top][All Lists]
Advanced

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

(no subject)


From: Jamie Ross Cassidy
Subject: (no subject)
Date: Tue, 27 Mar 2001 13:03:30 +0100

GNU DDD 3.2 (i686-pc-linux-gnu)
Copyright (C) 1995-1999 Technische Universitaet Braunschweig, Germany.
Copyright (C) 1999-2000 Universitaet Passau, Germany.
Compiled with GCC egcs-2.91.66 19990314/Linux (egcs-1.1.2 release), GNU libc 2.1
Requires X11R6, Xt11R6, Motif 2.0 (GNU/LessTif Version 2.0 Release 0.89.9)
Includes DDD core, Manual, App defaults, XPM 3.4.11, Athena Panner
Built 2000-02-11 by root <root@porky.devel.redhat.com>.
$  ddd
+  /bin/sh -c 'exec gdb -q -fullname'
#  Hello, world!
#  Opening session "118258c53e000098569450100000029130013"...
#  Enabling core dumps...
#  Enabling core dumps...done.
#  Running GDB (pid 3366, tty /dev/pts/3)...
#  Current language: c/c++
#  Another DDD is running (pid 4523, host ug004.cs.man.ac.uk)
<- "(gdb) "
-> "set prompt (gdb) "
#  Creating 
"/home/S99/cassidj9/.ddd/sessions/118258c53e000098569450100000029130013/"...
#  Creating 
"/home/S99/cassidj9/.ddd/sessions/118258c53e000098569450100000029130013/"...done.
#  Copying "/home/S99/cassidj9/.ddd/init" to 
"/home/S99/cassidj9/.ddd/sessions/118258c53e000098569450100000029130013/init"...
#  Copying "/home/S99/cassidj9/.ddd/init" to 
"/home/S99/cassidj9/.ddd/sessions/118258c53e000098569450100000029130013/init"...done.
#  Copying "/home/S99/cassidj9/.ddd/history" to 
"/home/S99/cassidj9/.ddd/sessions/118258c53e000098569450100000029130013/history"...
#  Copying "/home/S99/cassidj9/.ddd/history" to 
"/home/S99/cassidj9/.ddd/sessions/118258c53e000098569450100000029130013/history"...done.
#  Saving session in 
"/home/S99/cassidj9/.ddd/sessions/118258c53e000098569450100000029130013/init"...
#  Saving session in 
"/home/S99/cassidj9/.ddd/sessions/118258c53e000098569450100000029130013/init"...done.
<- "(gdb) "
-> "set height 0"
<- "(gdb) "
-> "set width 0"
<- "(gdb) "
-> "set annotate 1"
<- "(gdb) "
-> " set verbose off"
<- "(gdb) "
-> "info line"
<- "No line number information available.\n"
   "(gdb) "
-> "list"
<- "No symbol table is loaded.  Use the \"file\" command.\n"
   "(gdb) "
-> "info line"
<- "No line number information available.\n"
   "(gdb) "
-> "output 4711"
<- "4711(gdb) "
-> "show language"
<- "The current source language is \"auto; currently c\".\n"
   "(gdb) "
-> "pwd"
<- "Working directory 
/.automount/rs0.cs.man.ac.uk/export/b/S99/cassidj9/CS2072/ex3.\n"
   "(gdb) "
-> "info breakpoints"
<- "No breakpoints or watchpoints.\n"
   "(gdb) "
-> "show history filename"
<- "The filename in which to record the command history is 
\"/.automount/rs0.cs.man.ac.uk/export/b/S99/cassidj9/CS2072/ex3/.gdb_history\".\n"
   "(gdb) "
-> "show history size"
<- "The size of the command history is 1000.\n"
   "(gdb) "
-> "info files"
<- "(gdb) "
-> "info program"
<- "The program being debugged is not being run.\n"
   "(gdb) "
-> "source /tmp/fileKsXATg"
<- "(gdb) "
-> "info breakpoints"
<- "No breakpoints or watchpoints.\n"
   "(gdb) "
-> "# reset"
<- "(gdb) "
-> "info breakpoints"
<- "No breakpoints or watchpoints.\n"
   "(gdb) "
-> "display"
<- "(gdb) "
-> "info display"
<- "There are no auto-display expressions now.\n"
   "(gdb) "
-> "set environment TERM dumb"
<- "(gdb) "
-> "info files"
<- "(gdb) "
-> "info program"
<- "The program being debugged is not being run.\n"
   "(gdb) "
-> "help detach"
<- "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"
   "(gdb) "
#  Opening session "118258c53e000098569450100000029130013"...done.
#  Welcome to DDD 3.2 "Man Ray" (i686-pc-linux-gnu)
-> "help run"
<- "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) "
-> "help step"
<- "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"
   "(gdb) "
-> "help stepi"
<- "Step one instruction exactly.\n"
   "Argument N means do this N times (or till program stops for another 
reason).\n"
   "(gdb) "
-> "help next"
<- "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"
   "(gdb) "
-> "help nexti"
<- "Step one instruction, but proceed through subroutine calls.\n"
   "Argument N means do this N times (or till program stops for another 
reason).\n"
   "(gdb) "
-> "help until"
<- "Execute until the program reaches a source line greater than the current\n"
   "or a specified line or address or function (same args as break command).\n"
   "Execution will also stop upon exit from the current stack frame.\n"
   "(gdb) "
-> "help finish"
<- "Execute until selected stack frame returns.\n"
   "Upon return, the value returned is printed and put in the value history.\n"
   "(gdb) "
-> "help cont"
<- "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"
   "(gdb) "
-> "help signal"
<- "Continue program giving it signal specified by the argument.\n"
   "An argument of \"0\" means continue program without giving it a signal.\n"
   "(gdb) "
-> "help kill"
<- "Kill execution of program being debugged.\n"
   "(gdb) "
-> "help up"
<- "Select and print stack frame that called this one.\n"
   "An argument says how many frames up to go.\n"
   "(gdb) "
-> "help down"
<- "Select and print stack frame called by this one.\n"
   "An argument says how many frames down to go.\n"
   "(gdb) "
#  Deleting session "118258c53e000098569450100000029130013"...
#  Current session is [none].
#  Deleting session "118258c53e000098569450100000029130013"...done.
-> "quit"
#  Running GDB (pid 3366, tty /dev/pts/3)...Exit 0.
#  Saving history in "/home/S99/cassidj9/.ddd/history"...
#  Saving history in "/home/S99/cassidj9/.ddd/history"...done.
#  Thanks for using DDD 3.2!



reply via email to

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