diff options
author | Eric Fiselier <eric@efcs.ca> | 2017-01-07 10:04:40 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2017-01-07 10:04:40 +0000 |
commit | 956604fed5235bb7a8e9b16a81428b5a3c9c8955 (patch) | |
tree | 9585529a74fc8ce364499ab7c56df468baa2c891 /lldb/packages/Python/lldbsuite/test/python_api/value/main.c | |
parent | 72771139f1a92de7e3327aefff9de88111a1193a (diff) | |
download | bcm5719-llvm-956604fed5235bb7a8e9b16a81428b5a3c9c8955.tar.gz bcm5719-llvm-956604fed5235bb7a8e9b16a81428b5a3c9c8955.zip |
[libc++] Implement terminate(), unexpected() and uncaught_exceptions() on Windows
Summary:
This patch implements the following functions on Windows by forwarding to the MSVCRT:
* `get_terminate()`
* `set_terminate()`
* `terminate()`
* `set_unexpected()`
* `get_unexpected()`
* `unexpected()`
* `uncaught_exception()`
* `uncaught_exceptions()`
Reviewers: compnerd, rnk, majnemer, smeenai
Subscribers: cfe-commits
Differential Revision: https://reviews.llvm.org/D28442
llvm-svn: 291343
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/value/main.c')
0 files changed, 0 insertions, 0 deletions