summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedProcessPythonInterface
diff options
context:
space:
mode:
authorMatthew Weingarten <matt@weingarten.org>2024-07-29 12:44:34 -0700
committerGitHub <noreply@github.com>2024-07-29 12:44:34 -0700
commit2a612a1b343dcc0d3dd44df4866f6c6af5cc090f (patch)
treed39ec6cd22804774bf2a7688e07bb56e4615c6c7 /lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedProcessPythonInterface
parent7b99b1d4f733ed5e1b206f0b392b0864e7a0d468 (diff)
[Memprof] Changes `HISTOGRAM_GRANULARITY` from 8U to 8ULL. (#100949)
This changes a bug in memprofiling with histogram where the shadow mask would be `0xFFFFFFF8` instead of `0xFFFFFFFFFFFFFFF8`, essentially discarding the upper 32 bits of the address. This can cause different addresses to be mapped to the same shadow address.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedProcessPythonInterface')
0 files changed, 0 insertions, 0 deletions