* your stabsread patch
@ 2002-02-27 12:48 Daniel Jacobowitz
2002-02-27 13:05 ` Peter.Schauer
0 siblings, 1 reply; 3+ messages in thread
From: Daniel Jacobowitz @ 2002-02-27 12:48 UTC (permalink / raw)
To: Peter.Schauer; +Cc: gdb-patches
...is not correct.
Look at the debug output for a v3/stabs static method. Note that the
method is in fact stubbed! The physname is all there (which will be
handled in gdb_mangle_name after your last patch) and the return type
is there, but the arguments are missing.
Feel free to argue that this is GCC's bug instead of ours. I think
both should be fixed.
[I would have replied, but I have technical difficulties with my mail
right now.]
--
Daniel Jacobowitz Carnegie Mellon University
MontaVista Software Debian GNU/Linux Developer
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: your stabsread patch
2002-02-27 12:48 your stabsread patch Daniel Jacobowitz
@ 2002-02-27 13:05 ` Peter.Schauer
2002-02-27 13:13 ` Daniel Jacobowitz
0 siblings, 1 reply; 3+ messages in thread
From: Peter.Schauer @ 2002-02-27 13:05 UTC (permalink / raw)
To: Daniel Jacobowitz; +Cc: gdb-patches
But my patch still sets the is_stub flag in this case, as the full physname
(which is output by gcc3) does not match the main_fn_name.
And together with the last gdb_mangle_name patch, check_stub_method will
do the right thing with v3/stabs.
Or am I missing something else ?
> ...is not correct.
>
> Look at the debug output for a v3/stabs static method. Note that the
> method is in fact stubbed! The physname is all there (which will be
> handled in gdb_mangle_name after your last patch) and the return type
> is there, but the arguments are missing.
>
> Feel free to argue that this is GCC's bug instead of ours. I think
> both should be fixed.
>
> [I would have replied, but I have technical difficulties with my mail
> right now.]
>
> --
> Daniel Jacobowitz Carnegie Mellon University
> MontaVista Software Debian GNU/Linux Developer
>
>
--
Peter Schauer pes@regent.e-technik.tu-muenchen.de
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: your stabsread patch
2002-02-27 13:05 ` Peter.Schauer
@ 2002-02-27 13:13 ` Daniel Jacobowitz
0 siblings, 0 replies; 3+ messages in thread
From: Daniel Jacobowitz @ 2002-02-27 13:13 UTC (permalink / raw)
To: Peter.Schauer; +Cc: gdb-patches
I am going to stop trying to review patches when I don't have time to
look at them properly. You're quite correct. The situation is
somewhat suboptimal, as static methods will now 'always' be marked
stubbed in v3; but we'll return to that if/when GCC fixes debug output.
No further objection; I'm not sure I can approve C++-specific patches to
stabsread.c, though.
On Wed, Feb 27, 2002 at 10:05:26PM +0100, Peter.Schauer wrote:
> But my patch still sets the is_stub flag in this case, as the full physname
> (which is output by gcc3) does not match the main_fn_name.
> And together with the last gdb_mangle_name patch, check_stub_method will
> do the right thing with v3/stabs.
>
> Or am I missing something else ?
>
> > ...is not correct.
> >
> > Look at the debug output for a v3/stabs static method. Note that the
> > method is in fact stubbed! The physname is all there (which will be
> > handled in gdb_mangle_name after your last patch) and the return type
> > is there, but the arguments are missing.
> >
> > Feel free to argue that this is GCC's bug instead of ours. I think
> > both should be fixed.
> >
> > [I would have replied, but I have technical difficulties with my mail
> > right now.]
> >
> > --
> > Daniel Jacobowitz Carnegie Mellon University
> > MontaVista Software Debian GNU/Linux Developer
> >
> >
>
>
> --
> Peter Schauer pes@regent.e-technik.tu-muenchen.de
>
--
Daniel Jacobowitz Carnegie Mellon University
MontaVista Software Debian GNU/Linux Developer
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-02-27 21:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-27 12:48 your stabsread patch Daniel Jacobowitz
2002-02-27 13:05 ` Peter.Schauer
2002-02-27 13:13 ` Daniel Jacobowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox