Open pmachata opened 9 years ago
The errors such as this one:
$ ./dwgrep/dwgrep ./dwgrep/dwgrep -e 'attribute' Error: `attribute' expects T_DIE or T_ABBREV near TOS. Actual profile is T_DWARF.
... are currently simply dumped to stderr. They should be returned in zw_error instead.
The errors such as this one:
... are currently simply dumped to stderr. They should be returned in zw_error instead.