public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Dwarf2 for C++
@ 1999-06-20  3:47 Alexander Kesselman (r57013)
  1999-06-22  3:06 ` Jason Merrill
  1999-06-30 15:43 ` Alexander Kesselman (r57013)
  0 siblings, 2 replies; 10+ messages in thread
From: Alexander Kesselman (r57013) @ 1999-06-20  3:47 UTC (permalink / raw)
  To: egcs

Hi,

Is is possible to get the C++ Dwarf2 debug info 
without lowering (coverting it to the C format) ?

Thanks in advance,
Alex.

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

* Re: Dwarf2 for C++
  1999-06-20  3:47 Dwarf2 for C++ Alexander Kesselman (r57013)
@ 1999-06-22  3:06 ` Jason Merrill
  1999-06-28  5:34   ` Theodore Papadopoulo
  1999-06-30 15:43   ` Jason Merrill
  1999-06-30 15:43 ` Alexander Kesselman (r57013)
  1 sibling, 2 replies; 10+ messages in thread
From: Jason Merrill @ 1999-06-22  3:06 UTC (permalink / raw)
  To: Alexander Kesselman (r57013); +Cc: egcs

>>>>> Alexander Kesselman (r57013) <r57013@email.sps.mot.com> writes:

 > Is is possible to get the C++ Dwarf2 debug info 
 > without lowering (coverting it to the C format) ?

This question doesn't make sense to me.  We do generate dwarf2 info for
C++.

Jason

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

* Re: Dwarf2 for C++
  1999-06-22  3:06 ` Jason Merrill
@ 1999-06-28  5:34   ` Theodore Papadopoulo
  1999-06-28  9:18     ` Jason Merrill
  1999-06-30 15:43     ` Theodore Papadopoulo
  1999-06-30 15:43   ` Jason Merrill
  1 sibling, 2 replies; 10+ messages in thread
From: Theodore Papadopoulo @ 1999-06-28  5:34 UTC (permalink / raw)
  To: Jason Merrill; +Cc: Alexander Kesselman (r57013), egcs

> >>>>> Alexander Kesselman (r57013) <r57013@email.sps.mot.com> writes:
> 
>  > Is is possible to get the C++ Dwarf2 debug info 
>  > without lowering (coverting it to the C format) ?
> 
> This question doesn't make sense to me.  We do generate dwarf2 info for
> C++.

Not only it can be generated, but according to my experience it works 
better than the stabs of the dwarf format. In particular, inline 
functions can be seen from the debugger when dwarf-2 is used.

	Theo.

--------------------------------------------------------------------
Theodore Papadopoulo
Email: Theodore.Papadopoulo@sophia.inria.fr Tel: (33) 04 92 38 76 01
 --------------------------------------------------------------------


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

* Re: Dwarf2 for C++
  1999-06-28  5:34   ` Theodore Papadopoulo
@ 1999-06-28  9:18     ` Jason Merrill
  1999-06-30 15:43       ` Jason Merrill
  1999-06-30 15:43     ` Theodore Papadopoulo
  1 sibling, 1 reply; 10+ messages in thread
From: Jason Merrill @ 1999-06-28  9:18 UTC (permalink / raw)
  To: Theodore Papadopoulo; +Cc: Alexander Kesselman (r57013), egcs

>>>>> Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr> writes:

 >> >>>>> Alexander Kesselman (r57013) <r57013@email.sps.mot.com> writes:
 >> 
 >>  > Is is possible to get the C++ Dwarf2 debug info 
 >>  > without lowering (coverting it to the C format) ?

 >> This question doesn't make sense to me.  We do generate dwarf2 info for
 >> C++.

 > Not only it can be generated, but according to my experience it works 
 > better than the stabs of the dwarf format. In particular, inline 
 > functions can be seen from the debugger when dwarf-2 is used.

stabs and dwarf are two different formats.  dwarf2 is much better than
dwarf1, but stabs is also good.  dwarf2 is more flexible, but our stabs
implementation is more mature.

Jason

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

* Re: Dwarf2 for C++
  1999-06-28  5:34   ` Theodore Papadopoulo
  1999-06-28  9:18     ` Jason Merrill
@ 1999-06-30 15:43     ` Theodore Papadopoulo
  1 sibling, 0 replies; 10+ messages in thread
From: Theodore Papadopoulo @ 1999-06-30 15:43 UTC (permalink / raw)
  To: Jason Merrill; +Cc: Alexander Kesselman (r57013), egcs

> >>>>> Alexander Kesselman (r57013) <r57013@email.sps.mot.com> writes:
> 
>  > Is is possible to get the C++ Dwarf2 debug info 
>  > without lowering (coverting it to the C format) ?
> 
> This question doesn't make sense to me.  We do generate dwarf2 info for
> C++.

