proposal(+working code): catch block callback before stack unwinds to allow attaching debugger

David Nadlinger code at klickverbot.at
Sun Oct 27 06:27:14 PDT 2013


On Sunday, 27 October 2013 at 13:09:21 UTC, Timothee Cour wrote:
> The hacky part is here:
> in rt/deh2.d, I changed:

Haven't looked at the proposal in any detail yet, but keep in 
mind that rt.deh2 is only used by DMD. GDC and LDC use GCC's 
libunwind for exception handling on most platforms.

If the semantics of a feature are reasonable, it's probably 
possible to implement it on top of libunwind as well, but it's 
definitely something to keep in mind.

David


More information about the Digitalmars-d mailing list