]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/doc/gccint/the-gcc-low-level-runtime-library/language-independent-routines-for-exception-handling.rst
sphinx: add missing trailing newline
[thirdparty/gcc.git] / gcc / doc / gccint / the-gcc-low-level-runtime-library / language-independent-routines-for-exception-handling.rst
CommitLineData
c63539ff
ML
1..
2 Copyright 1988-2022 Free Software Foundation, Inc.
3 This is part of the GCC manual.
4 For copying conditions, see the copyright.rst file.
5
6.. _exception-handling-routines:
7
8Language-independent routines for exception handling
9****************************************************
10
11document me!
12
13.. code-block:: c++
14
15 _Unwind_DeleteException
16 _Unwind_Find_FDE
17 _Unwind_ForcedUnwind
18 _Unwind_GetGR
19 _Unwind_GetIP
20 _Unwind_GetLanguageSpecificData
21 _Unwind_GetRegionStart
22 _Unwind_GetTextRelBase
23 _Unwind_GetDataRelBase
24 _Unwind_RaiseException
25 _Unwind_Resume
26 _Unwind_SetGR
27 _Unwind_SetIP
28 _Unwind_FindEnclosingFunction
29 _Unwind_SjLj_Register
30 _Unwind_SjLj_Unregister
31 _Unwind_SjLj_RaiseException
32 _Unwind_SjLj_ForcedUnwind
33 _Unwind_SjLj_Resume
34 __deregister_frame
35 __deregister_frame_info
36 __deregister_frame_info_bases
37 __register_frame
38 __register_frame_info
39 __register_frame_info_bases
40 __register_frame_info_table
41 __register_frame_info_table_bases
3ed1b4ce 42 __register_frame_table