This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] update debugwin


Checked this in.


2002-11-06  Martin M. Hunt  <hunt@redhat.com>

	* library/debugwin.itb: Remove VariableWin.  Add VarTree.



Index: library/debugwin.itb
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/library/debugwin.itb,v
retrieving revision 1.9
diff -p -r1.9 debugwin.itb
*** library/debugwin.itb	15 Oct 2002 21:19:50 -0000	1.9
--- library/debugwin.itb	6 Nov 2002 21:59:01 -0000
*************** itcl::body DebugWinDOpts::build_win {} {
*** 338,346 ****
    wm title [winfo toplevel $itk_interior] "Debug Display Options"
    # initialize here so we can resource this file and update the list
    set _classes {DebugWin RegWin SrcBar SrcWin ToolBar WatchWin EmbeddedWin \
! 		  ManagedWin GDBWin StackWin SrcTextWin VariableWin global \
  		  BpWin TargetSelection ModalDialog ProcessWin \
! 		  GDBEventHandler MemWin}
    set _classes [concat [lsort $_classes] others]
  
    set f [frame $itk_interior.f]
--- 338,346 ----
    wm title [winfo toplevel $itk_interior] "Debug Display Options"
    # initialize here so we can resource this file and update the list
    set _classes {DebugWin RegWin SrcBar SrcWin ToolBar WatchWin EmbeddedWin \
! 		  ManagedWin GDBWin StackWin SrcTextWin global \
  		  BpWin TargetSelection ModalDialog ProcessWin \
! 		  GDBEventHandler MemWin VarTree}
    set _classes [concat [lsort $_classes] others]
  
    set f [frame $itk_interior.f]

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]