From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3574 invoked by alias); 6 May 2002 21:43:01 -0000 Mailing-List: contact insight-prs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-prs-owner@sources.redhat.com Received: (qmail 3560 invoked by uid 71); 6 May 2002 21:43:01 -0000 Resent-Date: 6 May 2002 21:43:01 -0000 Resent-Message-ID: <20020506214301.3559.qmail@sources.redhat.com> Resent-From: insight-gnats@sources.redhat.com (GNATS Filer) Resent-To: nobody@sources.redhat.com Resent-Cc: insight-prs@sources.redhat.com Resent-Reply-To: insight-gnats@sources.redhat.com, craig@triscend.com Received:(qmail 31077 invoked by uid 61); 6 May 2002 21:33:39 -0000 Message-Id:<20020506213339.31076.qmail@sources.redhat.com> Date: Mon, 06 May 2002 14:43:00 -0000 From: craig@triscend.com Reply-To: craig@triscend.com To: insight-gnats@sources.redhat.com X-Send-Pr-Version:gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: insight/147: The insight doc file memory.html contains   codes X-SW-Source: 2002-q2/txt/msg00016.txt.bz2 List-Id: >Number: 147 >Category: insight >Synopsis: The insight doc file memory.html contains   codes >Confidential: no >Severity: non-critical >Priority: medium >Responsible: unassigned >State: open >Class: doc-bug >Submitter-Id: net >Arrival-Date: Mon May 06 14:43:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: craig@triscend.com >Release: unknown-1.0 >Organization: >Environment: Windows 2000/Cygwin & Linux >Description: The insight doc file memory.html contains   codes, these codes are not displayed by IE or Netscape, but are displayed by the default TK browser. >How-To-Repeat: >Fix: Remove   codes from memory.html, see attached patch file. >Release-Note: >Audit-Trail: >Unformatted: ----gnatsweb-attachment---- Content-Type: text/plain; name="memory.html.pat" Content-Disposition: inline; filename="memory.html.pat" Index: gdb/gdbtk/library/help/memory.html =================================================================== RCS file: /cvs/src/src/gdb/gdbtk/library/help/memory.html,v retrieving revision 1.1.1.1 diff -c -p -r1.1.1.1 memory.html *** gdb/gdbtk/library/help/memory.html 7 Feb 2000 00:19:42 -0000 1.1.1.1 --- gdb/gdbtk/library/help/memory.html 6 May 2002 20:45:51 -0000 *************** The Memory Window *** 12,18 **** The Memory Window allows users to display and edit the contents of memory. The Memory Window Preferences controls all of the display characteristics of the Memory Window. !
 
  • Address Menu
  • --- 12,18 ---- The Memory Window allows users to display and edit the contents of memory. The Memory Window Preferences controls all of the display characteristics of the Memory Window. !
  • Address Menu
  • *************** of the Memory Window. *** 35,43 **** Auto Update
    ! When selected, causes the Memory Window to update the display every.  ! If it is not selected, the display will be frozen until it is selected ! or "Update Now" is selected.
    Update Now
    --- 35,43 ---- Auto Update
    ! When selected, causes the Memory Window to update the display every time ! the target is stopped. If it is not selected, the display will be frozen ! until it is selected or "Update Now" is selected.
    Update Now
    *************** and press the enter key on the keyboard. *** 78,92 **** Register Window, be careful of the input format used to enter data -- the debugger is capable of parsing binary, octal, decimal, and hexadecimal values. All ! entries will be padded with leading zeroes, if necessary.  After you hit enter, the memory window will automatically shift focus to the next cell.

    To edit part of the value of a cell, you can use the mouse to poistion ! the cursor to the exact part of the value you want to change.  You can also use the backspace key to delete part of the value without deleting the whole value. !

    Another way to edit memory is to edit the ASCII window.  To do ! this, select a cell using the mouse.  Then type in a new string.

    Memory Pop-up Menu

    Clicking the right mouse button while the mouse cursor lies within the --- 78,92 ---- Register Window, be careful of the input format used to enter data -- the debugger is capable of parsing binary, octal, decimal, and hexadecimal values. All ! entries will be padded with leading zeroes, if necessary. After you hit enter, the memory window will automatically shift focus to the next cell.

    To edit part of the value of a cell, you can use the mouse to poistion ! the cursor to the exact part of the value you want to change. You can also use the backspace key to delete part of the value without deleting the whole value. !

    Another way to edit memory is to edit the ASCII window. To do ! this, select a cell using the mouse. Then type in a new string.

    Memory Pop-up Menu

    Clicking the right mouse button while the mouse cursor lies within the *************** Auto Update *** 98,106 ****
    ! When selected, the Memory Window will track changes in memory shown in ! the Display.  When not selected, the Memory Window is "frozen", representing ! a "snapshot" of memory.
    --- 98,106 ----
    ! When selected, causes the Memory Window to update the display every time ! the target is stopped. If it is not selected, the display will be frozen ! until it is selected or "Update Now" is selected.
    *************** Update Now
    *** 108,114 ****
    !  Forces the Memory Window to update the display immediately.
    --- 108,114 ----
    ! Forces the Memory Window to update the display immediately.