public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* [patch] memory window GoTo
@ 2002-11-11 15:02 Martin M. Hunt
  0 siblings, 0 replies; only message in thread
From: Martin M. Hunt @ 2002-11-11 15:02 UTC (permalink / raw)
  To: insight

[-- Attachment #1: Type: text/plain, Size: 181 bytes --]

This fixes the memory window's "goto" function.  It is on the popup
menu.


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

	* library/memwin.itb: Supply arg to _update_address.




[-- Attachment #2: p --]
[-- Type: text/x-patch, Size: 801 bytes --]

Index: memwin.itb
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/library/memwin.itb,v
retrieving revision 1.21
diff -p -r1.21 memwin.itb
*** memwin.itb	15 Oct 2002 21:19:51 -0000	1.21
--- memwin.itb	11 Nov 2002 23:01:15 -0000
*************** itcl::body MemWin::goto { addr } {
*** 675,681 ****
    set current_addr $addr
    $itk_interior.f.cntl delete 0 end
    $itk_interior.f.cntl insert end $addr
!   _update_address
  }
  
  # ------------------------------------------------------------------
--- 675,681 ----
    set current_addr $addr
    $itk_interior.f.cntl delete 0 end
    $itk_interior.f.cntl insert end $addr
!   _update_address 1
  }
  
  # ------------------------------------------------------------------

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-11 15:02 [patch] memory window GoTo Martin M. Hunt

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).