search for: int_frameaddress

Displaying 2 results from an estimated 2 matches for "int_frameaddress".

2008 Dec 29
0
[LLVMdev] Unwinds gone missing
...voke/unwind mechanism which would be useful. For example, > the fact that the stack frames are traversed in two passes seems like it > might make it possible to implement human-readable stack dumps, which would > be difficult with invoke/unwind. Check out http://llvm.org/docs/LangRef.html#int_frameaddress Ciao, Duncan.
2008 Dec 23
3
[LLVMdev] Unwinds gone missing
Can you point out to me where in the VMKit code I should be looking? I spent some additional time reading the docs, and I have some specific questions: 1) I'm trying to figure out the relationship between the __cxa_throw function, and the _Unwind_RaiseException function mentioned in the ABI doc. My guess is that _Unwind_RaiseException is the language-neutral implementation of stack unwinding,