From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2105 invoked by alias); 17 Jan 2002 19:16:03 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 2038 invoked from network); 17 Jan 2002 19:15:59 -0000 Received: from unknown (HELO spider.gnu.org) (199.232.76.163) by sources.redhat.com with SMTP; 17 Jan 2002 19:15:59 -0000 Received: from 3diff by spider.gnu.org with local (Exim 3.22 #1 (Debian)) id 16RI11-0001wB-00 for ; Thu, 17 Jan 2002 14:15:59 -0500 From: Brian Youmans <3diff@gnu.org> To: gdb-patches@sources.redhat.com Subject: final 5.1 gdb.texinfo diff Message-Id: Date: Thu, 17 Jan 2002 11:16:00 -0000 X-SW-Source: 2002-01/txt/msg00485.txt.bz2 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