summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py
diff options
context:
space:
mode:
authorFlorian Hahn <flo@fhahn.com>2025-02-28 20:56:12 +0000
committerGitHub <noreply@github.com>2025-02-28 20:56:12 +0000
commit275baedfde9dcd344bc4f11f552b046a69a4bf3f (patch)
treec714abdc2a939e40d11fa80788c6b820d1591327 /lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py
parent23efe734fc27544b473ad60ea6eecbd2ec66d20c (diff)
[LAA] Consider accessed addrspace when mapping underlying obj to access. (#129087)
In some cases, it is possible for the same underlying object to be accessed via pointers to different address spaces. This could lead to pointers from different address spaces ending up in the same dependency set, which isn't allowed (and triggers an assertion). Update the mapping from underlying object -> last access to also include the accessing address space. Fixes https://github.com/llvm/llvm-project/issues/124759. PR: https://github.com/llvm/llvm-project/pull/129087
Diffstat (limited to 'lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py')
0 files changed, 0 insertions, 0 deletions