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

decompiler: show what object file is being worked on #890

Closed
wants to merge 19 commits into from

Conversation

doctashay
Copy link
Contributor

This should address #889

@@ -122,6 +122,7 @@ class ObjectFileDB {
for (const auto& name : obj_file_order) {
for (auto& obj : obj_files_by_name.at(name)) {
f(obj);
lg::debug("Processing object {}", name);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

put it before the function call in case the function goes wrong

@ManDude
Copy link
Member

ManDude commented Oct 11, 2021

ended up implementing this in #891 but commented it out, it's extremely spam-y

@doctashay doctashay closed this Dec 2, 2021
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.

3 participants