summaryrefslogtreecommitdiff
path: root/tools/utilities/debug_map_diff.py
AgeCommit message (Collapse)Author
3 daysActually fix debug_map_diff.py pathsLagoLunatic
3 daysFix paths in debug_map_diff.pyLagoLunatic
2026-07-14debug_map_diff.py: Diff alignmentLagoLunatic
2026-07-14Make debug_map_diff.py much more accurate for main.dol TUsLagoLunatic
Functions are now marked as "FAKE?" instead of "FAKE" in cases where it's possible that they only seem fake due to the linker map not showing duplicate symbols multiple times (inlines used in multiple TUs). "UNREFERENCED DUPLICATE" data in the base maps are now also taken into account. Also, limited linkage diffing can be done for main.dol symbols (based on the naming convention of l_ and g_ prefixes).
2026-07-13debug_map_diff.py: Fix handling of localstatics in main.dol TUsLagoLunatic
2026-07-13debug_map_diff.py: Several improvementsLagoLunatic
Auto-detect if the TU is in main.dol or a REL. Detect this separately for the target and the base, in order to support TUs like d_a_npc_tt which are in main.dol for the debug build, but a REL for release builds. And disable linkage comparison when comparing a REL TU to a main.dol TU as the official main.dol maps do not include linkage information, but the REL maps do.
2026-07-08Several improvements to debug_map_diff.pyLagoLunatic
Support checking linkage diffs, and checking if REL data symbols are missing/misnamed.
2026-05-28Improve debug_map_diff.py, handle UNUSED symbolsLagoLunatic
2026-05-26debug_map_diff.py: Fix several bugs with main.dol TUsLagoLunatic
2026-05-22Add debug_map_diff.py to detect missing/wrong inlinesLagoLunatic