Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Hui Zhu <teawater@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: gdb-patches@sourceware.org
Subject: Re: [doc/RFA] Describe reverse execution with process record and  	replay
Date: Thu, 07 May 2009 02:35:00 -0000	[thread overview]
Message-ID: <daef60380905061935u491c9628o3566f841284af656@mail.gmail.com> (raw)
In-Reply-To: <83r5z2c91n.fsf@gnu.org>

This is great!

Thanks,
Hui

On Thu, May 7, 2009 at 03:42, Eli Zaretskii <eliz@gnu.org> wrote:
> Would people please eyeball the text below and see if my understanding
> of the code and what's been said here recently is correct?
>
> 2009-05-06  Eli Zaretskii  <eliz@gnu.org>
>
>        * gdb.texinfo (Process Record and Replay): Add description of
>        reverse execution.
>
> Index: gdb/doc/gdb.texinfo
> ===================================================================
> RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
> retrieving revision 1.589
> diff -u -r1.589 gdb.texinfo
> --- gdb/doc/gdb.texinfo 1 May 2009 09:11:24 -0000       1.589
> +++ gdb/doc/gdb.texinfo 6 May 2009 19:40:37 -0000
> @@ -5008,10 +5008,9 @@
>  @cindex process record and replay
>  @cindex recording inferior's execution and replaying it
>
> -In an architecture environment that supports process recording and
> -replay, a special @dfn{process record and replay} target can record a
> -log of the process execution, and replay it later with both forward
> -and reverse execution commands.
> +On some platforms, @value{GDBN} provides a special @dfn{process record
> +and replay} target that can record a log of the process execution, and
> +replay it later with both forward and reverse execution commands.
>
>  @cindex replay mode
>  When this target is in use, if the execution log includes the record
> @@ -5021,7 +5020,8 @@
>  code execution are taken from the execution log.  While code is not
>  really executed in replay mode, the values of registers (including the
>  program counter register) and the memory of the inferior are still
> -changed as they normally would.
> +changed as they normally would.  Their contents are taken from the
> +execution log.
>
>  @cindex record mode
>  If the record for the next instruction is not in the execution log,
> @@ -5029,6 +5029,18 @@
>  inferior executes normally, and @value{GDBN} records the execution log
>  for future replay.
>
> +The process record and replay target supports reverse execution
> +(@pxref{Reverse Execution}), even if the platform on which the
> +inferior runs does not.  However, the reverse execution is limited in
> +this case by the range of the instructions recorded in the execution
> +log.  In other words, reverse execution on platforms that don't
> +support it directly can only be done in the replay mode.
> +
> +When debugging in the reverse direction, @value{GDBN} will work in
> +replay mode as long as the execution log includes the record for the
> +previous instruction; otherwise, it will work in record mode, if the
> +platform supports reverse execution, or stop if not.
> +
>  For architecture environments that support process record and replay,
>  @value{GDBN} provides the following commands:
>
>


  reply	other threads:[~2009-05-07  2:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-06 19:44 Eli Zaretskii
2009-05-07  2:35 ` Hui Zhu [this message]
2009-05-08  9:48   ` Eli Zaretskii

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=daef60380905061935u491c9628o3566f841284af656@mail.gmail.com \
    --to=teawater@gmail.com \
    --cc=eliz@gnu.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