| Main index | Section 3 | Options |
#include <libdwarf.h>
Argument fdelist should point to an array of FDE descriptors, as returned by the functions dwarf_get_fde_list(3) or dwarf_get_fde_list_eh(3).
Argument fde_index specifies the 0-based index of the desired FDE descriptor.
Argument ret_fde should point to a location that will hold the returned FDE descriptor.
If argument err is not NULL, it will be used to store error information in case of an error.
| [DW_DLE_ARGUMENT] | Either of the arguments fdelist or ret_fde was NULL. |
| [DW_DLE_NO_ENTRY] | The FDE descriptor index specified by argument fde_index was out of range. |
| DWARF_GET_FDE_N (3) | May 14, 2011 |
| Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
| “ | As soon as we started programming, we found to our surprise that it wasn't as easy to get programs right as we had thought. Debugging had to be discovered. I can remember the exact instant when I realized that a large part of my life from then on was going to be spent in finding mistakes in my own programs. | ” |
| — Maurice Wilkes | ||