Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Daniel Jacobowitz <drow@false.org>
To: gdb-patches@sourceware.org
Subject: Re: Windows DLL support update (a bit slimmer version)
Date: Wed, 24 Oct 2007 21:10:00 -0000	[thread overview]
Message-ID: <20071024210635.GV10943@caradoc.them.org> (raw)
In-Reply-To: <ulk9sthqq.fsf@gnu.org>

On Wed, Oct 24, 2007 at 09:50:05PM +0200, Eli Zaretskii wrote:
> "Support to support"?  Can you find a better wording?  Something like
> "must be linked with the Expat library to support ..."?

Thanks for noticing.  Here's one using that better wording, which I've
checked in - I'd made this blunder elsewhere too.

-- 
Daniel Jacobowitz
CodeSourcery

2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>

	* gdb.texinfo (Files): Correct formatting.  Mention Expat
	requirement.
	(Requirements for Building GDB): Expand the list of Expat
	uses.
	(Library List Format, Memory Map Format): Mention Expat.
	(Target Descriptions): Update Expat wording.

Index: gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.439
diff -u -p -r1.439 gdb.texinfo
--- gdb.texinfo	16 Oct 2007 17:36:51 -0000	1.439
+++ gdb.texinfo	24 Oct 2007 21:04:19 -0000
@@ -11795,9 +11795,13 @@ as arguments.  @value{GDBN} always conve
 name and remembers it that way.
 
 @cindex shared libraries
-@value{GDBN} supports GNU/Linux, MS-Windows, HP-UX, SunOS, SVr4, Irix,
+@anchor{Shared Libraries}
+@value{GDBN} supports @sc{gnu}/Linux, MS-Windows, HP-UX, SunOS, SVr4, Irix,
 and IBM RS/6000 AIX shared libraries.
 
+On MS-Windows @value{GDBN} must be linked with the Expat library to support
+shared libraries.  @xref{Expat}.
+
 @value{GDBN} automatically loads symbol definitions from shared libraries
 when you use the @code{run} command, or when you examine a core file.
 (Before you issue the @code{run} command, @value{GDBN} does not understand
@@ -22176,8 +22180,18 @@ The @file{configure} script will search 
 standard locations; if it is installed in an unusual path, you can
 use the @option{--with-libexpat-prefix} option to specify its location.
 
-Expat is used for remote protocol memory maps (@pxref{Memory Map Format})
-and for target descriptions (@pxref{Target Descriptions}).
+Expat is used for:
+
+@itemize @bullet
+@item
+Remote protocol memory maps (@pxref{Memory Map Format})
+@item
+Target descriptions (@pxref{Target Descriptions})
+@item
+Remote shared library lists (@pxref{Library List Format})
+@item
+MS-Windows shared libraries (@pxref{Shared Libraries})
+@end itemize
 
 @end table
 
@@ -25698,6 +25712,9 @@ where the library was loaded in memory. 
 addresses, not relocation offsets; they do not depend on the library's
 link-time base addresses.
 
+@value{GDBN} must be linked with the Expat library to support XML
+library lists.  @xref{Expat}.
+
 A simple memory map, with one loaded library relocated by a single
 offset, looks like this:
 
@@ -25731,7 +25748,12 @@ memory map.
 
 The memory map is obtained using the @samp{qXfer:memory-map:read}
 (@pxref{qXfer memory map read}) packet and is an XML document that
-lists memory regions.  The top-level structure of the document is shown below:
+lists memory regions.
+
+@value{GDBN} must be linked with the Expat library to support XML
+memory maps.  @xref{Expat}.
+
+The top-level structure of the document is shown below:
 
 @smallexample
 <?xml version="1.0"?>
@@ -25841,8 +25863,8 @@ actually describe its own features.  Thi
 processor variants it has never seen before --- to the extent that the
 descriptions are accurate, and that @value{GDBN} understands them.
 
-@value{GDBN} must be compiled with Expat support to support XML target
-descriptions.  @xref{Expat}.
+@value{GDBN} must be linked with the Expat library to support XML
+target descriptions.  @xref{Expat}.
 
 @menu
 * Retrieving Descriptions::         How descriptions are fetched from a target.


      reply	other threads:[~2007-10-24 21:06 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-19 22:06 Pedro Alves
2007-09-03 17:46 ` Daniel Jacobowitz
2007-09-05  8:46   ` Pedro Alves
2007-10-12 21:53   ` Joel Brobecker
2007-10-12 21:56     ` Daniel Jacobowitz
2007-10-12 22:54       ` Joel Brobecker
2007-10-13 13:51         ` Eli Zaretskii
2007-10-13 14:02           ` Daniel Jacobowitz
2007-10-13 15:28             ` Eli Zaretskii
2007-10-13 15:52               ` Joel Brobecker
2007-10-24 19:09           ` Daniel Jacobowitz
2007-10-24 20:12             ` Eli Zaretskii
2007-10-24 21:10               ` Daniel Jacobowitz [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20071024210635.GV10943@caradoc.them.org \
    --to=drow@false.org \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox