From 88f05cc1f174da1cde623c4f80a2b8bda4dbb974 Mon Sep 17 00:00:00 2001 From: Yuri D'Elia Date: Thu, 23 Jun 2022 14:20:07 +0200 Subject: [PATCH] Include missing "re" module for elf_mem_map "re" is required by the --qdirstat flag, and has been incorrectly removed. --- tools/elf_mem_map | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/elf_mem_map b/tools/elf_mem_map index df3fc0f5b..7e40f4f99 100755 --- a/tools/elf_mem_map +++ b/tools/elf_mem_map @@ -5,6 +5,7 @@ import elftools.dwarf.descriptions from collections import namedtuple from struct import unpack import os +import re from lib.dump import decode_dump from lib.avr import *