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

libcdb.unstrip_libc: debug symbols are fetched only if not present #2374

Merged
merged 2 commits into from
Mar 24, 2024

Conversation

sswastik02
Copy link
Contributor

ELF.debuginfo was used to check if debug symbols exist in libc before downloading them in the function libcdb.unstrip_libc

closes #2324

@sswastik02
Copy link
Contributor Author

Hi @peace-maker ,
Please have a look and let me know if any changes are necessary.

Thank you.

Copy link
Member

@peace-maker peace-maker left a comment

Choose a reason for hiding this comment

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

Thank you for working on this!

* Usage of `ELF.debuginfo` to check if debug symbols exist

closes Gallopsled#2324

---------

Signed-off-by: sswastik02 <[email protected]>
Signed-off-by: sswastik02 <[email protected]>
@sswastik02
Copy link
Contributor Author

Hi @peace-maker ,
I can't seem to pass all the checks which I have passed in the second time I had pushed a commit,
Do you have any idea what may be going wrong?

Thank you.

@peace-maker
Copy link
Member

Corefile tests are still a bit flakey, so you can ignore them for now. I've restarted CI to see if it fixes itself..

@peace-maker peace-maker merged commit 75cc3c3 into Gallopsled:dev Mar 24, 2024
11 checks passed
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.

Only download debug symbols if ELF does not contain them already
2 participants