Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* final 5.1 gdb.texinfo diff
@ 2002-01-17 11:16 Brian Youmans
  2002-01-17 14:55 ` Andrew Cagney
  2002-01-20  4:03 ` Eli Zaretskii
  0 siblings, 2 replies; 3+ messages in thread
From: Brian Youmans @ 2002-01-17 11:16 UTC (permalink / raw)
  To: gdb-patches

This last diff fixes or at least ameliorates 3 Overfull hbox problems,
by the expedient of un-indenting the examples.  It would be better if
someone rewrote these examples with shorter lines instead, but these
patches more or less fix the problems, at the cost of some ugliness.

- Brian Y., FSF office staff

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

*** gdbyesterday.texinfo	Thu Jan 17 13:59:08 2002
--- gdb.texinfo	Thu Jan 17 13:50:38 2002
***************
*** 10960,10967 ****
  debugged program's data segment:
  
  @smallexample
! (@value{GDBP}) info dos ldt $ds
! 0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)
  @end smallexample
  
  @noindent
--- 10960,10967 ----
  debugged program's data segment:
  
  @smallexample
! @exdent @code{(@value{GDBP}) info dos ldt $ds}
! @exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
  @end smallexample
  
  @noindent
***************
*** 11003,11012 ****
  example, here's how to display the Page Table entry for the page where
  the variable @code{i} is stored:
  
! @smallexample
! (@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i
! Page Table entry for address 0x11a00d30:
! Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30
  @end smallexample
  
  @noindent
--- 11003,11012 ----
  example, here's how to display the Page Table entry for the page where
  the variable @code{i} is stored:
  
! @smallexample 
! @exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
! @exdent @code{Page Table entry for address 0x11a00d30:}
! @exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30} 
  @end smallexample
  
  @noindent
***************
*** 11025,11033 ****
  transfer buffer:
  
  @smallexample
! (@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)
! Page Table entry for address 0x29110:
! Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110
  @end smallexample
  
  @noindent
--- 11025,11033 ----
  transfer buffer:
  
  @smallexample
! @exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
! @exdent @code{Page Table entry for address 0x29110:}
! @exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
  @end smallexample
  
  @noindent



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-01-20 12:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-17 11:16 final 5.1 gdb.texinfo diff Brian Youmans
2002-01-17 14:55 ` Andrew Cagney
2002-01-20  4:03 ` Eli Zaretskii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox