pmachata / dwgrep

a tool for querying Dwarf (debuginfo) graphs
http://pmachata.github.io/dwgrep/
GNU General Public License v3.0
53 stars 10 forks source link

Errors during execution should be communicated through the API #18

Open pmachata opened 9 years ago

pmachata commented 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.