commit | b7255efdf8c178ff285cd5bd87e993b495ca32b8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Sep 15 00:50:55 2018 -0600 |
committer | Alexander Graf <agraf@suse.de> | Sun Sep 23 21:55:30 2018 +0200 |
tree | 14cc9462c8213ca5b8f55f85269fe1875a959c14 | |
parent | be005d827fb9ef6e96460fbb6ed7f43469479c21 [diff] |
sandbox: Add support for calling abort() This function is useful to signal that the application needs to exit immediate. It can be caught with a debugger (e.g. gdb). Add a stub for it so that it can be called from within sandbox when an internal error occurs. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Alexander Graf <agraf@suse.de>