Work around MinGW mangling of "host:/path"
[msysgit/historical-msysgit.git] / mingw / info / stabs / N_CATCH.html
blob998bb796b115e1bde1bb2f59bb1916d365bcc4b0
1 <html lang="en">
2 <head>
3 <title>STABS</title>
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">
8 </head>
9 <body>
10 <div class="node">
11 <p>
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>
16 <hr><br>
17 </div>
19 <h3 class="section">N_CATCH</h3>
21 <p>
22 <table width="100%">
23 <tr>
24 <td align="left"><b>N_CATCH</b><i>
25 </i></td>
26 <td align="right"><code>.stabn</code></td>
27 </tr>
28 </table>
29 <table width="95%" align="center">
30 <tr><td>
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.
38 </td></tr>
39 </table>
41 </body></html>