Re: Typed DWARF stack and convert to untyped

2011-06-13 Thread Tom Tromey
> "Jakub" == Jakub Jelinek writes: Jakub> I'd like to propose convert to untyped operation, e.g. Jakub> DW_OP_GNU_convert <0> could do it (and maybe DW_OP_GNU_reinterpret <0>), Jakub> these would convert to an integral value of the same size as DWARF Jakub> address and make it untyped. As DW

Re: Typed DWARF stack and convert to untyped

2011-06-09 Thread Jakub Jelinek
On Thu, Jun 09, 2011 at 04:53:19PM +0200, Jakub Jelinek wrote: > I'd like to propose convert to untyped operation, e.g. > DW_OP_GNU_convert <0> could do it (and maybe DW_OP_GNU_reinterpret <0>), > these would convert to an integral value of the same size as DWARF > address and make it untyped. As

Typed DWARF stack and convert to untyped

2011-06-09 Thread Jakub Jelinek
Hi! On Fri, Mar 25, 2011 at 12:32:37PM +0100, Jakub Jelinek wrote: > This patch on top of > http://gcc.gnu.org/ml/gcc-patches/2011-03/msg01224.html > and > http://gcc.gnu.org/ml/gcc-patches/2011-03/msg01723.html > implements parts of Cary's typed DWARF stack proposal: > http://www.dwarfstd.org/doc