summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2021-10-27 10:42:26 +0200
committerDmitry Vyukov <dvyukov@google.com>2021-10-27 15:11:43 +0200
commiteae047afe0d35efc85e23b1688fc859c53843893 (patch)
tree2165c008b95e43879c6c835457e365aaa983682d /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parentf50cee2f4bad4a89626f3856c72e6a101bc4d199 (diff)
sanitizer_common: tighten on_print hook test
The new tsan runtime does not support arbitrary forms of recursing into the runtime from hooks. Disable instrumentation of the hook and use write instead of fwrite (calls malloc internally). The new version still recurses (write is intercepted), but does not fail now (the issue at hand was malloc). Depends on D112601. Reviewed By: melver Differential Revision: https://reviews.llvm.org/D112602
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions