summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/debugger/TestDebuggerAPI.py
diff options
context:
space:
mode:
authorNikita Popov <npopov@redhat.com>2022-04-12 13:45:53 -0700
committerVitaly Buka <vitalybuka@google.com>2022-04-12 14:53:02 -0700
commit0adadfa68f82c1505e06ffb56c0d7e63dc3ac206 (patch)
tree69a76a5df6c292e99b4716b06ff2ecc9063b759c /lldb/test/API/python_api/debugger/TestDebuggerAPI.py
parentefdc90baaaebd7d9a8aa72735bd605ee04ac5749 (diff)
[MSan] Ensure argument shadow initialized on memcpy
We need to explicitly query the shadow here, because it is lazily initialized for byval arguments. Without opaque pointers this used to mostly work out, because there would be a bitcast to `i8*` present, and that would query, and copy in case of byval, the argument shadow. Reviewed By: vitalybuka, eugenis Differential Revision: https://reviews.llvm.org/D123602
Diffstat (limited to 'lldb/test/API/python_api/debugger/TestDebuggerAPI.py')
0 files changed, 0 insertions, 0 deletions