This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB 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]

final 5.1 gdb.texinfo diff


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



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