From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4185 invoked by alias); 2 Jan 2002 23:49:25 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 4009 invoked from network); 2 Jan 2002 23:49:21 -0000 X-Authentication-Warning: makita.cygnus.com: keiths owned process doing -bs Date: Wed, 02 Jan 2002 15:49:00 -0000 From: Keith Seitz X-X-Sender: To: Insight Maling List Subject: [PATCH] Allow debugging of exes with no debug info Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-q1/txt/msg00005.txt.bz2 Hi, I don't know why this was disallowed in the past, but it seems like a really lame limitation... Keith ChangeLog 2002-01-02 Keith Seitz * library/interface.tcl (set_exe): Allow users to debug executables with no debug information. Patch Index: library/interface.tcl =================================================================== RCS file: /cvs/src/src/gdb/gdbtk/library/interface.tcl,v retrieving revision 1.36 diff -u -p -r1.36 interface.tcl --- library/interface.tcl 2002/01/02 23:42:50 1.36 +++ library/interface.tcl 2002/01/02 23:48:15 @@ -864,9 +864,6 @@ proc set_exe {} { tk_messageBox -icon error -default ok \ -title "GDB" -type ok -modal system \ -message "This executable has no debugging information." - set gdb_exe_name {} - set file_done 0 - return } # force new target command