md-modules icon indicating copy to clipboard operation
md-modules copied to clipboard

ConvSym: Dedup offsets in `log` and `asm` parsers

Open vladikcomper opened this issue 3 years ago • 2 comments

Support additional options for offset deduplication in log and asm parsers.

Currently, deb1 and deb2 parsers implement /favorLastLabels(+|-) option to resolve cases where several symbols share the same offset.

For convenience, a similar option should be also added to log and asm parsers, but it should be an opt-in feature (old behaviour should still be supported by default)

vladikcomper avatar Dec 18 '22 21:12 vladikcomper

So both log and asm take over -outopt argument and use it as an output format string. It's impossible to implement options without breaking compatibility. So I changed target ConvSym version for this issue from 2.9 to 3.x.

vladikcomper avatar Jan 03 '23 12:01 vladikcomper