[Dwarf-discuss] Regarding form x not understand by DWARF 2 code

2023-04-23 Thread Jnanendra Dewan (C) via Dwarf-discuss
Hi Team, While running Dwarf 2 code we are getting error "This form X not understoodfurther procesing not possible." So we have seen that here form is unknown. We have handled it inside the code. But we are getting multiple form numbers as not not understood. Kindly let us know what are the form

Re: [Dwarf-discuss] Regarding form x not understand by DWARF 2 code

2023-04-23 Thread David Anderson via Dwarf-discuss
On 4/23/23 07:22, Jnanendra Dewan (C) via Dwarf-discuss wrote: Hi Team, While running Dwarf 2 code we are getting error “This form X not understoodfurther procesing not possible.” So we have seen that here form is unknown. We have handled it inside the code. But we are getting multiple form

Re: [Dwarf-discuss] Regarding form x not understand by DWARF 2 code[details]

2023-04-23 Thread David Anderson via Dwarf-discuss
I forgot to mention that https://www.prevanders.net/dwarf.h contains #defines for all the DW_FORM codes known to libdwarf. David Anderson -- Dwarf-discuss mailing list Dwarf-discuss@lists.dwarfstd.org https://lists.dwarfstd.org/mailman/listinfo/dwarf-discuss

Re: [Dwarf-discuss] ISSUE: tensor types. V3

2023-04-23 Thread Metzger, Markus T via Dwarf-discuss
Hello Ben, An array type that refers to a vector or matrix type, shall be denoted with DW_AT_tensor whose integer constant, will specify the kind of tensor it is. The default type of tensor shall be the kind used by the vector registers in the target architecture. Table 5.