diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2023-01-12 10:15:51 -0800 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2023-01-12 10:19:30 -0800 |
commit | ba35c27ec9aa9807f5b4be2a0c33ca9b045accc7 (patch) | |
tree | dc847cd585189fc34163aa8b593a6b24093d9e99 /lldb/source/Plugins/ScriptInterpreter/Python | |
parent | 19992b1d96b3d0c70c1cbc512beffd1b88c7a3e4 (diff) | |
download | llvm-ba35c27ec9aa9807f5b4be2a0c33ca9b045accc7.zip llvm-ba35c27ec9aa9807f5b4be2a0c33ca9b045accc7.tar.gz llvm-ba35c27ec9aa9807f5b4be2a0c33ca9b045accc7.tar.bz2 |
[lldb] Limit `nothreadallow` to Python in SWIG bindings
SWIG allows you to partially disable thread support for a given function
in Python with `nothreadallow`. This functionality is limited to Python,
but until SWIG 4.1, it would silently ignore this for other languages,
such as Lua. New versions of SWIG are more strict and therefore we need
to guard this with `SWIGPYTHON`.
For more details on the functionality, I recommend reading the commit
message from 070a1d562b30.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions