Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Andrew Cagney <ac131313@cygnus.com>
To: gdb@sources.redhat.com
Subject: When isn't there a selected frame?
Date: Sun, 14 Apr 2002 19:04:00 -0000	[thread overview]
Message-ID: <3CBA3543.4010601@cygnus.com> (raw)

Hello,

Random bits of GDB contain code snipits like:

	if (selected_frame)
	  ..
	else
	  error ("No selected frame");

Is there any time when it doesn't make sense to have a selected frame 
(except, say when current_frame() is also NULL)?

I think the next step on the cache per thread frames is to replace 
selected_frame with:

	get_selected_frame ()
	  if (selected_frame)
	    return selected_frame;
	  else
	    return get_current_frame ()

so that selected frame is created on demand.

Andrew


             reply	other threads:[~2002-04-15  2:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-14 19:04 Andrew Cagney [this message]
2002-04-14 19:13 ` Daniel Jacobowitz
2002-04-14 20:08   ` Elena Zannoni
2002-04-17  7:37     ` 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=3CBA3543.4010601@cygnus.com \
    --to=ac131313@cygnus.com \
    --cc=gdb@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