Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* RFA: change for gdb/mi 494
@ 2002-10-21 16:11 J. Johnston
  2002-10-21 16:25 ` Andrew Cagney
  0 siblings, 1 reply; 3+ messages in thread
From: J. Johnston @ 2002-10-21 16:11 UTC (permalink / raw)
  To: gdb-patches

[-- 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)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: RFA: change for gdb/mi 494
  2002-10-21 16:11 RFA: change for gdb/mi 494 J. Johnston
@ 2002-10-21 16:25 ` Andrew Cagney
  2002-11-06 17:45   ` J. Johnston
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Cagney @ 2002-10-21 16:25 UTC (permalink / raw)
  To: J. Johnston; +Cc: gdb-patches

> 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



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: RFA: change for gdb/mi 494
  2002-10-21 16:25 ` Andrew Cagney
@ 2002-11-06 17:45   ` J. Johnston
  0 siblings, 0 replies; 3+ messages in thread
From: J. Johnston @ 2002-11-06 17:45 UTC (permalink / raw)
  To: Andrew Cagney; +Cc: gdb-patches

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.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-11-07  1:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-21 16:11 RFA: change for gdb/mi 494 J. Johnston
2002-10-21 16:25 ` Andrew Cagney
2002-11-06 17:45   ` J. Johnston

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox