On 02/05/2014 11:58 AM, Josh Stone wrote: > Also, an assertion on the range of line/column is now a handled error, > setting DWARF_E_INVALID_DWARF for values greater than INT_MAX.
Note, this is not so much INVALID as UNSUPPORTED, really, as the current API can only deal with int values. I still think an assert was the wrong way to handle this, but maybe a new DWARF_E_UNSUPPORTED code would be better.
