From: "J. Johnston" <jjohnstn@redhat.com>
To: Andrew Cagney <ac131313@redhat.com>
Cc: gdb-patches@sources.redhat.com
Subject: Re: RFA: change for gdb/mi 494
Date: Wed, 06 Nov 2002 17:45:00 -0000 [thread overview]
Message-ID: <3DC9C5B6.CE5430BC@redhat.com> (raw)
In-Reply-To: <3DB48CCA.5060706@redhat.com>
Andrew Cagney wrote:
>
> > The following is a patch as recommended in the PR gdb/mi 494 to change the
> > usage of parse_and_eval_address() to string_to_core_addr().
> >
> > Ok to commit?
> >
> > -- Jeff J.
> >
> > mi/ChangeLog:
> >
> > 2002-10-21 Jeff Johnston <jjohnstn@redhat.com>
> >
> > * mi-cmd-var.c (mi_cmd_var_create): Change the function used to parse the
> > frame addr from parse_and_eval_address() to string_to_core_addr().
> >
> >
> >
> > --- mi/mi-cmd-var.1.c Mon Oct 21 16:31:47 2002
> > +++ mi/mi-cmd-var.c Mon Oct 21 16:32:49 2002
> > @@ -81,7 +81,7 @@
> > else
> > {
> > var_type = USE_SPECIFIED_FRAME;
> > - frameaddr = parse_and_eval_address (frame);
> > + frameaddr = string_to_core_addr (frame);
> > }
> >
> > if (varobjdebug)
>
> Yes, definitly!
>
> Andrew
Patch checked in.
-- Jeff J.
prev parent reply other threads:[~2002-11-07 1:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-21 16:11 J. Johnston
2002-10-21 16:25 ` Andrew Cagney
2002-11-06 17:45 ` J. Johnston [this message]
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=3DC9C5B6.CE5430BC@redhat.com \
--to=jjohnstn@redhat.com \
--cc=ac131313@redhat.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