commit | 79d079bda1bfc6b3bdd66a931f00def410ec5aaf | [log] [tgz] |
---|---|---|
author | Harrison Mutai <harrison.mutai@arm.com> | Wed Jun 07 11:28:16 2023 +0100 |
committer | Harrison Mutai <harrison.mutai@arm.com> | Thu Jun 08 14:06:00 2023 +0100 |
tree | 34a2042b3fa27ed5a2478f0e3687456373b4891f | |
parent | 9fc7d3b969ab76872004b0f3d6ed6ffca7378573 [diff] |
fix(memmap): reintroduce support for GNU map files The intial patch stack only supported ELF files, which proved particularly problematic when dealing with incomplete builds (i.e. build didn't complete due to linker errors). This adds support for GNU map files. Most analysis performed by the tool should be possible with map files alone. Change-Id: I89f775a98efc5aef6671a17d0e6e973df555a6fa Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>