public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: "Martin M. Hunt" <hunt@redhat.com>
To: "insight@sources.redhat.com" <insight@sources.redhat.com>
Subject: [patch] memory window GoTo
Date: Mon, 11 Nov 2002 15:02:00 -0000	[thread overview]
Message-ID: <1037055840.1175.32.camel@localhost.localdomain> (raw)

[-- 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
  }
  
  # ------------------------------------------------------------------

                 reply	other threads:[~2002-11-11 23:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1037055840.1175.32.camel@localhost.localdomain \
    --to=hunt@redhat.com \
    --cc=insight@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).