Skip to content
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

[mono] Move networking code to debugger component #82785

Merged
merged 3 commits into from
Mar 2, 2023

Commits on Feb 28, 2023

  1. [mono] Move networking code to debugger

    The debugger is the only component left in Mono using the networking code, move the code there so we can avoid compiling it into the main runtime and also simplify it a bit.
    akoeplinger committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    fce7de1 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Update src/mono/mono/component/debugger-agent.c

    Co-authored-by: Thays Grazia <[email protected]>
    akoeplinger and thaystg authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    e996479 View commit details
    Browse the repository at this point in the history
  2. Fix wasi build

    akoeplinger committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    9fd1ffd View commit details
    Browse the repository at this point in the history