Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm list-help: list-post: Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-apps AT sourceware DOT cygnus DOT com From: Chris Faylor Date: Sat, 3 Jun 2000 22:04:43 -0400 To: cygwin-apps AT sourceware DOT cygnus DOT com Subject: Updated version of gdb available for testing Message-ID: <20000603220443.A2615@cygnus.com> Reply-To: cygwin-apps AT sourceware DOT cygnus DOT com Mail-Followup-To: cygwin-apps AT sourceware DOT cygnus DOT com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i I've uploaded a new version of gdb + cygtcl80.dll to my private ftp directory. This version of gdb should be able to properly find file even if the files are referenced via the cygwin mount table. I've also made a couple of other modifications. gdb no longer displays the DLLs that are loaded as they are loaded. Instead, you can get a list of DLLs via the "info shared" command. Eventually, I'll probably add the standard capability of breaking on the loading of a dll, too. I also added a "dll-symbols" command for loading the symbols of a DLL file. I would appreciate it if people could give this a try before I make a new release for cygwin/latest. The URL is: ftp://ftp.cygnus.com/private/home/cgf/gdb-20000603.tar.bz2 You should be in your "root directory" when you extract this file. You probably want to make a backup of your current version of gdb prior to doing this. cgf