-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
The capability still exists. The latest document (in html) is The table of contents entry "Reading DWARF With No Object File Present" There is little difference from the earlier versions. Adding some fields Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
The fully worked out example is in the distribution as src/bin/dwarfexample/jitreader.c |
Beta Was this translation helpful? Give feedback.
-
Thank you for this information. I will give it a try. |
Beta Was this translation helpful? Give feedback.
The capability still exists. The latest document (in html) is
www.prevanders.net/libdwarfdoc
The table of contents entry "Reading DWARF With No Object File Present"
is what you want to read. In addition, those comments have a link to
a fully worked out example (in the See Also) with code that does exactly
what you are asking about.
There is little difference from the earlier versions. Adding some fields
to the public struct with its function-pointers (which were lacking
a few things) is the main change from 2021.
Hope this helps.