We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0314161 commit 77484cbCopy full SHA for 77484cb
unwind-arm.h
@@ -78,6 +78,7 @@ struct _Unwind_Exception
78
/* Unwinding functions */
79
_Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception *ucbp);
80
void _Unwind_Resume(struct _Unwind_Exception *ucbp);
81
+_Unwind_Reason_Code _Unwind_Resume_or_Rethrow(struct _Unwind_Exception *);
82
void _Unwind_Complete(struct _Unwind_Exception *ucbp);
83
void _Unwind_DeleteException(struct _Unwind_Exception *ucbp);
84
void *_Unwind_GetLanguageSpecificData(struct _Unwind_Context*);
0 commit comments