This is the mail archive of the gdb-patches@sourceware.org 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]

Re: MI solib notification


> From: Vladimir Prus <vladimir@codesourcery.com>
> Date: Sat, 31 Jan 2009 00:10:46 +0300
> 
> Are doc changes OK?

Yes, thanks.  But I have a few comments:

> +@item =library-loaded,id="@var{id}",target-name="@var{target-name}",host-name="@var{host-name}",low-address="@var{low}",high-address="@var{high}",symbols-loaded="@var{loaded}"

This is a very long line, and the @table that it's part of has @code
markup, which means TeX will not break this line.  We need to make it
shorter.  One idea is this:

  @item =library-loaded,@var{info}

and then describe the contents of @var{info} below, perhaps as a
separate @table.  WDYT?

> +@var{id} field is an opaque identifier of the library. For remote
                                                        ^^
One more blank, please.

> +@item =library-unloaded,id="@var{id}",target-name="@var{target-name}",host-name="@var{host-name}"

Similarly here: this line is too long.

> +Reports that a library was loaded by the program.
                              ^^^^^^
You mean "unloaded", right?


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