Our documentation needs to be updated for DWARF4 support:
Changeset [r3029] introduced a new API dwarf_next_cu_header_c() and deprecated dwarf_next_cu_header_b(). We need manual page changes, and an update to the [libdwarf] wiki page.
--- old+++ new@@ -1,6 +1,6 @@
Our documentation needs to be updated for DWARF4 support:
-- Changeset [r3029] introduced a new API `dwarf_next_cu_header_c()` and deprecated `dwarf_next_cu_header_b(). We need manual page changes, and an update to the [libdwarf] wiki page.+- Changeset [r3029] introduced a new API `dwarf_next_cu_header_c()` and deprecated `dwarf_next_cu_header_b()`. We need manual page changes, and an update to the [libdwarf] wiki page.
See also: #408
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Documentation for the following 11 new APIs has been drafted:
dwarf_attroffset(), dwarf_get_cu_die_offset_given_cu_header_offset_b(),
dwarf_get_die_infotypes_flag(), dwarf_get_section_max_offsets(),
dwarf_get_section_max_offsets_b(), dwarf_highpc_b(), dwarf_loclist_from_expr_b(),
dwarf_next_cu_header_c(), dwarf_next_types_section(), dwarf_offdie_b() and
dwarf_siblingof_b()
Over to jkoshy for review/revise.
Diff:
Fix markup.
It appears the man pages have been committed; is it only the wiki update remaining?