Not only it can be generated, but according to my experience it works 
better than the stabs of the dwarf format. In particular, inline 
functions can be seen from the debugger when dwarf-2 is used.

	Theo.

--------------------------------------------------------------------
Theodore Papadopoulo
Email: Theodore.Papadopoulo@sophia.inria.fr Tel: (33) 04 92 38 76 01
 --------------------------------------------------------------------


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

* Re: Dwarf2 for C++
  1999-06-22  3:06 ` Jason Merrill
  1999-06-28  5:34   ` Theodore Papadopoulo
@ 1999-06-30 15:43   ` Jason Merrill
  1 sibling, 0 replies; 10+ messages in thread
From: Jason Merrill @ 1999-06-30 15:43 UTC (permalink / raw)
  To: Alexander Kesselman (r57013); +Cc: egcs

>>>>> Alexander Kesselman (r57013) <r57013@email.sps.mot.com> writes:

 > Is is possible to get the C++ Dwarf2 debug info 
 > without lowering (coverting it to the C format) ?

This question doesn't make sense to me.  We do generate dwarf2 info for
C++.

Jason

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

* Re: Dwarf2 for C++
  1999-06-28  9:18     ` Jason Merrill
@ 1999-06-30 15:43       ` Jason Merrill
  0 siblings, 0 replies; 10+ messages in thread
From: Jason Merrill @ 1999-06-30 15:43 UTC (permalink / raw)
  To: Theodore Papadopoulo; +Cc: Alexander Kesselman (r57013), egcs

>>>>> Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr> writes:

 >> >>>>> Alexander Kesselman (r57013) <r57013@email.sps.mot.com> writes:
 >> 
 >>  > Is is possible to get the C++ Dwarf2 debug info 
 >>  > without lowering (coverting it to the C format) ?

 >> This question doesn't make sense to me.  We do generate dwarf2 info for
 >> C++.

 > Not only it can be generated, but according to my experience it works 
 > better than the stabs of the dwarf format. In particular, inline 
 > functions can be seen from the debugger when dwarf-2 is used.

stabs and dwarf are two different formats.  dwarf2 is much better than
dwarf1, but stabs is also good.  dwarf2 is more flexible, but our stabs
implementation is more mature.

Jason

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

* Dwarf2 for C++
  1999-06-20  3:47 Dwarf2 for C++ Alexander Kesselman (r57013)
  1999-06-22  3:06 ` Jason Merrill
@ 1999-06-30 15:43 ` Alexander Kesselman (r57013)
  1 sibling, 0 replies; 10+ messages in thread
From: Alexander Kesselman (r57013) @ 1999-06-30 15:43 UTC (permalink / raw)
  To: egcs

Hi,

Is is possible to get the C++ Dwarf2 debug info 
without lowering (coverting it to the C format) ?

Thanks in advance,
Alex.

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

* Re: Dwarf2 for C++
  1999-06-21 10:17 Mike Stump
@ 1999-06-30 15:43 ` Mike Stump
  0 siblings, 0 replies; 10+ messages in thread
From: Mike Stump @ 1999-06-30 15:43 UTC (permalink / raw)
  To: egcs, r57013

> Date: Sun, 20 Jun 1999 12:40:40 +0200
> From: "Alexander Kesselman (r57013)" <r57013@email.sps.mot.com>
> To: egcs@egcs.cygnus.com

> Is is possible to get the C++ Dwarf2 debug info without lowering
> (coverting it to the C format) ?

I think the answer to this is yes.  Some platforms I think are using
dwarf2 by default for C++.

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

* Re: Dwarf2 for C++
@ 1999-06-21 10:17 Mike Stump
  1999-06-30 15:43 ` Mike Stump
  0 siblings, 1 reply; 10+ messages in thread
From: Mike Stump @ 1999-06-21 10:17 UTC (permalink / raw)
  To: egcs, r57013

> Date: Sun, 20 Jun 1999 12:40:40 +0200
> From: "Alexander Kesselman (r57013)" <r57013@email.sps.mot.com>
> To: egcs@egcs.cygnus.com

> Is is possible to get the C++ Dwarf2 debug info without lowering
> (coverting it to the C format) ?

I think the answer to this is yes.  Some platforms I think are using
dwarf2 by default for C++.

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

end of thread, other threads:[~1999-06-30 15:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-06-20  3:47 Dwarf2 for C++ Alexander Kesselman (r57013)
1999-06-22  3:06 ` Jason Merrill
1999-06-28  5:34   ` Theodore Papadopoulo
1999-06-28  9:18     ` Jason Merrill
1999-06-30 15:43       ` Jason Merrill
1999-06-30 15:43     ` Theodore Papadopoulo
1999-06-30 15:43   ` Jason Merrill
1999-06-30 15:43 ` Alexander Kesselman (r57013)
1999-06-21 10:17 Mike Stump
1999-06-30 15:43 ` Mike Stump

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).