Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!apple!julius.cs.uiuc.edu!wuarchive!udel!haven!decuac!lemans.dec.com!shlump.nac.dec.com!riscy.enet.dec.com!croton!frank From: frank@croton.enet.dec.com (Frank Wortner) Newsgroups: comp.unix.ultrix Subject: Re: ultrix 4.0 dbx Message-ID: <1875@riscy.enet.dec.com> Date: 17 Jan 91 21:10:27 GMT References: <1991Jan15.145308.1436@jarvis.csri.toronto.edu> <10166@pasteur.Berkeley.EDU> <1991Jan13.204300.20332@cimage.com> Sender: newsdaemon@riscy.enet.dec.com Reply-To: frank@croton.enet.dec.com (Frank Wortner) Organization: Digital Equipment Corporation Lines: 43 > Hell, the old dbx was too. Hasn't DEC noticed yet that "help" in dbx > fails silently (gee, what great help you have there), for example? Works just fine for me. The script output below is from my DECstation 3100 running ULTRIX 4.0 software. Frank Script started on Thu Jan 17 16:03:51 1991 $ dbx enter object file name (default is `a.out'): dbx version 2.0 Type 'help' for help. reading symbolic information ... main: 8 setpwent(); (dbx) help MOST USED COMMANDS quit[!] - quit dbx run arg1 arg2 ... < f1 >& f2 - begin execution of the program stop at - suspend execution at the line [n] cont - continue with signal return - continue until the current procedure returns print ... - print the value of the expressions printf "string", exp, ... - print expressions using format string(C) where [n] - print currently active procedures (stack trace) status - print trace/stop/record's in effect func - move to activation level of [/ | ?] - display count number of formatted memory items file - change current file to file list : - list source lines at for lines sh - perform shell command HISTORY, ALIAS, and INPUT/OUTPUT REDIRECTION quit[!] - quit dbx --More--(8%)