| |||||||||||||
Technical Support On-Line Manuals RealView Assembler User's Guide | Controlling exception table generation
There are four options that control exception table generation:
For finer control, use A function is code encased by An exception can propagate through a function with an unwind table. The assembler generates the unwinding information from debug frame information. An exception cannot propagate through a function with a nounwind table. The exception handling runtime environment terminates the program if it encounters a nounwind table during exception processing. The assembler can generate nounwind table entries for all functions and non‑functions. The assembler can generate an unwind table for a function only if the function contains sufficient | ||||||||||||
| |||||||||||||