From: Vladimir Prus <vladimir@codesourcery.com>
To: Jan Kratochvil <jan.kratochvil@redhat.com>
Cc: gdb-patches@sources.redhat.com
Subject: Re: [patch] MI: Error out on -var-create invalid FRAME-ADDR
Date: Thu, 13 Aug 2009 15:03:00 -0000 [thread overview]
Message-ID: <200908130942.55574.vladimir@codesourcery.com> (raw)
In-Reply-To: <20090810170045.GA15882@host0.dyn.jankratochvil.net>
On Monday 10 August 2009 Jan Kratochvil wrote:
> On Mon, 10 Aug 2009 18:54:52 +0200, Vladimir Prus wrote:
> > Jan Kratochvil wrote:
> >
> > > - if (innermost_block && fi != NULL)
> > > + if (innermost_block)
> > > {
> > > + /* User could specify explicit FRAME-ADDR which was not found but
> > > + EXPRESSION is frame specific and we would not be able to evaluate
> > > + it correctly next time. With VALID_BLOCK set we must also set
> > > + FRAME and THREAD_ID. */
> > > + if (fi == NULL)
> > > + {
> > > + fprintf_unfiltered (gdb_stderr, "Failed to find the specified"
> > > + " frame.\n");
> > > + return NULL;
> > > + }
> >
> > Why is this fprintf + NULL return, as opposed to error?
>
> I had there error before but changed it to match the code several lines above:
>
> /* Don't allow variables to be created for types. */
> if (var->root->exp->elts[0].opcode == OP_TYPE)
> {
> do_cleanups (old_chain);
> fprintf_unfiltered (gdb_stderr, "Attempt to use a type name"
> " as an expression.\n");
> return NULL;
> }
> +
> mi_gdb_test "-var-create int * int" \
> "&\"Attempt to use a type name as an expression.\\\\n\".*\\^error,msg=\"mi_cmd_var_create: unable to create variable object\"" \
> "create int"
>
> Expecting this former case cannot be changed due to MI2 compatibility but I am
> free to change the new error "Failed to find the specified frame." to use
> error(). Check it in with or without error()?
I'd prefer error for all new code. Thanks!
- Volodya
next prev parent reply other threads:[~2009-08-13 5:43 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-10 16:55 Jan Kratochvil
2009-08-10 17:00 ` Vladimir Prus
2009-08-10 17:47 ` Jan Kratochvil
2009-08-13 15:03 ` Vladimir Prus [this message]
2009-08-26 20:08 ` Jan Kratochvil
2009-08-27 5:35 ` Vladimir Prus
2009-08-27 7:37 ` Jan Kratochvil
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=200908130942.55574.vladimir@codesourcery.com \
--to=vladimir@codesourcery.com \
--cc=gdb-patches@sources.redhat.com \
--cc=jan.kratochvil@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