Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Improve adapter debugger state #2

Description

@tracktwo

The current debugger state (normal, busy, various waits) are super ad hoc and rely on the fact that only a single thread is communicating from the adapter side. Even then there are probably races as the atomic may not be sufficient to synchronize all cases, and the event signaling system is also pretty hacky.

These should be unified so cases where the handler needs to wait for a process to complete (e.g. add breakpoints waiting for the breakpoint response back from unreal) are easier to use and won't introduce races.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions