Re: [PATCH] libdw: Add Nim language and dwarf_srclang tests

2025-04-10 Thread Aaron Merey
Hi Mark, On Wed, Apr 2, 2025 at 8:50 AM Mark Wielaard wrote: > > DW_LANG_Nim and DW_LNAME_Nim were added to the DWARF languages. > > While adding them, and the default lower bounds, I noticed DW_LANG_V > and DW_LANG_Algol68 where missing in srclang_to_language an internal > helper function. > > T

Re: [PATCH] libdw: Add Nim language and dwarf_srclang tests

2025-04-08 Thread Mark Wielaard
Hi Aaron, On Tue, Apr 08, 2025 at 01:34:28PM -0400, Aaron Merey wrote: > LGTM. The optional main function approach opens up a lot of > possibilities for testing static functions throughout all elfutils > libraries. I hope to use the same mechanism to write some fuzzing wrappers so you don't have