summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorThurston Dang <thurston@google.com>2023-04-25 18:17:32 +0000
committerThurston Dang <thurston@google.com>2023-04-26 02:48:56 +0000
commit6f66b12528cc27031b5cfa1f49bf44f99755731c (patch)
treebb19453c16c7b9290e9a1da22274d7b004e0a632 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parentda0730b908a43e490430717beda8486598667ab8 (diff)
[sanitizer-common] Expand testing for 56-bit address spaces
This patch adds mmap_56bit_test.c, which attempts to deliberately mmap above 2^47. This currently exposes a failure on ASan on systems with 56-bit user address spaces, because it allows an mmap above 2^47 but the shadow mapping is only set up for a 2^47 user address space. Additionally, this patch moves pie_no_aslr from the tsan tests into sanitizer-common, for greater test coverage. Differential Revision: https://reviews.llvm.org/D149176
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions