public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Allow debugging of exes with no debug info
@ 2002-01-02 15:49 Keith Seitz
  0 siblings, 0 replies; only message in thread
From: Keith Seitz @ 2002-01-02 15:49 UTC (permalink / raw)
  To: Insight Maling List

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  <keiths@redhat.com>

	* 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-01-02 23:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-02 15:49 [PATCH] Allow debugging of exes with no debug info Keith Seitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).