Skip to content

[lldb] Introduce command to select task "threads" (#9840) #9932

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

Merged
merged 1 commit into from
Jan 31, 2025
Merged

Conversation

kastiglione
Copy link

Introduce language swift task select <task>. This uses much of the work done for task backtrace, including the artificial thread class ThreadTask.

This change allows users to select a task, as though it is a thread. From there, they can run other thread commands, such as backtrace. Users can also then run frame navigation commands, such as up/down/frame select.

Introduce `language swift task select <task>`. This uses much of the work done for `task backtrace`, including the artificial thread class `ThreadTask`.

This change allows users to select a task, as though it is a thread. From there, they can run other thread commands, such as `backtrace`. Users can also then run frame navigation commands, such as `up`/`down`/`frame select`.
@kastiglione kastiglione merged commit 0f7427e into next Jan 31, 2025
@kastiglione kastiglione deleted the dl/temp branch January 31, 2025 22:04
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