Availability:
:- use_module(library(unix)).
[det]prctl(+Option)- set_dumpable(+Boolean)
 - Control whether the process is allowed to dump core. This right is dropped under several uid and gid conditions.
 - get_dumpable(-Boolean)
 - Get the value of the dumpable flag.