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

[debugger]Componentize debugger #54887

Merged
merged 37 commits into from
Jul 1, 2021

Commits on Jun 22, 2021

  1. Configuration menu
    Copy the full SHA
    b4eaff3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3911ba4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b33a77 View commit details
    Browse the repository at this point in the history
  4. Fixing compilation

    thaystg committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    ebf7cfb View commit details
    Browse the repository at this point in the history
  5. Fixing wasm compilation

    thaystg committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    12a02eb View commit details
    Browse the repository at this point in the history
  6. Fixing wasm compilation.

    thaystg committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    ffa2ba8 View commit details
    Browse the repository at this point in the history
  7. Running wasm app.

    thaystg committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    02f75d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Unrelated change.

    thaystg committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    f786976 View commit details
    Browse the repository at this point in the history
  2. Fixing debugging console app

    thaystg committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    44a84be View commit details
    Browse the repository at this point in the history
  3. Fixing compilation on linux

    thaystg authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    079a006 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Merge remote-tracking branch 'origin/main' into thays_componentize_de…

    …bugger2
    
    * origin/main: (107 commits)
      Disable MacCatalyst arm64 PR test runs on staging pipeline (dotnet#54678)
      [WASM] Fix async/await in config loading (dotnet#54652)
      Fix for heap_use_after_free flagged by sanitizer (dotnet#54679)
      [wasm] Bump emscripten to 2.0.23 (dotnet#53603)
      Fix compiler references when building inside VS (dotnet#54614)
      process more TLS frames at one when available (dotnet#50815)
      Add PeriodicTimer (dotnet#53899)
      UdpClient with span support (dotnet#53429)
      exclude fragile tests (dotnet#54671)
      get last error before calling a method that might fail as well (dotnet#54667)
      [FileStream] add tests for device and UNC paths (dotnet#54545)
      Fix sporadic double fd close (dotnet#54660)
      Remove Version.Clone from AssemblyName.Clone (dotnet#54621)
      [wasm] Enable fixed libraries tests (dotnet#54641)
      [wasm] Fix blazor/aot builds (dotnet#54651)
      [mono][wasm] Fix compilation error on wasm (dotnet#54659)
      Fix telemetry for Socket connects to Dns endpoints (dotnet#54071)
      [wasm] Build static components; include hot_reload in runtime (dotnet#54568)
      [wasm][debugger] Reuse debugger-agent on wasm debugger (dotnet#52300)
      Put Crossgen2 in sync with dotnet#54235 (dotnet#54438)
      ...
    thaystg committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    06c3999 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Fixing wasm debugger.

    thaystg committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    31069c3 View commit details
    Browse the repository at this point in the history
  2. Remove unused callbacks

    thaystg committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    98b0ad6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bab6889 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Fixing wasm debugger.

    thaystg committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    0d4dfa2 View commit details
    Browse the repository at this point in the history
  2. Fix non wasm compilation

    thaystg committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    4206b4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    570998e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a9dd8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    abaa9d5 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/main' into thays_componentize_de…

    …bugger2
    
    * origin/main: (78 commits)
      Fix unreached during dump. (dotnet#54861)
      Fix lowering usage of an unset LSRA field. (dotnet#54731)
      Fix setting breakpoints on AVX 256 instructions and other 32 byte immediate instructions (dotnet#54786)
      Add perf_slow yaml (dotnet#54853)
      Faster type load for scenarios made more common by generic math (dotnet#54588)
      Make sure we consider buffer length when marshalling back Unicode ByValTStr fields (dotnet#54695)
      Add YieldProcessor implementation for arm (dotnet#54829)
      Remove ActiveIssue for dotnet#50968 (dotnet#54831)
      Enable System.Text.Json tests for Wasm AOT (dotnet#54833)
      Remove ActiveIssue for dotnet#51723 (dotnet#54830)
      Fix load exception on generic covariant return type (dotnet#54790)
      Obsolete X509Certificate2.PrivateKey and PublicKey.Key. (dotnet#54562)
      First round of converting System.Drawing.Common to COMWrappers (dotnet#54636)
      Fix alloc-dealloc mismatches (dotnet#54701)
      Add one-shot ECB methods
      [Mono] MSBuild Task housekeeping (dotnet#54485)
      Move iOS/tvOS simulator AOT imports in the Mono workload (dotnet#54821)
      Remove unnecessary char[] allocation from Uri.GetRelativeSerializationString (dotnet#54799)
      Reduce overhead of Enumerable.Chunk (dotnet#54782)
      Fix EnumMemberRefs always returning NULL (dotnet#54805)
      ...
    thaystg committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    06e80d9 View commit details
    Browse the repository at this point in the history
  7. Fix compilation.

    thaystg committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    6cbce7c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bef0f11 View commit details
    Browse the repository at this point in the history
  9. moving files.

    thaystg committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    6c8fea8 View commit details
    Browse the repository at this point in the history
  10. Fix android compilation.

    thaystg committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    7691f3e View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Fix wasm compilation.

    thaystg committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    4131d9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aff7dba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4303f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca2b371 View commit details
    Browse the repository at this point in the history
  5. Not used anymore.

    thaystg committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    5cbd9ef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e011e5b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9404119 View commit details
    Browse the repository at this point in the history
  8. Changing where components are initialized.

    Saving debugger transport information outside the component.
    thaystg committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    2775fd0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0ead04d View commit details
    Browse the repository at this point in the history
  10. Fixing console debug.

    thaystg committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    5e5fe29 View commit details
    Browse the repository at this point in the history
  11. Fix ios compilation.

    thaystg committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    7421325 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Configuration menu
    Copy the full SHA
    a2e9249 View commit details
    Browse the repository at this point in the history
  2. Last @lambdageek suggestions.

    thaystg committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    be85f16 View commit details
    Browse the repository at this point in the history