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

[lldb] Improve unwinding for discontinuous functions #111409

Merged
merged 1 commit into from
Oct 14, 2024

[lldb] Improve unwinding for discontinuous functions

14060d3
Select commit
Loading
Failed to load commit list.
Merged

[lldb] Improve unwinding for discontinuous functions #111409

[lldb] Improve unwinding for discontinuous functions
14060d3
Select commit
Loading
Failed to load commit list.
Graphite App / Graphite / ai_reviewer check succeeded Oct 7, 2024 in 0s

Graphite AI review summary

This pull request adds new test cases for LLDB's unwind functionality, specifically focusing on functions split into multiple parts using basic block sections with DWARF debug information. It also includes minor adjustments to existing unwind-related code.

Left no comments. Looks good to me!

Details