summaryrefslogtreecommitdiff
path: root/gdb/gdbtk/library/srcwin.itb
diff options
context:
space:
mode:
authorMartin Hunt <hunt@redhat.com>2001-11-05 19:14:00 +0000
committerMartin Hunt <hunt@redhat.com>2001-11-05 19:14:00 +0000
commit8ff1dc1cb83e405d7627d9bc56c846f86a936475 (patch)
tree55b8998394a1e8674cab9f36f80904ddbe921a66 /gdb/gdbtk/library/srcwin.itb
parent7d6708cbbcf24c757b2b64068e6524f75c037aa6 (diff)
downloadgdb-8ff1dc1cb83e405d7627d9bc56c846f86a936475.tar.gz
2001-11-05 Martin M. Hunt <hunt@redhat.com>
* library/debugwin.itb (DebugWin::build_win): Initialize gdbtk_de(ERRORS_ONLY) and gdbtk_de(filter_var) (DebugWin::puts): Rewrite filter to handle new options. (DebugWinDOpts::build_win): Update list of classes. Change filter dialog so we can not display only errors and warnings or choose between displaying ALL classes except those selected or only selected classes. Fix "OK" button to apply changes before closing dialog. DebugWinOpts::_apply): Now takes an agrument that indicates if dialog should exit after applying filter. * library/debugwin.ith (_apply): Now takes an arg. * library/main.tcl: If GDBTK_DEBUGFILE is not set, use "insight.log" as the default. If GDBTK_DEBUG is set and nonzero, start logging debug messages to GDBTK_DEBUGFILE immediately. Never open the debug window automatically. * library/managedwin.itb (ManagedWin::shutdown): Don't save debug window options dialog on active list * library/srcwin.itb: Remove troublesome debug line.
Diffstat (limited to 'gdb/gdbtk/library/srcwin.itb')
-rw-r--r--gdb/gdbtk/library/srcwin.itb1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/gdbtk/library/srcwin.itb b/gdb/gdbtk/library/srcwin.itb
index 5d9029669fb..f5ba7b19a27 100644
--- a/gdb/gdbtk/library/srcwin.itb
+++ b/gdb/gdbtk/library/srcwin.itb
@@ -356,7 +356,6 @@ body SrcWin::goto_func {w {val ""}} {
body SrcWin::fillNameCB {} {
global _files
set allfiles [gdb_listfiles]
- debug "gdb_listfiles returned $allfiles"
foreach f $allfiles {
# FIXME: If you reactivate this code add a catch as gdb_find_file can err
# (P.S.: I don't know why this is commented out)