Mail Archives: djgpp-workers/2001/07/09/13:21:34
> When this issue surfaced some time ago, DJ suggested to submit the
> program for inclusion in the Binutils package, so that it will be always
> available withe every port of Binutils. But this requires that bfdsymify
> be portable to platforms other than DJGPP, which is not easy, given the
> screen capture code. (Btw, do GNU/Linux systems have a device yet that
Well, yes - but you could probably start it out as a DJGPP-only tool (so
that it only gets built on DJGPP), as there are probably few systems that
print such a traceback (and for smaller tasks, addr2line suffices).
Plus, other systems may dump such a traceback in a redirectable way, so
extending bfdsymify to be able to read the traceback from a text file would
be a more useful feature than trying to implement generic screen-reading.
- Raw text -