Bug 1885489 - Part 9: Add SnapshotIterator::readObject(). r=iain
[gecko.git] / docs / nspr / reference / pr_abort.rst
blob5c14ea2e2ea3edce13d73bfd448a79f20add19a4
1 PR_Abort
2 ========
4 Aborts the process in a nongraceful manner.
7 Syntax
8 ------
10 .. code::
12    #include <prinit.h>
14    void PR_Abort(void);
17 Description
18 -----------
20 :ref:`PR_Abort` results in a core file and a call to the debugger or
21 equivalent, in addition to causing the entire process to stop.