Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ConvSym: Dedup offsets in log and asm parsers #6

Open
vladikcomper opened this issue Dec 18, 2022 · 1 comment
Open

ConvSym: Dedup offsets in log and asm parsers #6

vladikcomper opened this issue Dec 18, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@vladikcomper
Copy link
Owner

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 vladikcomper added the enhancement New feature or request label Dec 18, 2022
@vladikcomper vladikcomper self-assigned this Dec 18, 2022
@vladikcomper vladikcomper added this to the ConvSym 2.9 milestone Dec 18, 2022
@vladikcomper vladikcomper modified the milestones: ConvSym 2.9, ConvSym 3.x Jan 3, 2023
@vladikcomper
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant