Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Kevin Buettner <kevinb@cygnus.com>
To: Andrew Cagney <ac131313@cygnus.com>, gdb-patches@sources.redhat.com
Subject: Re: [rfc] Return old cleanup when doing a restore_cleanups()
Date: Tue, 14 Aug 2001 17:37:00 -0000	[thread overview]
Message-ID: <1010815003647.ZM30617@ocotillo.lan> (raw)
In-Reply-To: <3B782A6A.2050207@cygnus.com>

On Aug 13,  3:28pm, Andrew Cagney wrote:

> The attached patch tweeks the restore_cleanups() family of functions so 
> that the old cleanup is returned.
> 
> In theory, that returned cleanup should be NULL (since the cleanup chain 
> will have been drained just prior to the restore_cleanups() call).  In 
> reality, I'm not too sure.  I'd like to find out what the old chain was 
> so I can add an assert to certain callers (e.g. catch_errors()).
> 
> I guess the alternative is to just stick the assert in 
> restore_cleanups() and see what breaks.
> 
> Thoughts?  Preference?

At the moment, the only caller of restore_cleanups() is
catch_errors(), so the assert could just as easily go in
restore_cleanups() without causing any more breakage than placing the
assert in catch_errors().

If all (future) callers of restore_cleanups are supposed to drain the
cleanup chain first, then I think the assert belongs in
restore_cleanups().  If you think there might be a good reason to
violate this rule, then the assert belongs in the caller.  Personally,
I'd rather see the assert go in restore_cleanups() until someone can
demonstrate a good reason for not draining the cleanup chain.

Kevin


  reply	other threads:[~2001-08-14 17:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-13 12:28 Andrew Cagney
2001-08-14 17:37 ` Kevin Buettner [this message]
2001-08-15  8:14   ` Andrew Cagney

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=1010815003647.ZM30617@ocotillo.lan \
    --to=kevinb@cygnus.com \
    --cc=ac131313@cygnus.com \
    --cc=gdb-patches@sources.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