This should fix a test failure in TestScriptedFrameProvider.py: https://lab.llvm.org/buildbot/#/builders/18/builds/23398/steps/6/logs/stdio This is a happening because on 32bit system, addresses don't have the leading zeroes. This patch removes them to satisfy the checks. Signed-off-by: Med Ismail Bennani <ismail@bennani.ma>