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