Skip to content

Conversation

MaxDesiatov
Copy link
Collaborator

@MaxDesiatov MaxDesiatov commented Oct 8, 2025

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added separate Package.swift manifest to hide debugger support behind a trait for now, and traits aren't supported in 6.0.

Comment on lines 123 to 132
.target(name: "GDBRemoteProtocol",
dependencies: [
.product(name: "NIOCore", package: "swift-nio"),
]
),
.testTarget(name: "GDBRemoteProtocolTests", dependencies: ["GDBRemoteProtocol"]),
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These two modules are meant to be completely independent of WasmKit and in the future could live in a separate package to be adopted in any suitable environment that needs debugging facilities, not just Wasm.

@MaxDesiatov MaxDesiatov force-pushed the maxd/lldb-remote-protocol branch from 838381d to 0b97108 Compare October 10, 2025 15:59
@MaxDesiatov MaxDesiatov force-pushed the maxd/lldb-remote-protocol branch from c6bb762 to e2be1c7 Compare October 10, 2025 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant