Skip to content

[lldb] Add parent address to Task synthetic provider #10936

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

Draft
wants to merge 1 commit into
base: swift/release/6.2
Choose a base branch
from

Conversation

kastiglione
Copy link

@kastiglione kastiglione commented Jul 1, 2025

Display the address of a Task's parent (or 0x0000000 for root tasks).

Exposing a Task's parent will allow:

  • inspection of parent task (task info <addr>)
  • viewing the parent Task's backtrace (task backtrace <addr>)
  • selecting the parent Task's as a thread (task select <addr>)

rdar://147851193

@kastiglione
Copy link
Author

@swift-ci test

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.

1 participant