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][wasm] Support DebuggerProxyAttribute #56872

Merged
merged 15 commits into from
Aug 16, 2021

Commits on Aug 4, 2021

  1. Implementing debugger proxy

    thaystg committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    7e985d2 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into thays_implement_debug…

    …ger_proxy_attribute
    
    * origin/main: (340 commits)
      add RID for Debian 11 (dotnet#56789)
      [wasm] [debugger] Skip thread static field (dotnet#56749)
      Fix timeouts in coreroot_determinism test in GC stress mode (dotnet#56770)
      Use File.OpenHandle in Socket.SendFile directly (dotnet#56777)
      accept empty realm for digest auth (dotnet#56369) (dotnet#56455)
      [wasm][debugger] Create test Inherited Properties (dotnet#56754)
      Mark new test as incompatible with GC Mark4781_1GcStressIncompatible (dotnet#56739)
      Ensure MetadataEnumResult is sufficiently updated by MetaDataImport::Enum (dotnet#56756)
      [mono] Remove gdb xdebug and binary writer support, it hasn't worked in a while. (dotnet#56759)
      Update windows-requirements.md (dotnet#56476)
      Update doc and generic parameter name for JsonValue.GetValue (dotnet#56639)
      [wasm][debugger] Inspect static class (dotnet#56740)
      Fix stack overflow handling issue in GC stress (dotnet#56733)
      Use ReflectionOnly as serialization mode in case dynamic code runtime feature is not supported (dotnet#56604)
      Move Windows Compat pack to NuGet pack task (dotnet#56686)
      Fix build error when building some packages (dotnet#56767)
      Simplify JIT shutdown logic in crossgen2 (dotnet#56687)
      Fix race in crossdac publishing with PGO (dotnet#56762)
      Add DictionaryKeyPolicy support for EnumConverter [dotnet#47765] (dotnet#54429)
      Use ComWrappers in some Marshal unit-tests and update platform metadata  (dotnet#56595)
      ...
    thaystg committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    33652d5 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/main' into thays_implement_debug…

    …ger_proxy_attribute
    
    * origin/main:
      disable token info in traces. (dotnet#56780)
      [debugger] Fix debugger.break behavior (dotnet#56788)
      [mono][wasm] Allow setting env variables with '=' characters in the test runner. (dotnet#56802)
      Ecma edit for `conv.ovf.<to type>.un`. (dotnet#56450)
      Mark HandleProcessCorruptedStateExceptionsAttribute as obsolete (dotnet#56664)
      Enable SxS install of previews on Mac OS (dotnet#56797)
      CoreCLR runtime tests + Mono on the x64 iOS simulator (dotnet#43954)
      [main] Update dependencies from mono/linker (dotnet#56593)
      STJ: Fix deserialization of UInt16 properties (dotnet#56793)
    thaystg committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    f56ef84 View commit details
    Browse the repository at this point in the history
  4. fix compilation

    thaystg committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    3a55e21 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    394e3f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    79e81ff View commit details
    Browse the repository at this point in the history
  7. Fix unit tests.

    thaystg committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    6c0abf2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    19d6864 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Configuration menu
    Copy the full SHA
    b1a32b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. Addressing @radical comments.

    thaystg committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    3091b2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de72265 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2021

  1. Configuration menu
    Copy the full SHA
    a0a420e View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Fixing merge.

    thaystg committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    31eff80 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Addressing @radical comments.

    thaystg committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    427b1f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Addressing @radical comments.

    thaystg committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    9d6b705 View commit details
    Browse the repository at this point in the history