Skip to content

[lldb] Include "suspended" flag for Tasks #10980

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

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

Conversation

kastiglione
Copy link

@kastiglione kastiglione commented Jul 10, 2025

Display a "suspended" flag for Tasks in that state. The other main Task states, "enqueued", "running", and "complete", are already displayed.

From Swift's Task.h:

/// A task can have the following states:
///   * suspended: In this state, a task is considered not runnable
///   * enqueued: In this state, a task is considered runnable
///   * running on a thread
///   * completed

rdar://148663671

@kastiglione kastiglione requested a review from a team as a code owner July 10, 2025 20:50
@kastiglione
Copy link
Author

swiftlang/swift#82968
@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