Skip to content

Added a function to the API. Improved code consistency and clarity.

Latest
Compare
Choose a tag to compare
@davea42 davea42 released this 15 Aug 18:20
· 39 commits to main since this release
v0.11.0
285d9d3

Added function dwarf_get_ranges_baseaddress()
to the api to allow dwarfdump and other library callers
to easily derive the (cooked) address from
the raw data in the DWARF2, DWARF3, DWARF4 .debug_ranges
section.
An example of use is in doc/checkexamples.c (see examplev).

Made various improvements in code clarity and consistency.