jacob navia writes:
> Hi
>
> I have now everything in place for dynamically register the
> debug frame information that my JIT (Just in time compiler)
> generates.
>
> I generate a CIE (Common information block), followed by
> a series of FDE (Frame Description Entries) describing
> each
On Jul 10, 2006, at 6:57 AM, jacob navia wrote:
What is the procedure for registering the frame info?
If you don't get an answer, you may have to debug it. Just follow
what something like eh6.C from the C++ testsuite does, and what it
calls, when, and with what data, then mirror the eh6.C
Hi
I have now everything in place for dynamically register the
debug frame information that my JIT (Just in time compiler)
generates.
I generate a CIE (Common information block), followed by
a series of FDE (Frame Description Entries) describing
each stack frame. The binary code is the same as g