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] Updated Insight HTML files (remove &nbsp)




	The following html help files for Insight have &nbsp codes
	embedded in them, these codes are not displayed when the files
	are viewed with IE or Netscape, but are displayed in the tk
	browser. The patches below remote these embedded codes.

	help/breakpoint.html
	help/memory.html

2002-05-06	Craig Hackney	<craig@triscend.com>

	* breakpoint.html: Removed embedded &nbsp codes from html

Index: breakpoint.html
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/library/help/breakpoint.html,v
retrieving revision 1.1.1.1
diff -c -p -r1.1.1.1 breakpoint.html
*** breakpoint.html	7 Feb 2000 00:19:42 -0000	1.1.1.1
--- breakpoint.html	6 May 2002 15:59:27 -0000
*************** disabled or enabled) and removing breakp
*** 21,27 ****
  
  <H2>
  <A NAME="menus_bp"></A>Breakpoint Menu</H2>
! The Breakpoint Menu operates on the selected breakpoint only.&nbsp; If
  no breakpoint is selected the menu items will be disabled. The type and
  state of a breakpoint may be changed by selecting the desired type or
state
  from the menu.
--- 21,27 ----
  
  <H2>
  <A NAME="menus_bp"></A>Breakpoint Menu</H2>
! The Breakpoint Menu operates on the selected breakpoint only. If
  no breakpoint is selected the menu items will be disabled. The type and
  state of a breakpoint may be changed by selecting the desired type or
state
  from the menu.
*************** the left mouse button to select a breakp
*** 65,77 ****
  menu selection.
  
  <H4>Modifying Breakpoints</H4>
! To&nbsp;<A NAME="display_state"></A>enable a breakpoint, simply click the
  checkbutton in the first column of the desired breakpoint so that it is
  selected (checked). To disable a breakpoint, "uncheck" the checkbutton.
! <P>To change a breakpoint's&nbsp;<A NAME="display_temp"></A>type, select
  the desired type from either the Breakpoint Menu or the Breakpoint Pop-up
  Menu.
! <P>To remove a&nbsp;<A NAME="display_remove"></A>breakpoint, use the left
  mouse button to select the breakpoint to remove and use either the
Breakpoint
  Menu or the Breakpoint Pop-up Menu to select "remove". To re-install a
  breakpoint, use the <A HREF="source.html#setting_a_breakpoint">Source
Window
--- 65,77 ----
  menu selection.
  
  <H4>Modifying Breakpoints</H4>
! To <A NAME="display_state"></A>enable a breakpoint, simply click the
  checkbutton in the first column of the desired breakpoint so that it is
  selected (checked). To disable a breakpoint, "uncheck" the checkbutton.
! <P>To change a breakpoint's <A NAME="display_temp"></A>type, select
  the desired type from either the Breakpoint Menu or the Breakpoint Pop-up
  Menu.
! <P>To remove a <A NAME="display_remove"></A>breakpoint, use the left
  mouse button to select the breakpoint to remove and use either the
Breakpoint
  Menu or the Breakpoint Pop-up Menu to select "remove". To re-install a
  breakpoint, use the <A HREF="source.html#setting_a_breakpoint">Source
Window


2002-05-06	Craig Hackney	<craig@triscend.com>

	* memory.html: Removed embedded &nbsp codes from html

Index: 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
*** memory.html	7 Feb 2000 00:19:42 -0000	1.1.1.1
--- memory.html	6 May 2002 15:59:27 -0000
*************** The Memory Window</H1>
*** 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.
! <BR>&nbsp;
  <LI>
  <A HREF="#menus">Address Menu</A></LI>
  
--- 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.
! <BR>
  <LI>
  <A HREF="#menus">Address Menu</A></LI>
  
*************** of the Memory Window.
*** 35,43 ****
  <A NAME="menus_auto"></A>Auto Update</DT>
  
  <DD>
! When selected, causes the Memory Window to update the display every.&nbsp;
! If it is not selected, the display will be frozen until it is selected
! or "Update Now" is selected.</DD>
  
  <DT>
  <A NAME="menus_now"></A>Update Now</DT>
--- 35,43 ----
  <A NAME="menus_auto"></A>Auto Update</DT>
  
  <DD>
! 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.</DD>
  
  <DT>
  <A NAME="menus_now"></A>Update Now</DT>
*************** and press the enter key on the keyboard.
*** 78,92 ****
  <A HREF="register.html">Register
  Window</A>, 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.&nbsp; After you
  hit enter, the memory window will automatically shift focus to the next
  cell.
  <P>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.&nbsp; You
  can also use the backspace key to delete part of the value without
deleting
  the whole value.
! <P>Another way to edit memory is to edit the ASCII window.&nbsp; To do
! this, select a cell using the mouse.&nbsp; Then type in a new string.
  <H4>
  <A NAME="display_popup"></A>Memory Pop-up Menu</H4>
  Clicking the right mouse button while the mouse cursor lies within the
--- 78,92 ----
  <A HREF="register.html">Register
  Window</A>, 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.
  <P>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.
! <P>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.
  <H4>
  <A NAME="display_popup"></A>Memory Pop-up Menu</H4>
  Clicking the right mouse button while the mouse cursor lies within the
*************** Auto Update</DT>
*** 98,106 ****
  
  <DL>
  <DT>
! When selected, the Memory Window will track changes in memory shown in
! the Display.&nbsp; When not selected, the Memory Window is "frozen",
representing
! a "snapshot" of memory.</DT>
  </DL>
  
  <DT>
--- 98,106 ----
  
  <DL>
  <DT>
! 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.</DT>
  </DL>
  
  <DT>
*************** Update Now</DT>
*** 108,114 ****
  
  <DL>
  <DT>
! &nbsp;Forces the Memory Window to update the display immediately.</DT>
  </DL>
  
  <DT>
--- 108,114 ----
  
  <DL>
  <DT>
! Forces the Memory Window to update the display immediately.</DT>
  </DL>
  
  <DT>







----------------------------------------------------------------------
            
       /\    Craig Hackney                     TEL: 650-968-8668 x171
    /\/  \   Triscend Corporation              FAX: 650-934-9393
 /\/ /    \  301 North Whisman Road         mailto:craig@triscend.com
/ / /      \ Mountain View, CA 94043          http://www.triscend.com

----------------------------------------------------------------------


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