From: Eli Zaretskii <eliz@gnu.org>
To: Sanjoy Das <sanjoy@playingwithpointers.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [PATCH 6/6] Documentation.
Date: Sat, 20 Aug 2011 08:34:00 -0000 [thread overview]
Message-ID: <83k4a8qy7c.fsf@gnu.org> (raw)
In-Reply-To: <1313821635-22137-7-git-send-email-sanjoy@playingwithpointers.com>
> From: Sanjoy Das <sanjoy@playingwithpointers.com>
> Cc: Sanjoy Das <sanjoy@playingwithpointers.com>
> Date: Sat, 20 Aug 2011 11:57:15 +0530
>
> +such a parser. More specific details can be found in the file
> +@file{gdb/jit-reader.h.in}.
The file name needs an update, I think.
> +The reader is implemented as a shared object. Two new @value{GDBN}
> +commands, @code{load-jit-reader} and @code{unload-jit-reader} are
> +added, to be used to load and unload the readers from a preconfigured
^^^^^
"provided" is better, especially if the manual is read a year from now ;-)
> +@node Using Readers
> +@subsection Using Readers
> +@kindex load-jit-reader
> +@kindex unload-jit-reader
> +
> +Readers can be loaded and unloaded using the @code{load-jit-reader}
> +and @code{unload-jit-reader} commands.
> +
> +@table @code
> +@kindex load-jit-reader
> +@item load-jit-reader @var{reader-name}
Please leave only one @kindex, the one that's immediately before the
command description.
In general, it is not useful to have identical or very similar index
entries that point to the same page in the document. They just
inflate the index without adding any benefits for the reader who uses
the index to quickly find the information she is after.
> +in @value{GDBN} reporting an error. A new JIT reader can be loaded by
> +first unloading the current one using @code{unload-jit-reader} and
> +then running @code{load-jit-reader}.
^^^^^^^
"invoking" is better here.
> +@node Writing Readers
> +@subsection Writing Readers
Suggest a less general name like "Writing JIT Readers".
> +@findex gdb_init_reader
> +
> +@smallexample
Please don't leave an empty line between the index entries and the
text they index.
> +@cindex @code{struct gdb_reader_funcs}
> +
> +@code{struct gdb_reader_funcs} contains a set of pointers to callback
Same here.
> +reader is being unloaded (@code{destroy}). The struct looks like this
^^
Need two spaces here.
Okay with those changes.
Thanks.
prev parent reply other threads:[~2011-08-20 8:34 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-20 6:26 JIT Reader (re-roll) Sanjoy Das
2011-08-20 6:26 ` [PATCH 1/6] Introduce header (jit-reader.in) and modify build system Sanjoy Das
2011-08-20 18:04 ` Jan Kratochvil
2011-08-20 18:18 ` Sanjoy Das
2011-08-20 6:27 ` [PATCH 5/6] New JIT unwinder Sanjoy Das
2011-08-20 17:59 ` Jan Kratochvil
2011-08-20 18:30 ` Mark Kettenis
2011-08-20 19:45 ` Jan Kratochvil
2011-08-30 17:53 ` Tom Tromey
2011-08-20 6:27 ` [PATCH 3/6] New commands for loading and unloading a reader Sanjoy Das
2011-08-20 8:24 ` Eli Zaretskii
2011-08-20 17:31 ` Jan Kratochvil
2011-08-20 6:27 ` [PATCH 2/6] Platform agnostic dynamic loading code Sanjoy Das
2011-08-20 6:33 ` [PATCH 4/6] Use the loaded reader Sanjoy Das
2011-08-20 6:33 ` [PATCH 6/6] Documentation Sanjoy Das
2011-08-20 8:34 ` Eli Zaretskii [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=83k4a8qy7c.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=gdb-patches@sourceware.org \
--cc=sanjoy@playingwithpointers.com \
/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