Files
Alessandro Di Federico cc28786000 DwarfToModelConverter: match existing functions
Unfortunately, in DWARF, there's no widespread indicator on whether a
function is regular ARM or Thumb. Therefore, in this commit, instead of
blindly creating a new function, we first check if, in the model, we
already have a function at that address.

This means that, if we have a Thumb function in DWARF, but it doesn't
already exist in the model, we will import as regular ARM, which is
wrong.
Specifically, this can happen with `revng model import debug-info`.
2026-05-15 11:27:34 +02:00
..
2026-05-02 17:21:47 +03:00
2026-05-13 15:32:34 +02:00
2026-05-04 10:48:16 +03:00
2025-02-13 13:10:51 +02:00
2025-10-31 17:25:03 +01:00
2025-12-16 17:42:07 +01:00
2025-10-31 17:25:03 +01:00
2026-03-25 17:26:24 +00:00
2026-04-30 15:09:16 +03:00
2025-05-07 16:42:34 +02:00
2026-05-04 10:49:03 +03:00
2025-12-03 17:59:18 +01:00
2024-07-10 15:34:19 +02:00
2025-06-27 17:12:18 +02:00
2025-10-24 18:20:48 +02:00
2025-12-10 16:16:14 +01:00