From: "J. Johnston" <jjohnstn@redhat.com>
To: gdb-patches@sources.redhat.com
Subject: RFA: change for gdb/mi 494
Date: Mon, 21 Oct 2002 16:11:00 -0000 [thread overview]
Message-ID: <3DB489B6.D71D07EA@redhat.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 370 bytes --]
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().
[-- Attachment #2: 494.patch --]
[-- Type: text/plain, Size: 292 bytes --]
--- 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)
next reply other threads:[~2002-10-21 23:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-21 16:11 J. Johnston [this message]
2002-10-21 16:25 ` Andrew Cagney
2002-11-06 17:45 ` J. Johnston
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=3DB489B6.D71D07EA@redhat.com \
--to=jjohnstn@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