From owner-freebsd-hackers Thu Mar 16 12:24:30 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA25463 for hackers-outgoing; Thu, 16 Mar 1995 12:24:30 -0800 Received: from trout.sri.MT.net (trout.sri.MT.net [204.182.243.12]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id MAA25457 for ; Thu, 16 Mar 1995 12:24:25 -0800 Received: (from nate@localhost) by trout.sri.MT.net (8.6.9/8.6.9) id NAA16763 for hackers@FreeBSD.org; Thu, 16 Mar 1995 13:28:30 -0700 Date: Thu, 16 Mar 1995 13:28:30 -0700 From: Nate Williams Message-Id: <199503162028.NAA16763@trout.sri.MT.net> X-Mailer: Mail User's Shell (7.2.5 10/14/92) To: hackers@FreeBSD.org Subject: Graphical interface to gdb? Sender: hackers-owner@FreeBSD.org Precedence: bulk Cygnus made an announcement about this a while ago, and I remember hearing that the newest version of UPS was going to use gdb for the front end, but I haven't heard anything since. Does anyone know of anything besides *gdb (xgdb, xxgdb, mxgdb, tgdb) tools that provide a nice graphics interface to gdb? Barring that, does anyone know a way to have XEmacs use multiple screens (not a split screen) for debugging. It would be nice for it to use one screen for the input/output of the program, one screen for the gdb command, and a remaining screen for the source code. Currently, you have one/half of a screen for gdb and all I/O, and the other half for source. It's better than raw gdb, but it could be better. Any Elisp hackers out there want a challenge? Thanks! Nate