blob: 5c14ea2e2ea3edce13d73bfd448a79f20add19a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PR_Abort
========
Aborts the process in a nongraceful manner.
Syntax
------
.. code::
#include <prinit.h>
void PR_Abort(void);
Description
-----------
:ref:`PR_Abort` results in a core file and a call to the debugger or
equivalent, in addition to causing the entire process to stop.
|