aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptedThreadPythonInterface.h
diff options
context:
space:
mode:
authorDavid Spickett <david.spickett@linaro.org>2022-01-13 16:54:04 +0000
committerDavid Spickett <david.spickett@linaro.org>2022-01-24 10:42:49 +0000
commit7d19566c3bfb3efacb629d18839e2d85761156ab (patch)
tree665a0ec3807edbfdf6b346bb29c5ff4600457cb9 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptedThreadPythonInterface.h
parentaa50b93e7cf926dec5dd69920e6f48906ea8ad25 (diff)
downloadllvm-7d19566c3bfb3efacb629d18839e2d85761156ab.zip
llvm-7d19566c3bfb3efacb629d18839e2d85761156ab.tar.gz
llvm-7d19566c3bfb3efacb629d18839e2d85761156ab.tar.bz2
[lldb] Ignore non-address bits in "memory find" arguments
This removes the non-address bits before we try to use the addresses. Meaning that when results are shown, those results won't show non-address bits either. This follows what "memory read" has done. On the grounds that non-address bits are a property of a pointer, not the memory pointed to. I've added testing and merged the find and read tests into one file. Note that there are no API side changes because "memory find" does not have an equivalent API call. Reviewed By: omjavaid Differential Revision: https://reviews.llvm.org/D117299
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptedThreadPythonInterface.h')
0 files changed, 0 insertions, 0 deletions