Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* Waiting for review since April
@ 2002-06-17  7:54 Daniel Berlin
  2002-06-17  9:23 ` Petr Sorfa
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Berlin @ 2002-06-17  7:54 UTC (permalink / raw)
  To: gdb-patches

Could someone take a look at 
http://sources.redhat.com/ml/gdb-patches/2002-04/msg00432.html, please?

Feel free to evaluate the loc_computed/loc_computed_arg portion separate 
from the dwarf2 portion, i can split the patch if necessary, but i'm not 
going to bother if it's not going to be looked at.

The loc_computed/loc_computed_arg is an implementation of Jim's spec that 
he posted, so any complaints on the idea itself/the structure in symtab.h 
(which was cut and pasted from his email), should probably go to him.

As the patch mentions, it was tested on multiple platforms.  
--Dan


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

* Re: Waiting for review since April
  2002-06-17  7:54 Waiting for review since April Daniel Berlin
@ 2002-06-17  9:23 ` Petr Sorfa
  2002-06-18 11:44   ` Daniel Berlin
  0 siblings, 1 reply; 6+ messages in thread
From: Petr Sorfa @ 2002-06-17  9:23 UTC (permalink / raw)
  To: Daniel Berlin; +Cc: gdb-patches

Hi Daniel,

I had a brief look and it looks ok.

Petr
> Could someone take a look at
> http://sources.redhat.com/ml/gdb-patches/2002-04/msg00432.html, please?
> 
> Feel free to evaluate the loc_computed/loc_computed_arg portion separate
> from the dwarf2 portion, i can split the patch if necessary, but i'm not
> going to bother if it's not going to be looked at.
> 
> The loc_computed/loc_computed_arg is an implementation of Jim's spec that
> he posted, so any complaints on the idea itself/the structure in symtab.h
> (which was cut and pasted from his email), should probably go to him.
> 
> As the patch mentions, it was tested on multiple platforms.
> --Dan


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

* Re: Waiting for review since April
  2002-06-17  9:23 ` Petr Sorfa
@ 2002-06-18 11:44   ` Daniel Berlin
  2002-06-18 11:49     ` Petr Sorfa
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Berlin @ 2002-06-18 11:44 UTC (permalink / raw)
  To: Petr Sorfa; +Cc: gdb-patches

On Mon, 17 Jun 2002, Petr Sorfa wrote:

> Hi Daniel,
> 
> I had a brief look and it looks ok.
> 
Hopefully, then,some maintainer will look at it, so it can be committed.

> Petr
> > Could someone take a look at
> > http://sources.redhat.com/ml/gdb-patches/2002-04/msg00432.html, please?
> > 
> > Feel free to evaluate the loc_computed/loc_computed_arg portion separate
> > from the dwarf2 portion, i can split the patch if necessary, but i'm not
> > going to bother if it's not going to be looked at.
> > 
> > The loc_computed/loc_computed_arg is an implementation of Jim's spec that
> > he posted, so any complaints on the idea itself/the structure in symtab.h
> > (which was cut and pasted from his email), should probably go to him.
> > 
> > As the patch mentions, it was tested on multiple platforms.
> > --Dan
> 
> 


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

* Re: Waiting for review since April
  2002-06-18 11:44   ` Daniel Berlin
@ 2002-06-18 11:49     ` Petr Sorfa
  2002-06-18 12:43       ` Elena Zannoni
  0 siblings, 1 reply; 6+ messages in thread
From: Petr Sorfa @ 2002-06-18 11:49 UTC (permalink / raw)
  To: Daniel Berlin; +Cc: gdb-patches

Hi Daniel,

Hmm, who is the maintainer for this area?

Petr
> > Hi Daniel,
> >
> > I had a brief look and it looks ok.
> >
> Hopefully, then,some maintainer will look at it, so it can be committed.
> 
> > Petr
> > > Could someone take a look at
> > > http://sources.redhat.com/ml/gdb-patches/2002-04/msg00432.html, please?
> > >
> > > Feel free to evaluate the loc_computed/loc_computed_arg portion separate
> > > from the dwarf2 portion, i can split the patch if necessary, but i'm not
> > > going to bother if it's not going to be looked at.
> > >
> > > The loc_computed/loc_computed_arg is an implementation of Jim's spec that
> > > he posted, so any complaints on the idea itself/the structure in symtab.h
> > > (which was cut and pasted from his email), should probably go to him.
> > >
> > > As the patch mentions, it was tested on multiple platforms.
> > > --Dan
> >
> >


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

* Re: Waiting for review since April
  2002-06-18 11:49     ` Petr Sorfa
@ 2002-06-18 12:43       ` Elena Zannoni
  2002-07-02  8:34         ` Daniel Berlin
  0 siblings, 1 reply; 6+ messages in thread
From: Elena Zannoni @ 2002-06-18 12:43 UTC (permalink / raw)
  To: Petr Sorfa; +Cc: Daniel Berlin, gdb-patches

Petr Sorfa writes:
 > Hi Daniel,
 > 
 > Hmm, who is the maintainer for this area?
 > 

I can look at it. I guess JimB is offline.

Elena


 > Petr
 > > > Hi Daniel,
 > > >
 > > > I had a brief look and it looks ok.
 > > >
 > > Hopefully, then,some maintainer will look at it, so it can be committed.
 > > 
 > > > Petr
 > > > > Could someone take a look at
 > > > > http://sources.redhat.com/ml/gdb-patches/2002-04/msg00432.html, please?
 > > > >
 > > > > Feel free to evaluate the loc_computed/loc_computed_arg portion separate
 > > > > from the dwarf2 portion, i can split the patch if necessary, but i'm not
 > > > > going to bother if it's not going to be looked at.
 > > > >
 > > > > The loc_computed/loc_computed_arg is an implementation of Jim's spec that
 > > > > he posted, so any complaints on the idea itself/the structure in symtab.h
 > > > > (which was cut and pasted from his email), should probably go to him.
 > > > >
 > > > > As the patch mentions, it was tested on multiple platforms.
 > > > > --Dan
 > > >
 > > >


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

* Re: Waiting for review since April
  2002-06-18 12:43       ` Elena Zannoni
@ 2002-07-02  8:34         ` Daniel Berlin
  0 siblings, 0 replies; 6+ messages in thread
From: Daniel Berlin @ 2002-07-02  8:34 UTC (permalink / raw)
  To: Elena Zannoni; +Cc: Petr Sorfa, gdb-patches

On Tue, 18 Jun 2002, Elena Zannoni wrote:

> Petr Sorfa writes:
>  > Hi Daniel,
>  > 
>  > Hmm, who is the maintainer for this area?
>  > 
> 
> I can look at it. I guess JimB is offline.

Hi Elena,
Have you had a chance to look at it yet?

> 
> Elena


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

end of thread, other threads:[~2002-07-02 15:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-17  7:54 Waiting for review since April Daniel Berlin
2002-06-17  9:23 ` Petr Sorfa
2002-06-18 11:44   ` Daniel Berlin
2002-06-18 11:49     ` Petr Sorfa
2002-06-18 12:43       ` Elena Zannoni
2002-07-02  8:34         ` Daniel Berlin

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