4 <meta http-equiv=
"Content-Type" content=
"text/html">
5 <meta name=
"description" content=
"STABS">
6 <meta name=
"generator" content=
"makeinfo 4.3">
7 <link href=
"http://www.gnu.org/software/texinfo/" rel=
"generator-home">
12 Node:
<a name=
"N_CATCH">N_CATCH
</a>,
13 Next:
<a rel=
"next" accesskey=
"n" href=
"N_SSYM.html#N_SSYM">N_SSYM
</a>,
14 Previous:
<a rel=
"previous" accesskey=
"p" href=
"N_MOD2.html#N_MOD2">N_MOD2
</a>,
15 Up:
<a rel=
"up" accesskey=
"u" href=
"Expanded-Reference.html#Expanded%20Reference">Expanded Reference
</a>
19 <h3 class=
"section">N_CATCH
</h3>
24 <td align=
"left"><b>N_CATCH
</b><i>
26 <td align=
"right"><code>.stabn
</code></td>
29 <table width=
"95%" align=
"center">
31 GNU C++
<code>catch
</code> clause
33 <p>GNU C++
<code>catch
</code> clause. The value is its address. The desc field
34 is nonzero if this entry is immediately followed by a
<code>CAUGHT
</code> stab
35 saying what exception was caught. Multiple
<code>CAUGHT
</code> stabs means
36 that multiple exceptions can be caught here. If desc is
0, it means all
37 exceptions are caught here.