summaryrefslogtreecommitdiff
path: root/gdb/gdbtk/library/debugwin.ith
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/debugwin.ith
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/debugwin.ith')
-rw-r--r--gdb/gdbtk/library/debugwin.ith3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/gdbtk/library/debugwin.ith b/gdb/gdbtk/library/debugwin.ith
index c9734c232e5..8ebda346286 100644
--- a/gdb/gdbtk/library/debugwin.ith
+++ b/gdb/gdbtk/library/debugwin.ith
@@ -79,7 +79,6 @@ class DebugWinDOpts {
variable _classes
method build_win {}
method _all {}
- method _apply {}
+ method _apply {done}
}
-
}