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

gcc_except_table and eh_frame segments #384

Merged
merged 9 commits into from
Jul 31, 2024

Conversation

AngheloAlf
Copy link
Collaborator

@AngheloAlf AngheloAlf commented Jul 10, 2024

Two new segments to help disassembling C++ projects with exceptions enabled

This also add a new kind of label, the ehlabel (for error handling label). The actual name of the macro used can be changed with the asm_ehtable_label_macro option.

An example implementation of ehlabel:

.macro ehlabel label, visibility=global
.\visibility "\label"
"\label":
.endm

@ethteck
Copy link
Owner

ethteck commented Jul 31, 2024

@AngheloAlf other than promoting these to common segments, I think this is good to go

@AngheloAlf
Copy link
Collaborator Author

dun

@ethteck ethteck merged commit 4aa96ba into ethteck:main Jul 31, 2024
7 checks passed
@AngheloAlf AngheloAlf deleted the gcc_except_table branch August 8, 2024 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants