Skip to content

Make GDB work with async #182

Open
Open
@Yatekii

Description

@Yatekii

GDB is fully sync and we have to be careful when coupling it with async. Technically we can use a bunch of block_on's, but once we do async -> sync -> async it gets tricky and we do that when we spin a GDB server from an async context. We should change that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions