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

Refactor dwarfWalker::findValue #1160

Merged
merged 1 commit into from
Nov 22, 2021

Conversation

hainest
Copy link
Contributor

@hainest hainest commented Nov 22, 2021

This function always returns 'true' and few callsites checked the bool
out variable. Using an optional here makes everything simpler. Logging
has been substantially improved for better tracing. The function was
renamed to better indicate its behavior.

This function always returns 'true' and few callsites checked the bool
out variable. Using an optional here makes everything simpler. Logging
has been substantially improved for better tracing.
@hainest hainest added code cleanup Bring the code up to modern standards or remove deprecated features DWARF Item is related to DWARF parsing labels Nov 22, 2021
@hainest hainest requested a review from kupsch November 22, 2021 05:16
@hainest hainest self-assigned this Nov 22, 2021
@hainest
Copy link
Contributor Author

hainest commented Nov 22, 2021

@hainest hainest merged commit 094c567 into master Nov 22, 2021
@hainest hainest deleted the thaines/cleanup_dwarfWalker_findValue branch November 22, 2021 19:29
bbiiggppiigg pushed a commit to bbiiggppiigg/dyninst that referenced this pull request Dec 7, 2021
This function always returns 'true' and few callsites checked the bool
out variable. Using an optional here makes everything simpler. Logging
has been substantially improved for better tracing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code cleanup Bring the code up to modern standards or remove deprecated features DWARF Item is related to DWARF parsing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants