summaryrefslogtreecommitdiff
path: root/gdb/gdbtk/library/debugwin.itb
Commit message (Collapse)AuthorAgeFilesLines
* 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>Paul Brook2005-10-201-483/+0
| | | | | * gdb/elfread.c (elf_symtab_read): Skip symbols which BFD considers special.
* 2004-04-05 Martin Hunt <hunt@redhat.com>Martin Hunt2004-04-051-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/session.tcl: Make hostname and portname session-dependent. Add gdb_bg_num (the color scheme number) as a per-session variable. * library/prefs.tcl (pref_read): If color schemes are in use, set colors based on the current scheme. (pref_save): Add "bg" section. (pref_set_defaults): Define new variable gdb/use_color_schemes and define 16 default background colors. * library/managedwin.itb (ManagedWin::window_name): Append window "instance" string to window name. (ManagedWin::window_instance): Set window instance string. * library/debugwin.itb: Add a reconfig method to restore unique black textbackground, overriding color scheme. * library/csprefs.itb: * library/csprefs.ith: New files. Implement color scheme preferences. * library/util.tcl (set_bg_colors): New function. (r_setcolors): New function. * library/regwin.itb (_prefs_changed): Deleted. (reconfig): New function. Updates tkTable color tags if color scheme changes. * library/regwin.ith: Update to reflect above changes. * library/srcbar.itcl (create_pref_menu): Add pulldown menus for "Edit Color Schemes..." and "Use Color Schemes". (reconfig): Fix up menu items for color schemes. * library/globalpref.itb (_init_var): Add gdb/use_color_schemes to variable list. (_build_win): Add a checkbutton to enable/disable color schemes. * library/gdbmenubar.itcl (menubar_add_cascade): Add a class argument so cascade menus can be managed by class too. * library/interface.tcl (gdbtk_tcl_fputs): Check for existence of gdbtk_state(console). Stops annoying error messages. (gdbtk_tcl_fputs_error): Ditto. (gdbtk_tcl_fputs_log): Ditto.
* 2002-12-04 Martin M. Hunt <hunt@redhat.com>Martin Hunt2002-12-041-2/+1
| | | | | | * library/helpviewer.tcl (open_help): Fix KDE apps list. * library/debugwin.itb (build_win): Fix help call.
* 2002-11-06 Martin M. Hunt <hunt@redhat.com>Martin Hunt2002-11-061-2/+2
| | | | * library/debugwin.itb: Remove VariableWin. Add VarTree.
* 2002-10-15 Martin M. Hunt <hunt@redhat.com>Martin Hunt2002-10-151-15/+15
| | | | | | | | | | * library/* : auto_mkindex cannot rebuild tclIndex because it does not recognize the namespace import in main.tcl. To get it to work again, rename the following: body -> itcl::body configbody -> itcl::configbody class -> itcl::class
* update copyrights (dates verified with cvs)Keith Seitz2002-01-151-1/+1
|
* 2002-01-03 Martin M. Hunt <hunt@redhat.com>Martin Hunt2002-01-031-3/+3
| | | | | * library/debugwin.itb: Fix incorrect button names so they will be enabled/disabled properly.
* 2001-11-08 Martin M. Hunt <hunt@redhat.com>Martin Hunt2001-11-081-2/+3
| | | | | | | * library/managedwin.itb (ManagedWin::shutdown): Fix typo in class name DebugWinDOpts. * library/debugwin.itb: Add MemWin to _classes.
* 2001-11-05 Martin M. Hunt <hunt@redhat.com>Martin Hunt2001-11-051-21/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* 2001-10-29 Martin M. Hunt <hunt@redhat.com>Martin Hunt2001-10-301-1/+0
| | | | | * library/debugwin.itb: Don't increment number of TopLevelWins.
* 2001-10-29 Martin M. Hunt <hunt@redhat.com>Martin Hunt2001-10-301-3/+1
| | | | | | | | * library/debugwin.itb: Don't increment number of TopLevelWins. * library/managedwin.itb: Don't save DebugWins to active list.
* 2001-02-08 Fernando Nasser <fnasser@redhat.com>Fernando Nasser2001-02-081-2/+2
| | | | | | | | | | | | | From 2001-02-06 Martin Hunt <hunt@redhat.com> * library/debugwin.itb: Change window name to "Insight Debug" * library/embeddedwin.ith: Fix debug messages. * library/locals.tcl: Ditto. * library/watch.tcl (postMenu): Ditto. * library/variables.tcl: Ditto. * library/interface.tcl: Ditto. * library/regwin.itb: Ditto. * library/gdbwin.ith: Ditto. * library/srcbar.itcl: Ditto.
* Initial revisionJason Molenda2000-02-071-0/+409