Date: Mon, 9 Sep 1996 23:32:34 -0400 (EDT) From: Bill Paul <wpaul@skynet.ctr.columbia.edu> To: julian@whistle.com (Julian Elischer) Cc: hackers@freebsd.org Subject: Re: [Fwd: "lost" software package] Message-ID: <199609100332.XAA04929@skynet.ctr.columbia.edu> In-Reply-To: <3234C21F.1CFBAE39@whistle.com> from "Julian Elischer" at Sep 9, 96 06:19:27 pm
next in thread | previous in thread | raw e-mail | index | archive | help
Of all the gin joints in all the towns in all the world, Julian Elischer had to walk into mine and say: > > X-Mailer: Mozilla 3.0b6 (X11; I; FreeBSD 2.2-CURRENT i386) Rrrrr...... I hate it when people send mail with netscrape. But anyway. > Once upon a time, > I pulled a file from oine of the ports/packages/incoming > directories > (or somewhere) > that ran as a frontend to gdb (I think) > and graphed out what variable pointed to what variables etc.. > very useful for documanting the 'state' of a system in graphical form.. > has anyone got a clue what it was > and how I get it again? > > thanks... julian This sounds like ddd. It is a front end to gdb, and it does graphing of variables. Unfortunately, it requires Motif. It's also written in C++ and can be a little tricky to build (don't use -O2 optimization with gcc 2.6.3 or the resulting binary will blow up rather quickly). I played with it briefly. I had two complaints about it: 1) since it uses Motif and is written in C++, it's a bit of a memory pig and 2) since I tend to do most of my coding from a dumb terminal, graphical debuggers don't tend do to me a whole lot of good. (Hey: the terminal's next to the couch and the console's way over by the window, okay?) You should be able to find the source with archie. Someone somewhere should have a binary for FreeBSD. -Bill -- ============================================================================= -Bill Paul (212) 854-6020 | System Manager, Master of Unix-Fu Work: wpaul@ctr.columbia.edu | Center for Telecommunications Research Home: wpaul@skynet.ctr.columbia.edu | Columbia University, New York City ============================================================================= "If you're ever in trouble, go to the CTR. Ask for Bill. He will help you." =============================================================================
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609100332.XAA04929>