Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Michael Snyder <msnyder@redhat.com>
To: tromey@redhat.com
Cc: gdb-patches@sources.redhat.com
Subject: Re: [RFA] checkpoint / restart, and multi-fork debugging
Date: Sat, 10 Dec 2005 07:24:00 -0000	[thread overview]
Message-ID: <439A2D5E.6070201@redhat.com> (raw)
In-Reply-To: <m3bqzqwvjy.fsf@localhost.localdomain>

Tom Tromey wrote:
>>>>>>"Michael" == Michael Snyder <msnyder@redhat.com> writes:
> 
> 
> Michael> OK, ready for submission.
> Michael> This patch adds two new functionalities for linux native debugging:
> Michael>    * Multiple fork debugging, and
> Michael>    * Checkpoint / Restart.
> 
> I know nothing about the patch of course, but this looks like an
> excellent feature.  One thing that amazes me about it is that it is
> conceptually simple but I don't recall ever hearing it as an idea
> until recently.

It's an idea that Stan Shebs and I have been kicking around
for years.  By the way, Stan is the one who thought of using
fork to capture the state -- I've been very remiss about giving
him credit for that.

> One thing I didn't see mentioned in the docs is the effect on gdb of a
> 'restart'.  I assume that new breakpoints, watchpoints, etc, are kept
> instead of reverting to the state at the checkpoint.  Maybe this is
> worth mentioning.

Yes, thanks -- I'll work it in.  You're correct, checkpoint only
preserves the inferior's state, not the debugger's.  All breakpoints
and watchpoints are shared between checkpoints and/or forks.

> A nice problem this solves is handling watchpoints when the system has
> address space randomization.  I run into this all the time when
> debugging -- back before this feature was added to the OS I would put
> a fair amount of effort into finding some address to watch in one
> debug session, then restart the inferior with a watchpoint set.
> Randomization made this impossible; but with this patch I could just
> make a checkpoint at 'main'.

True that.


  parent reply	other threads:[~2005-12-10  1:20 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-07 15:11 Michael Snyder
2005-12-09 14:23 ` Tom Tromey
2005-12-09 19:51   ` Eli Zaretskii
2005-12-09 20:59     ` Daniel Jacobowitz
2005-12-10  9:06       ` Michael Snyder
2005-12-10  9:57         ` Daniel Jacobowitz
2005-12-13  6:17         ` Eli Zaretskii
2005-12-10  7:24   ` Michael Snyder [this message]
2005-12-09 19:36 ` Eli Zaretskii
2005-12-10  8:59   ` Michael Snyder
2005-12-12 23:32     ` 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=439A2D5E.6070201@redhat.com \
    --to=msnyder@redhat.com \
    --cc=gdb-patches@sources.redhat.com \
    --cc=tromey@redhat.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